package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "json5@2.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "json5@2.2.0",
  9. "_id": "json5@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Lf7+cgxrpSXZ69kJlQ8FFTFsiaM=",
  12. "_location": "/json5",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json5@2.2.0",
  18. "name": "json5",
  19. "escapedName": "json5",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/@babel/core",
  26. "/@vue/cli-service/loader-utils",
  27. "/raw-loader/loader-utils"
  28. ],
  29. "_resolved": "https://registry.nlark.com/json5/download/json5-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Aseem Kishore",
  34. "email": "aseem.kishore@gmail.com"
  35. },
  36. "bin": {
  37. "json5": "lib/cli.js"
  38. },
  39. "browser": "dist/index.js",
  40. "bugs": {
  41. "url": "https://github.com/json5/json5/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Max Nanasy",
  46. "email": "max.nanasy@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Eisenberg",
  50. "email": "andrew@eisenberg.as"
  51. },
  52. {
  53. "name": "Jordan Tucker",
  54. "email": "jordanbtucker@gmail.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "minimist": "^1.2.5"
  59. },
  60. "description": "JSON for humans.",
  61. "devDependencies": {
  62. "core-js": "^2.6.5",
  63. "eslint": "^5.15.3",
  64. "eslint-config-standard": "^12.0.0",
  65. "eslint-plugin-import": "^2.16.0",
  66. "eslint-plugin-node": "^8.0.1",
  67. "eslint-plugin-promise": "^4.0.1",
  68. "eslint-plugin-standard": "^4.0.0",
  69. "regenerate": "^1.4.0",
  70. "rollup": "^0.64.1",
  71. "rollup-plugin-buble": "^0.19.6",
  72. "rollup-plugin-commonjs": "^9.2.1",
  73. "rollup-plugin-node-resolve": "^3.4.0",
  74. "rollup-plugin-terser": "^1.0.1",
  75. "sinon": "^6.3.5",
  76. "tap": "^12.6.0",
  77. "unicode-10.0.0": "^0.7.5"
  78. },
  79. "engines": {
  80. "node": ">=6"
  81. },
  82. "files": [
  83. "lib/",
  84. "dist/"
  85. ],
  86. "homepage": "http://json5.org/",
  87. "keywords": [
  88. "json",
  89. "json5",
  90. "es5",
  91. "es2015",
  92. "ecmascript"
  93. ],
  94. "license": "MIT",
  95. "main": "lib/index.js",
  96. "module": "dist/index.mjs",
  97. "name": "json5",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/json5/json5.git"
  101. },
  102. "scripts": {
  103. "build": "rollup -c",
  104. "build-package": "node build/package.js",
  105. "build-unicode": "node build/unicode.js",
  106. "coverage": "tap --coverage-report html test",
  107. "lint": "eslint --fix .",
  108. "prepublishOnly": "npm run production",
  109. "preversion": "npm run production",
  110. "production": "npm run lint && npm test && npm run build",
  111. "test": "tap -Rspec --100 test",
  112. "version": "npm run build-package && git add package.json5"
  113. },
  114. "types": "lib/index.d.ts",
  115. "version": "2.2.0"
  116. }