package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "json5@^2.2.1",
  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.2.1",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/core",
  20. "/loader-utils"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  23. "_shasum": "655d50ed1e6f95ad1a3caababd2b0efda10b395c",
  24. "_spec": "json5@^2.2.1",
  25. "_where": "H:\\gs_nuxt\\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. "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. "prepublishOnly": "npm run production",
  102. "preversion": "npm run production",
  103. "production": "npm run lint && npm test && npm run build",
  104. "test": "tap -Rspec --100 test",
  105. "version": "npm run build-package && git add package.json5"
  106. },
  107. "types": "lib/index.d.ts",
  108. "version": "2.2.1"
  109. }