{ "_from": "array-map@~0.0.0", "_id": "array-map@0.0.1", "_inBundle": false, "_integrity": "sha512-sxHIeJTGEsRC8/hYkZzdJNNPZ41EXHVys7pqMw1iwE/Kx8/hto0UbDuGQsSJ0ujPovj9qUZl6EOY/EiZ2g3d9Q==", "_location": "/array-map", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "array-map@~0.0.0", "name": "array-map", "escapedName": "array-map", "rawSpec": "~0.0.0", "saveSpec": null, "fetchSpec": "~0.0.0" }, "_requiredBy": [ "/shell-quote" ], "_resolved": "https://registry.npmmirror.com/array-map/-/array-map-0.0.1.tgz", "_shasum": "d1bf3cc8813a7daaa335e5c8eb21d9d06230c1a7", "_spec": "array-map@~0.0.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/shell-quote", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "bugs": { "url": "https://github.com/ljharb/array-map/issues" }, "bundleDependencies": false, "deprecated": false, "description": "`[].map(f)` for older browsers", "devDependencies": { "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/ljharb/array-map", "keywords": [ "array", "map", "browser", "es5", "shim", "ie6", "ie7", "ie8" ], "license": "MIT", "main": "index.js", "name": "array-map", "publishConfig": { "ignore": [ ".github/workflows" ] }, "repository": { "type": "git", "url": "git://github.com/ljharb/array-map.git" }, "scripts": { "lint": "eslint --ext=js,mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only", "tests-only": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, "testling": { "files": "test/*.js", "browsers": [ "ie/6..latest", "firefox/3.5", "firefox/latest", "chrome/5", "chrome/latest", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] }, "version": "0.0.1" }