1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "flatted@^2.0.1",
- "_id": "flatted@2.0.2",
- "_inBundle": false,
- "_integrity": "sha1-RXWyHivO50NKqb5mL0t7X5wrUTg=",
- "_location": "/flatted",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "flatted@^2.0.1",
- "name": "flatted",
- "escapedName": "flatted",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/log4js"
- ],
- "_resolved": "https://registry.npmmirror.com/flatted/download/flatted-2.0.2.tgz?cache=0&sync_timestamp=1636473847692&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fflatted%2Fdownload%2Fflatted-2.0.2.tgz",
- "_shasum": "4575b21e2bcee7434aa9be662f4b7b5f9c2b5138",
- "_spec": "flatted@^2.0.1",
- "_where": "D:\\project\\server\\logtest\\node_modules\\log4js",
- "author": {
- "name": "Andrea Giammarchi"
- },
- "bugs": {
- "url": "https://github.com/WebReflection/flatted/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A super light and fast circular JSON parser.",
- "devDependencies": {
- "circular-json": "^0.5.9",
- "circular-json-es6": "^2.0.2",
- "coveralls": "^3.0.11",
- "jsan": "^3.1.13",
- "nyc": "^15.0.0",
- "uglify-js": "^3.8.1"
- },
- "homepage": "https://github.com/WebReflection/flatted#readme",
- "keywords": [
- "circular",
- "JSON",
- "fast",
- "parser",
- "minimal"
- ],
- "license": "ISC",
- "main": "cjs/index.js",
- "module": "esm/index.js",
- "name": "flatted",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/WebReflection/flatted.git"
- },
- "scripts": {
- "bench": "node test/bench.js",
- "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
- "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "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",
- "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
- "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
- "test": "nyc node test/index.js"
- },
- "types": "types.d.ts",
- "unpkg": "min.js",
- "version": "2.0.2"
- }
|