package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "strip-json-comments@1.0.x",
  3. "_id": "strip-json-comments@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
  6. "_location": "/strip-json-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-json-comments@1.0.x",
  12. "name": "strip-json-comments",
  13. "escapedName": "strip-json-comments",
  14. "rawSpec": "1.0.x",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.x"
  17. },
  18. "_requiredBy": [
  19. "/jshint"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/strip-json-comments/download/strip-json-comments-1.0.4.tgz",
  22. "_shasum": "1e15fbcac97d3ee99bf2d73b4c656b082bbafb91",
  23. "_spec": "strip-json-comments@1.0.x",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\jshint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bin": {
  31. "strip-json-comments": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.8.0"
  44. },
  45. "files": [
  46. "cli.js",
  47. "strip-json-comments.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  50. "keywords": [
  51. "json",
  52. "strip",
  53. "remove",
  54. "delete",
  55. "trim",
  56. "comments",
  57. "multiline",
  58. "parse",
  59. "config",
  60. "configuration",
  61. "conf",
  62. "settings",
  63. "util",
  64. "env",
  65. "environment",
  66. "cli",
  67. "bin"
  68. ],
  69. "license": "MIT",
  70. "main": "strip-json-comments",
  71. "name": "strip-json-comments",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  75. },
  76. "scripts": {
  77. "test": "mocha --ui tdd"
  78. },
  79. "version": "1.0.4"
  80. }