source: imaps-frontend/node_modules/flatted/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.9 KB
Line 
1{
2 "_from": "flatted@^3.2.9",
3 "_id": "flatted@3.3.2",
4 "_inBundle": false,
5 "_integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
6 "_location": "/flatted",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "flatted@^3.2.9",
12 "name": "flatted",
13 "escapedName": "flatted",
14 "rawSpec": "^3.2.9",
15 "saveSpec": null,
16 "fetchSpec": "^3.2.9"
17 },
18 "_requiredBy": [
19 "/flat-cache"
20 ],
21 "_resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
22 "_shasum": "adba1448a9841bec72b42c532ea23dbbedef1a27",
23 "_spec": "flatted@^3.2.9",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/flat-cache",
25 "author": {
26 "name": "Andrea Giammarchi"
27 },
28 "bugs": {
29 "url": "https://github.com/WebReflection/flatted/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": false,
33 "description": "A super light and fast circular JSON parser.",
34 "devDependencies": {
35 "@babel/core": "^7.23.9",
36 "@babel/preset-env": "^7.23.9",
37 "@rollup/plugin-babel": "^6.0.4",
38 "@rollup/plugin-terser": "^0.4.4",
39 "@ungap/structured-clone": "^1.2.0",
40 "ascjs": "^6.0.3",
41 "c8": "^9.1.0",
42 "circular-json": "^0.5.9",
43 "circular-json-es6": "^2.0.2",
44 "jsan": "^3.1.14",
45 "rollup": "^4.12.0",
46 "terser": "^5.27.2",
47 "typescript": "^5.3.3"
48 },
49 "exports": {
50 ".": {
51 "types": "./types/index.d.ts",
52 "import": "./esm/index.js",
53 "default": "./cjs/index.js"
54 },
55 "./esm": "./esm.js",
56 "./package.json": "./package.json"
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:esm && 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",
80 "rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck",
81 "rollup:esm": "rollup --config rollup/esm.config.js",
82 "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; cat esm.js | brotli | wc -c",
83 "test": "c8 node test/index.js",
84 "test:php": "php php/test.php",
85 "test:py": "python python/test.py",
86 "ts": "tsc -p ."
87 },
88 "type": "module",
89 "types": "./types/index.d.ts",
90 "unpkg": "min.js",
91 "version": "3.3.2"
92}
Note: See TracBrowser for help on using the repository browser.