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.
 
 
 
 
 
 

71 lines
1.6 KiB

{
"_args": [
[
"invert-kv@3.0.1",
"D:\\Project\\DaPing"
]
],
"_from": "invert-kv@3.0.1",
"_id": "invert-kv@3.0.1",
"_inBundle": false,
"_integrity": "sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==",
"_location": "/invert-kv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "invert-kv@3.0.1",
"name": "invert-kv",
"escapedName": "invert-kv",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/lcid"
],
"_resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "D:\\Project\\DaPing",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://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": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sindresorhus/invert-kv?sponsor=1",
"homepage": "https://github.com/sindresorhus/invert-kv#readme",
"keywords": [
"object",
"key",
"value",
"invert",
"keys",
"values"
],
"license": "MIT",
"name": "invert-kv",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/invert-kv.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.1"
}