package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "strip-json-comments@^3.1.0",
  3. "_id": "strip-json-comments@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6. "_location": "/strip-json-comments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-json-comments@^3.1.0",
  12. "name": "strip-json-comments",
  13. "escapedName": "strip-json-comments",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  23. "_shasum": "31f1281b3832630434831c310c01cccda8cbe006",
  24. "_spec": "strip-json-comments@^3.1.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://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": "^1.4.1",
  39. "matcha": "^0.7.0",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  52. "keywords": [
  53. "json",
  54. "strip",
  55. "comments",
  56. "remove",
  57. "delete",
  58. "trim",
  59. "multiline",
  60. "parse",
  61. "config",
  62. "configuration",
  63. "settings",
  64. "util",
  65. "env",
  66. "environment",
  67. "jsonc"
  68. ],
  69. "license": "MIT",
  70. "name": "strip-json-comments",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  74. },
  75. "scripts": {
  76. "bench": "matcha benchmark.js",
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "3.1.1"
  80. }