Files
portfolio/node_modules/map-obj/package.json
2021-09-20 16:54:47 -04:00

76 lines
1.8 KiB
JSON

{
"_from": "map-obj@^4.0.0",
"_id": "map-obj@4.2.1",
"_inBundle": false,
"_integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==",
"_location": "/map-obj",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "map-obj@^4.0.0",
"name": "map-obj",
"escapedName": "map-obj",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/camelcase-keys"
],
"_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
"_shasum": "e4ea399dbc979ae735c83c863dd31bdf364277b7",
"_spec": "map-obj@^4.0.0",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2/node_modules/camelcase-keys",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/map-obj/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Map object keys and values into a new object",
"devDependencies": {
"ava": "^2.0.0",
"tsd": "^0.14.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/map-obj#readme",
"keywords": [
"map",
"object",
"key",
"keys",
"value",
"values",
"iterate",
"iterator",
"rename",
"modify",
"deep",
"recurse",
"recursive"
],
"license": "MIT",
"name": "map-obj",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/map-obj.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "4.2.1"
}