package.json 2.8 KB

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