package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "flatted@3.2.4",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "flatted@3.2.4",
  10. "_id": "flatted@3.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==",
  13. "_location": "/flatted",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "flatted@3.2.4",
  19. "name": "flatted",
  20. "escapedName": "flatted",
  21. "rawSpec": "3.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.4"
  24. },
  25. "_requiredBy": [
  26. "/flat-cache"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/flatted/download/flatted-3.2.4.tgz?cache=0&sync_timestamp=1636473890358&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fflatted%2Fdownload%2Fflatted-3.2.4.tgz",
  29. "_spec": "3.2.4",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Andrea Giammarchi"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/WebReflection/flatted/issues"
  36. },
  37. "description": "A super light and fast circular JSON parser.",
  38. "devDependencies": {
  39. "@babel/core": "^7.16.0",
  40. "@babel/preset-env": "^7.16.0",
  41. "@ungap/structured-clone": "^0.3.4",
  42. "ascjs": "^5.0.1",
  43. "c8": "^7.10.0",
  44. "circular-json": "^0.5.9",
  45. "circular-json-es6": "^2.0.2",
  46. "drop-babel-typeof": "^1.0.3",
  47. "jsan": "^3.1.13",
  48. "rollup": "^2.59.0",
  49. "rollup-plugin-babel": "^4.4.0",
  50. "rollup-plugin-node-resolve": "^5.2.0",
  51. "rollup-plugin-terser": "^7.0.2",
  52. "terser": "^5.9.0"
  53. },
  54. "exports": {
  55. "import": "./esm/index.js",
  56. "default": "./cjs/index.js"
  57. },
  58. "homepage": "https://github.com/WebReflection/flatted#readme",
  59. "keywords": [
  60. "circular",
  61. "JSON",
  62. "fast",
  63. "parser",
  64. "minimal"
  65. ],
  66. "license": "ISC",
  67. "main": "./cjs/index.js",
  68. "module": "./esm/index.js",
  69. "name": "flatted",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/WebReflection/flatted.git"
  73. },
  74. "scripts": {
  75. "build": "npm run cjs && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run size",
  76. "cjs": "ascjs esm cjs",
  77. "coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
  78. "min": "terser index.js -c -m -o min.js",
  79. "rollup:babel": "rollup --config rollup/babel.config.js && sed -i.bck 's/^var /self./' index.js && rm -rf index.js.bck && drop-babel-typeof index.js",
  80. "rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck",
  81. "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c; cat es.js | brotli | wc -c",
  82. "test": "c8 node test/index.js",
  83. "test:php": "php php/test.php"
  84. },
  85. "type": "module",
  86. "types": "types.d.ts",
  87. "unpkg": "min.js",
  88. "version": "3.2.4"
  89. }