Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
array-find
/
Filename :
package.json
back
Copy
{ "name": "array-find", "version": "1.0.0", "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.", "main": "find.js", "scripts": { "test": "tape ./test.js" }, "repository": { "type": "git", "url": "https://github.com/stefanduberg/array-find.git" }, "keywords": [ "array", "find", "ponyfill", "polyfill", "es6", "es2015", "es 2015" ], "author": "Stefan Duberg <stefanduberg@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/stefanduberg/array-find/issues" }, "homepage": "https://github.com/stefanduberg/array-find", "devDependencies": { "tape": "^4.0.0" } }