package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "strip-json-comments@~2.0.1",
  3. "_id": "strip-json-comments@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
  6. "_location": "/strip-json-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-json-comments@~2.0.1",
  12. "name": "strip-json-comments",
  13. "escapedName": "strip-json-comments",
  14. "rawSpec": "~2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/rc"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  23. "_shasum": "3c531942e908c2697c0ec344858c286c7ca0a60a",
  24. "_spec": "strip-json-comments@~2.0.1",
  25. "_where": "/Users/rebecca/code/npm/node_modules/rc",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  48. "keywords": [
  49. "json",
  50. "strip",
  51. "remove",
  52. "delete",
  53. "trim",
  54. "comments",
  55. "multiline",
  56. "parse",
  57. "config",
  58. "configuration",
  59. "conf",
  60. "settings",
  61. "util",
  62. "env",
  63. "environment"
  64. ],
  65. "license": "MIT",
  66. "name": "strip-json-comments",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.1"
  75. }