package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@3.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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": "sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY=",
  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"
  27. ],
  28. "_resolved": "https://registry.nlark.com/strip-json-comments/download/strip-json-comments-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  38. },
  39. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "matcha": "^0.7.0",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  55. "keywords": [
  56. "json",
  57. "strip",
  58. "comments",
  59. "remove",
  60. "delete",
  61. "trim",
  62. "multiline",
  63. "parse",
  64. "config",
  65. "configuration",
  66. "settings",
  67. "util",
  68. "env",
  69. "environment",
  70. "jsonc"
  71. ],
  72. "license": "MIT",
  73. "name": "strip-json-comments",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  77. },
  78. "scripts": {
  79. "bench": "matcha benchmark.js",
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "3.1.1"
  83. }