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.
37 lines
606 B
37 lines
606 B
2 years ago
|
{
|
||
|
"name": "map-obj",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Map object keys and values into a new object",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/map-obj",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"map",
|
||
|
"obj",
|
||
|
"object",
|
||
|
"key",
|
||
|
"keys",
|
||
|
"value",
|
||
|
"values",
|
||
|
"val",
|
||
|
"iterate",
|
||
|
"iterator"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "0.0.4"
|
||
|
}
|
||
|
}
|