{ "_from": "invert-kv@^3.0.0", "_id": "invert-kv@3.0.1", "_inBundle": false, "_integrity": "sha1-qTx6PUOGodyDJbl9qbsWIMAoJSM=", "_location": "/invert-kv", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "invert-kv@^3.0.0", "name": "invert-kv", "escapedName": "invert-kv", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/lcid" ], "_resolved": "https://registry.npm.taobao.org/invert-kv/download/invert-kv-3.0.1.tgz?cache=0&sync_timestamp=1589565904735&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finvert-kv%2Fdownload%2Finvert-kv-3.0.1.tgz", "_shasum": "a93c7a3d4386a1dc8325b97da9bb1620c0282523", "_spec": "invert-kv@^3.0.0", "_where": "/Users/zq/Desktop/hngs/node_modules/lcid", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/invert-kv/issues" }, "bundleDependencies": false, "deprecated": false, "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" }