Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@~2.0.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/rc"
  6. ]
  7. ],
  8. "_from": "strip-json-comments@>=2.0.1 <2.1.0",
  9. "_id": "strip-json-comments@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/strip-json-comments",
  13. "_nodeVersion": "4.2.4",
  14. "_npmOperationalInternal": {
  15. "host": "packages-9-west.internal.npmjs.com",
  16. "tmp": "tmp/strip-json-comments-2.0.1.tgz_1455006605207_0.8280157081317157"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.7.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "strip-json-comments",
  26. "raw": "strip-json-comments@~2.0.1",
  27. "rawSpec": "~2.0.1",
  28. "scope": null,
  29. "spec": ">=2.0.1 <2.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/rc"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  36. "_shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
  37. "_shrinkwrap": null,
  38. "_spec": "strip-json-comments@~2.0.1",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/rc",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
  57. "tarball": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "1aef99eaa70d07981156e8aaa722e750c3b4eaf9",
  66. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  67. "keywords": [
  68. "comments",
  69. "conf",
  70. "config",
  71. "configuration",
  72. "delete",
  73. "env",
  74. "environment",
  75. "json",
  76. "multiline",
  77. "parse",
  78. "remove",
  79. "settings",
  80. "strip",
  81. "trim",
  82. "util"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. }
  90. ],
  91. "name": "strip-json-comments",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  97. },
  98. "scripts": {
  99. "test": "xo && ava"
  100. },
  101. "version": "2.0.1"
  102. }