package.json 2.7 KB

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