You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@3.1.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-json-comments@3.1.1",
  10. "_id": "strip-json-comments@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  13. "_location": "/strip-json-comments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-json-comments@3.1.1",
  19. "name": "strip-json-comments",
  20. "escapedName": "strip-json-comments",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  30. "_spec": "3.1.1",
  31. "_where": "/home/ubuntu/etherpad-lite",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  39. },
  40. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  41. "devDependencies": {
  42. "ava": "^1.4.1",
  43. "matcha": "^0.7.0",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  56. "keywords": [
  57. "json",
  58. "strip",
  59. "comments",
  60. "remove",
  61. "delete",
  62. "trim",
  63. "multiline",
  64. "parse",
  65. "config",
  66. "configuration",
  67. "settings",
  68. "util",
  69. "env",
  70. "environment",
  71. "jsonc"
  72. ],
  73. "license": "MIT",
  74. "name": "strip-json-comments",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  78. },
  79. "scripts": {
  80. "bench": "matcha benchmark.js",
  81. "test": "xo && ava && tsd"
  82. },
  83. "version": "3.1.1"
  84. }