⚝
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
/
makarnacimmix.xyz
/
node_modules
/
fulcon
/
View File Name :
package.json
{ "_args": [ [ "fulcon@1.0.2", "/var/www/invoice" ] ], "_development": true, "_from": "fulcon@1.0.2", "_id": "fulcon@1.0.2", "_inBundle": false, "_integrity": "sha512-vYwUBqbdo9XK0NmN7cFmURmy2T1YHpEsTCbxGO3aErxx6a0Z/HkWXcqcPkk7yOuJ74mSAHGWGBSBBd6v3GKebA==", "_location": "/fulcon", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fulcon@1.0.2", "name": "fulcon", "escapedName": "fulcon", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/mixly" ], "_resolved": "https://registry.npmjs.org/fulcon/-/fulcon-1.0.2.tgz", "_spec": "1.0.2", "_where": "/var/www/invoice", "author": { "name": "Alex Indigo", "email": "iam@alexindigo.com" }, "bugs": { "url": "https://github.com/alexindigo/fulcon/issues" }, "description": "Clones a function (creates wrapper function), with the same signature as source function", "devDependencies": { "browserify": "^13.1.0", "browserify-istanbul": "^2.0.0", "coveralls": "^2.11.14", "eslint": "^3.8.0", "is-node-modern": "^1.0.0", "istanbul": "^0.4.5", "obake": "^0.1.2", "phantomjs-prebuilt": "^2.1.13", "pkgfiles": "^2.3.0", "pre-commit": "^1.1.3", "rimraf": "^2.5.4", "size-table": "^0.2.0", "tap-spec": "^4.1.1", "tape": "^4.6.2" }, "engines": { "node": ">= 0.10" }, "homepage": "https://github.com/alexindigo/fulcon#readme", "keywords": [ "clone", "function", "signature", "browser", "client", "server" ], "license": "MIT", "main": "index.js", "name": "fulcon", "pre-commit": [ "clean", "lint", "cover", "browser", "report", "size" ], "repository": { "type": "git", "url": "git+https://github.com/alexindigo/fulcon.git" }, "scripts": { "browser": "browserify -t browserify-istanbul test.js | obake --coverage | tap-spec", "ci-lint": "is-node-modern && npm run lint || is-node-not-modern", "clean": "rimraf coverage", "cover": "istanbul cover --reporter=json tape -- test.js | tap-spec", "files": "pkgfiles --sort=name", "lint": "eslint *.js", "report": "istanbul report lcov", "size": "browserify index.js | size-table fulcon", "test": "tape test.js | tap-spec" }, "version": "1.0.2" }