package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@2.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-json-comments@2.0.1",
  10. "_id": "strip-json-comments@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  13. "_location": "/strip-json-comments",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "strip-json-comments@2.0.1",
  20. "name": "strip-json-comments",
  21. "escapedName": "strip-json-comments",
  22. "rawSpec": "2.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.1"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-plugin-eslint/eslint"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "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": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  52. "keywords": [
  53. "json",
  54. "strip",
  55. "remove",
  56. "delete",
  57. "trim",
  58. "comments",
  59. "multiline",
  60. "parse",
  61. "config",
  62. "configuration",
  63. "conf",
  64. "settings",
  65. "util",
  66. "env",
  67. "environment"
  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. "test": "xo && ava"
  77. },
  78. "version": "2.0.1"
  79. }