[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "flatted@2.0.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "flatted@2.0.2",
|
---|
| 10 | "_id": "flatted@2.0.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
|
---|
| 13 | "_location": "/flatted",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "flatted@2.0.2",
|
---|
| 19 | "name": "flatted",
|
---|
| 20 | "escapedName": "flatted",
|
---|
| 21 | "rawSpec": "2.0.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.0.2"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/log4js"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz",
|
---|
| 29 | "_spec": "2.0.2",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Andrea Giammarchi"
|
---|
| 33 | },
|
---|
[6a3a178] | 34 | "bugs": {
|
---|
| 35 | "url": "https://github.com/WebReflection/flatted/issues"
|
---|
| 36 | },
|
---|
[59329aa] | 37 | "description": "A super light and fast circular JSON parser.",
|
---|
[6a3a178] | 38 | "devDependencies": {
|
---|
| 39 | "circular-json": "^0.5.9",
|
---|
| 40 | "circular-json-es6": "^2.0.2",
|
---|
| 41 | "coveralls": "^3.0.11",
|
---|
| 42 | "jsan": "^3.1.13",
|
---|
| 43 | "nyc": "^15.0.0",
|
---|
| 44 | "uglify-js": "^3.8.1"
|
---|
[59329aa] | 45 | },
|
---|
| 46 | "homepage": "https://github.com/WebReflection/flatted#readme",
|
---|
| 47 | "keywords": [
|
---|
| 48 | "circular",
|
---|
| 49 | "JSON",
|
---|
| 50 | "fast",
|
---|
| 51 | "parser",
|
---|
| 52 | "minimal"
|
---|
| 53 | ],
|
---|
| 54 | "license": "ISC",
|
---|
| 55 | "main": "cjs/index.js",
|
---|
| 56 | "module": "esm/index.js",
|
---|
| 57 | "name": "flatted",
|
---|
| 58 | "repository": {
|
---|
| 59 | "type": "git",
|
---|
| 60 | "url": "git+https://github.com/WebReflection/flatted.git"
|
---|
| 61 | },
|
---|
| 62 | "scripts": {
|
---|
| 63 | "bench": "node test/bench.js",
|
---|
| 64 | "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
|
---|
| 65 | "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
|
---|
| 66 | "coveralls": "nyc report --reporter=text-lcov | coveralls",
|
---|
| 67 | "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
|
---|
| 68 | "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
|
---|
| 69 | "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
|
---|
| 70 | "test": "nyc node test/index.js"
|
---|
| 71 | },
|
---|
| 72 | "types": "types.d.ts",
|
---|
| 73 | "unpkg": "min.js",
|
---|
| 74 | "version": "2.0.2"
|
---|
[6a3a178] | 75 | }
|
---|