Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
array.prototype.map
/
Filename :
package.json
back
Copy
{ "name": "array.prototype.map", "version": "1.0.3", "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 .", "postlint": "es-shim-api --bound", "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "npx aud --production", "tests-only": "nyc tape 'test/**/*.js'", "testling": "npx testling --html > test.html", "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 <ljharb@gmail.com>", "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": "^17.2.0", "aud": "^1.1.3", "auto-changelog": "^2.2.1", "eslint": "^7.13.0", "evalmd": "^0.0.19", "function-bind": "^1.1.1", "functions-have-names": "^1.2.1", "has-strict-mode": "^1.0.0", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", "tape": "^5.0.1" }, "dependencies": { "call-bind": "^1.0.0", "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.1", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.5" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true } }