package.json 2.8 KB

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