You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.5 KiB
76 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"flatted@2.0.1",
|
|
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "flatted@2.0.1",
|
|
"_id": "flatted@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aeV8qo8OrLwoHS4stFjUb9tEngg=",
|
|
"_location": "/flatted",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "flatted@2.0.1",
|
|
"name": "flatted",
|
|
"escapedName": "flatted",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/flat-cache"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/flatted/download/flatted-2.0.1.tgz?cache=0&sync_timestamp=1561466276595&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fflatted%2Fdownload%2Fflatted-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
|
|
"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 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": "istanbul cover test/index.js"
|
|
},
|
|
"types": "types.d.ts",
|
|
"unpkg": "min.js",
|
|
"version": "2.0.1"
|
|
}
|