⚝
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
/
magic-string
/
View File Name :
package.json
{ "_args": [ [ "magic-string@0.25.1", "/var/www/invoice" ] ], "_from": "magic-string@0.25.1", "_id": "magic-string@0.25.1", "_inBundle": false, "_integrity": "sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg==", "_location": "/magic-string", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "magic-string@0.25.1", "name": "magic-string", "escapedName": "magic-string", "rawSpec": "0.25.1", "saveSpec": null, "fetchSpec": "0.25.1" }, "_requiredBy": [ "/static-module" ], "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.1.tgz", "_spec": "0.25.1", "_where": "/var/www/invoice", "author": { "name": "Rich Harris" }, "bugs": { "url": "https://github.com/rich-harris/magic-string/issues" }, "dependencies": { "sourcemap-codec": "^1.4.1" }, "description": "Modify strings, generate sourcemaps", "devDependencies": { "buble": "^0.19.3", "eslint": "^4.19.0", "mocha": "^5.0.4", "prettier": "^1.11.1", "rollup": "^0.57.1", "rollup-plugin-buble": "^0.19.2", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-replace": "^2.0.0", "source-map": "^0.6.1", "source-map-support": "^0.5.4" }, "files": [ "dist/*", "index.d.ts", "README.md" ], "homepage": "https://github.com/rich-harris/magic-string#readme", "jsnext:main": "dist/magic-string.es.js", "keywords": [ "string", "string manipulation", "sourcemap", "templating", "transpilation" ], "license": "MIT", "main": "dist/magic-string.cjs.js", "module": "dist/magic-string.es.js", "name": "magic-string", "repository": { "type": "git", "url": "git+https://github.com/rich-harris/magic-string.git" }, "scripts": { "build": "rollup -c", "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", "lint": "eslint src test", "prepublishOnly": "rm -rf dist && npm test", "pretest": "npm run lint && npm run build", "test": "mocha", "watch": "rollup -cw" }, "typings": "index.d.ts", "version": "0.25.1" }