package.json 2.8 KB

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