⚝
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
/
nodejs
/
v8flags
/
View File Name :
package.json
{ "name": "v8flags", "version": "3.2.0", "description": "Get available v8 and Node.js flags.", "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", "contributors": [ "Tyler Kellen <tyler@sleekcode.net>", "Blaine Bublitz <blaine.bublitz@gmail.com>", "Nicolò Ribaudo <nicolo.ribaudo@gmail.com>", "Selwyn <talk@selwyn.cc>", "Leo Zhang <leo@leozhang.me>" ], "repository": "gulpjs/v8flags", "license": "MIT", "engines": { "node": ">= 0.10" }, "main": "index.js", "files": [ "index.js", "config-path.js", "LICENSE" ], "scripts": { "lint": "eslint .", "pretest": "npm run lint", "test": "mocha --async-only", "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls" }, "devDependencies": { "async": "^2.5.0", "eslint": "^2.13.0", "eslint-config-gulp": "^3.0.1", "expect": "^1.20.2", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "mocha": "^3.5.3" }, "keywords": [ "v8 flags", "harmony flags" ] }