aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/nopt/package.json
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/nopt/package.json
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to '')
-rw-r--r--node_modules/nopt/package.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json
deleted file mode 100644
index bb91642..0000000
--- a/node_modules/nopt/package.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "nopt",
- "version": "9.0.0",
- "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
- "author": "GitHub Inc.",
- "main": "lib/nopt.js",
- "scripts": {
- "test": "tap",
- "lint": "npm run eslint",
- "postlint": "template-oss-check",
- "template-oss-apply": "template-oss-apply --force",
- "lintfix": "npm run eslint -- --fix",
- "snap": "tap",
- "posttest": "npm run lint",
- "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/nopt.git"
- },
- "bin": {
- "nopt": "bin/nopt.js"
- },
- "license": "ISC",
- "dependencies": {
- "abbrev": "^4.0.0"
- },
- "devDependencies": {
- "@npmcli/eslint-config": "^5.0.0",
- "@npmcli/template-oss": "4.27.1",
- "tap": "^16.3.0"
- },
- "tap": {
- "nyc-arg": [
- "--exclude",
- "tap-snapshots/**"
- ]
- },
- "files": [
- "bin/",
- "lib/"
- ],
- "engines": {
- "node": "^20.17.0 || >=22.9.0"
- },
- "templateOSS": {
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "windowsCI": false,
- "version": "4.27.1",
- "publish": true
- }
-}