package.json 2.8 KB

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