Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

88 строки
2.6 KiB

3 лет назад
  1. {
  2. "_args": [
  3. [
  4. "flatted@3.1.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "flatted@3.1.0",
  10. "_id": "flatted@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==",
  13. "_location": "/flatted",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "flatted@3.1.0",
  19. "name": "flatted",
  20. "escapedName": "flatted",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/flat-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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.11.6",
  40. "@babel/preset-env": "^7.11.5",
  41. "ascjs": "^4.0.1",
  42. "circular-json": "^0.5.9",
  43. "circular-json-es6": "^2.0.2",
  44. "coveralls": "^3.1.0",
  45. "drop-babel-typeof": "^1.0.3",
  46. "jsan": "^3.1.13",
  47. "nyc": "^15.1.0",
  48. "rollup": "^2.26.11",
  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.3.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. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  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": "nyc node test/index.js"
  83. },
  84. "type": "module",
  85. "types": "types.d.ts",
  86. "unpkg": "min.js",
  87. "version": "3.1.0"
  88. }