File Explorer

/var/lang/lib/node_modules/npm/node_modules/init-package-json

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
2 files
package.json1.5 KB · 67 lines
{  "name": "init-package-json",  "version": "8.2.5",  "main": "lib/init-package-json.js",  "scripts": {    "test": "tap",    "lint": "npm run eslint",    "postlint": "template-oss-check",    "lintfix": "npm run eslint -- --fix",    "snap": "tap",    "posttest": "npm run lint",    "template-oss-apply": "template-oss-apply --force",    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""  },  "repository": {    "type": "git",    "url": "git+https://github.com/npm/init-package-json.git"  },  "author": "GitHub Inc.",  "license": "ISC",  "description": "A node module to get your node module started",  "dependencies": {    "@npmcli/package-json": "^7.0.0",    "npm-package-arg": "^13.0.0",    "promzard": "^3.0.1",    "read": "^5.0.1",    "semver": "^7.7.2",    "validate-npm-package-name": "^7.0.0"  },  "devDependencies": {    "@npmcli/config": "^10.0.0",    "@npmcli/eslint-config": "^6.0.1",    "@npmcli/template-oss": "4.29.0",    "tap": "^16.0.1"  },  "engines": {    "node": "^20.17.0 || >=22.9.0"  },  "tap": {    "test-ignore": "fixtures/",    "nyc-arg": [      "--exclude",      "tap-snapshots/**"    ],    "timeout": 300  },  "keywords": [    "init",    "package.json",    "package",    "helper",    "wizard",    "wizerd",    "prompt",    "start"  ],  "files": [    "bin/",    "lib/"  ],  "templateOSS": {    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",    "version": "4.29.0",    "publish": true  }}