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.

69 lines
1.6 KiB

{
"_args": [
[
"invert-kv@2.0.0",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "invert-kv@2.0.0",
"_id": "invert-kv@2.0.0",
"_inBundle": false,
"_integrity": "sha1-c5P1r6Weyf9fZ6J2INEcIm4+7AI=",
"_location": "/invert-kv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "invert-kv@2.0.0",
"name": "invert-kv",
"escapedName": "invert-kv",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/lcid"
],
"_resolved": "https://registry.npm.taobao.org/invert-kv/download/invert-kv-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/invert-kv/issues"
},
"description": "Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/invert-kv#readme",
"keywords": [
"object",
"key",
"value",
"kv",
"invert"
],
"license": "MIT",
"name": "invert-kv",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/invert-kv.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}