⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
scope-analyzer
/
View File Name :
package.json
{ "_args": [ [ "scope-analyzer@2.1.2", "/var/www/invoice" ] ], "_from": "scope-analyzer@2.1.2", "_id": "scope-analyzer@2.1.2", "_inBundle": false, "_integrity": "sha512-5cfCmsTYV/wPaRIItNxatw02ua/MThdIUNnUOCYp+3LSEJvnG804ANw2VLaavNILIfWXF1D1G2KNANkBBvInwQ==", "_location": "/scope-analyzer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "scope-analyzer@2.1.2", "name": "scope-analyzer", "escapedName": "scope-analyzer", "rawSpec": "2.1.2", "saveSpec": null, "fetchSpec": "2.1.2" }, "_requiredBy": [ "/static-module" ], "_resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.1.2.tgz", "_spec": "2.1.2", "_where": "/var/www/invoice", "author": { "name": "Renée Kooi", "email": "renee@kooi.me" }, "bugs": { "url": "https://github.com/goto-bus-stop/scope-analyzer/issues" }, "dependencies": { "array-from": "^2.1.1", "dash-ast": "^2.0.1", "es6-map": "^0.1.5", "es6-set": "^0.1.5", "es6-symbol": "^3.1.1", "estree-is-function": "^1.0.0", "get-assigned-identifiers": "^1.1.0" }, "description": "simple scope analysis for javascript ASTs", "devDependencies": { "acorn": "^8.0.1", "babel-core": "^6.26.3", "babel-plugin-transform-es2015-template-literals": "^6.22.0", "d3": "^4.13.0", "has-template-literals": "^1.0.0", "nanobench": "^2.1.1", "recast": "^0.20.5", "standard": "^14.3.1", "tape": "^5.0.1", "three": "^0.89.0" }, "homepage": "https://github.com/goto-bus-stop/scope-analyzer", "keywords": [ "analysis", "ast", "javascript", "nodes", "refactor", "rename", "scope" ], "license": "Apache-2.0", "main": "index.js", "name": "scope-analyzer", "repository": { "type": "git", "url": "git+https://github.com/goto-bus-stop/scope-analyzer.git" }, "scripts": { "bench": "nanobench bench/*.js", "lint": "standard", "test": "npm run lint && npm run tests-only", "tests-only": "node -r ./test/_init.js test/index.js" }, "version": "2.1.2" }