⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
node_modules
/
array.prototype.find
/
View File Name :
package.json
{ "name": "array.prototype.find", "version": "2.2.1", "description": "Array.prototype.find ES6 polyfill.", "keywords": [ "Array.prototype.find", "find", "es6", "ecmascript 6", "polyfill" ], "main": "index.js", "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublishOnly": "safe-publish-latest", "prepublish": "not-in-publish || npm run prepublishOnly", "lint": "eslint --ext=js,mjs .", "postlint": "es-shim-api --bound", "pretest": "npm run lint", "tests-only": "nyc tape 'test/**/*.js'", "test": "npm run tests-only", "posttest": "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.2.3", "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.1", "eslint": "=8.8.0", "functions-have-names": "^1.2.3", "has-strict-mode": "^1.0.1", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "tape": "^5.6.1" }, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" }, "publishConfig": { "ignore": [ ".github/workflows" ] } }