map-plus
Version:
Creates a new array of values by mapping each value in list through an iteratee.
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "map-plus",
"version": "1.0.5",
"description": "Creates a new array of values by mapping each value in list through an iteratee.",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"prepublishOnly": "npm run build",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"test": "npm run build && node test-runner.mjs"
},
"files": [
"index.js",
"umd"
],
"repository": "jonkemp/map-plus",
"keywords": [
"array",
"object",
"map",
"utility",
"util"
],
"author": {
"name": "Jonathan Kemp",
"email": "kempdogg@gmail.com",
"url": "http://jonkemp.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jonkemp/map-plus/issues"
},
"homepage": "https://github.com/jonkemp/map-plus#readme",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"babel-eslint": "^10.1.0",
"chai": "^5.1.2",
"chalk": "^5.4.1",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"http-server": "^14.1.1",
"mocha": "^11.1.0",
"puppeteer": "^24.1.1",
"rollup": "^4.34.1"
}
}