⚝
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
/
get-package-type
/
View File Name :
package.json
{ "name": "get-package-type", "version": "0.1.0", "description": "Determine the `package.json#type` which applies to a location", "type": "module", "main": "index.cjs", "exports": "./index.cjs", "scripts": { "pretest": "if-ver -ge 10 || exit 0; cfware-lint .", "tests-only": "nyc -s node test.cjs", "test": "npm run -s tests-only", "posttest": "nyc report --check-coverage" }, "engines": { "node": ">=8.0.0" }, "author": "Corey Farrell", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cfware/get-package-type.git" }, "bugs": { "url": "https://github.com/cfware/get-package-type/issues" }, "homepage": "https://github.com/cfware/get-package-type#readme", "dependencies": {}, "devDependencies": { "@cfware/lint": "^1.4.3", "@cfware/nyc": "^0.7.0", "if-ver": "^1.1.0", "libtap": "^0.3.0", "nyc": "^15.0.1" } }