{ "_args": [ [ "invert-kv@3.0.1", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_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.npmmirror.com/invert-kv/-/invert-kv-3.0.1.tgz", "_spec": "3.0.1", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "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" }