just-pluck-it
Version:
pluck a property from each member of a collection
33 lines • 731 B
JSON
{
"name": "just-pluck-it",
"version": "2.3.0",
"description": "pluck a property from each member of a collection",
"main": "index.cjs",
"types": "index.d.ts",
"module": "index.mjs",
"exports": {
".": {
"require": "./index.cjs",
"types": "./index.d.ts",
"default": "./index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": "https://github.com/angus-c/just",
"keywords": [
"object",
"array",
"pluck",
"no-dependencies",
"just"
],
"author": "Angus Croll",
"license": "MIT",
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}