12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "flatted@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "flatted@2.0.0",
- "_id": "flatted@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-VRIrZTbqSWtLRIk+4mCBQdENmRY=",
- "_location": "/flatted",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "flatted@2.0.0",
- "name": "flatted",
- "escapedName": "flatted",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/eslint/flat-cache"
- ],
- "_resolved": "https://registry.npm.taobao.org/flatted/download/flatted-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Andrea Giammarchi"
- },
- "bugs": {
- "url": "https://github.com/WebReflection/flatted/issues"
- },
- "description": "A super light and fast circular JSON parser.",
- "devDependencies": {
- "circular-json": "latest",
- "circular-json-es6": "latest",
- "coveralls": "latest",
- "istanbul": "latest",
- "jsan": "latest",
- "uglify-js": "latest"
- },
- "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": "cat ./coverage/lcov.info | coveralls",
- "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export const parse = Flatted.parse;' >> esm/index.js; echo 'export const 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": "istanbul cover test/index.js"
- },
- "types": "types.d.ts",
- "unpkg": "min.js",
- "version": "2.0.0"
- }
|