{ "name": "array.prototype.map", "version": "1.0.2", "description": "An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.", "main": "index.js", "scripts": { "prepublish": "safe-publish-latest", "preversion": "auto-changelog", "prelint": "evalmd README.md", "lint": "eslint .", "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "npx aud", "tests-only": "es-shim-api --bound && npm run test:shimmed && npm run test:module && npm run test:implementation", "test:implementation": "node test/implementation", "test:shimmed": "node test/shimmed", "test:module": "node test/index", "testling": "npx testling --html > test.html", "coverage": "covert test/*.js", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git+https://github.com/es-shims/Array.prototype.map.git" }, "keywords": [ "Array.prototype.map", "map", "array", "ES5", "shim", "polyfill", "es-shim API" ], "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "bugs": { "url": "https://github.com/es-shims/Array.prototype.map/issues" }, "homepage": "https://github.com/es-shims/Array.prototype.map#readme", "engines": { "node": ">= 0.4" }, "devDependencies": { "@es-shims/api": "^2.1.2", "@ljharb/eslint-config": "^15.0.2", "auto-changelog": "^1.16.2", "covert": "^1.1.1", "eslint": "^6.7.2", "evalmd": "^0.0.19", "function-bind": "^1.1.1", "functions-have-names": "^1.2.0", "has-strict-mode": "^1.0.0", "safe-publish-latest": "^1.1.4", "tape": "^4.11.0" }, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.0-next.1", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false } }