package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. "/ts-jest"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
  24. "_shasum": "655d50ed1e6f95ad1a3caababd2b0efda10b395c",
  25. "_spec": "json5@^2.2.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@babel\\core",
  27. "author": {
  28. "name": "Aseem Kishore",
  29. "email": "aseem.kishore@gmail.com"
  30. },
  31. "bin": {
  32. "json5": "lib/cli.js"
  33. },
  34. "browser": "dist/index.js",
  35. "bugs": {
  36. "url": "https://github.com/json5/json5/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Max Nanasy",
  42. "email": "max.nanasy@gmail.com"
  43. },
  44. {
  45. "name": "Andrew Eisenberg",
  46. "email": "andrew@eisenberg.as"
  47. },
  48. {
  49. "name": "Jordan Tucker",
  50. "email": "jordanbtucker@gmail.com"
  51. }
  52. ],
  53. "deprecated": false,
  54. "description": "JSON for humans.",
  55. "devDependencies": {
  56. "core-js": "^2.6.5",
  57. "eslint": "^5.15.3",
  58. "eslint-config-standard": "^12.0.0",
  59. "eslint-plugin-import": "^2.16.0",
  60. "eslint-plugin-node": "^8.0.1",
  61. "eslint-plugin-promise": "^4.0.1",
  62. "eslint-plugin-standard": "^4.0.0",
  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. "prepublishOnly": "npm run production",
  103. "preversion": "npm run production",
  104. "production": "npm run lint && npm test && npm run build",
  105. "test": "tap -Rspec --100 test",
  106. "version": "npm run build-package && git add package.json5"
  107. },
  108. "types": "lib/index.d.ts",
  109. "version": "2.2.1"
  110. }