package.json 2.7 KB

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