12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "map-obj@4.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "map-obj@4.2.1",
- "_id": "map-obj@4.2.1",
- "_inBundle": false,
- "_integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==",
- "_location": "/map-obj",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "map-obj@4.2.1",
- "name": "map-obj",
- "escapedName": "map-obj",
- "rawSpec": "4.2.1",
- "saveSpec": null,
- "fetchSpec": "4.2.1"
- },
- "_requiredBy": [
- "/camelcase-keys"
- ],
- "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
- "_spec": "4.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/map-obj/issues"
- },
- "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"
- }
|