Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
array.prototype.find
/
Filename :
package.json
back
Copy
{ "name": "array.prototype.find", "version": "2.1.1", "description": "Array.prototype.find ES6 polyfill.", "keywords": [ "Array.prototype.find", "find", "es6", "ecmascript 6", "polyfill" ], "main": "index.js", "scripts": { "prepublish": "safe-publish-latest", "lint": "eslint .", "pretest": "npm run lint", "tests-only": "es-shim-api --bound && mocha tests/*.js", "test": "npm run tests-only", "posttest": "npx aud --production" }, "repository": { "type": "git", "url": "git://github.com/paulmillr/Array.prototype.find.git" }, "author": "Paul Miller <http://paulmillr.com>", "funding": { "url": "https://github.com/sponsors/ljharb" }, "contributors": [ { "name": "Duncan Hall", "email": "himself@duncanhall.net" } ], "license": "MIT", "bugs": { "url": "https://github.com/paulmillr/Array.prototype.find/issues" }, "devDependencies": { "@es-shims/api": "^2.1.2", "@ljharb/eslint-config": "^16.0.0", "chai": "^3.5.0", "eslint": "^6.8.0", "mocha": "^3.5.3", "safe-publish-latest": "^1.1.4" }, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.4" } }