package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "json5@^2.1.2",
  3. "_id": "json5@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  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.npmmirror.com/json5/-/json5-2.2.1.tgz",
  22. "_shasum": "655d50ed1e6f95ad1a3caababd2b0efda10b395c",
  23. "_spec": "json5@^2.1.2",
  24. "_where": "D:\\hongxing\\wechat\\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. "regenerate": "^1.4.0",
  62. "rollup": "^0.64.1",
  63. "rollup-plugin-buble": "^0.19.6",
  64. "rollup-plugin-commonjs": "^9.2.1",
  65. "rollup-plugin-node-resolve": "^3.4.0",
  66. "rollup-plugin-terser": "^1.0.1",
  67. "sinon": "^6.3.5",
  68. "tap": "^12.6.0",
  69. "unicode-10.0.0": "^0.7.5"
  70. },
  71. "engines": {
  72. "node": ">=6"
  73. },
  74. "files": [
  75. "lib/",
  76. "dist/"
  77. ],
  78. "homepage": "http://json5.org/",
  79. "keywords": [
  80. "json",
  81. "json5",
  82. "es5",
  83. "es2015",
  84. "ecmascript"
  85. ],
  86. "license": "MIT",
  87. "main": "lib/index.js",
  88. "module": "dist/index.mjs",
  89. "name": "json5",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/json5/json5.git"
  93. },
  94. "scripts": {
  95. "build": "rollup -c",
  96. "build-package": "node build/package.js",
  97. "build-unicode": "node build/unicode.js",
  98. "coverage": "tap --coverage-report html test",
  99. "lint": "eslint --fix .",
  100. "prepublishOnly": "npm run production",
  101. "preversion": "npm run production",
  102. "production": "npm run lint && npm test && npm run build",
  103. "test": "tap -Rspec --100 test",
  104. "version": "npm run build-package && git add package.json5"
  105. },
  106. "types": "lib/index.d.ts",
  107. "version": "2.2.1"
  108. }