296 lines
7.2 KiB
Plaintext
296 lines
7.2 KiB
Plaintext
|
/*{
|
||
|
"name": "int-prog",
|
||
|
"version": "1.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"vite": "vite",
|
||
|
"serve": "http-server -p 3000 ./dist/",
|
||
|
"build": "vite build",
|
||
|
"rest": "json-server --watch data.json -p 8081",
|
||
|
"dev": "npm-run-all --parallel rest vite",
|
||
|
"prod": "npm-run-all build --parallel serve rest"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bootstrap": "5.3.2",
|
||
|
"@fortawesome/fontawesome-free": "6.4.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vite": "4.4.9",
|
||
|
"eslint": "8.50.0",
|
||
|
"eslint-config-airbnb-base": "15.0.0",
|
||
|
"eslint-plugin-import": "2.28.1",
|
||
|
"http-server": "14.1.1",
|
||
|
"json-server": "0.17.4",
|
||
|
"npm-run-all": "4.1.5"
|
||
|
}
|
||
|
}*/
|
||
|
|
||
|
{
|
||
|
"version": "10.2.3",
|
||
|
"name": "npm",
|
||
|
"description": "a package manager for JavaScript",
|
||
|
"workspaces": [
|
||
|
"docs",
|
||
|
"smoke-tests",
|
||
|
"mock-globals",
|
||
|
"mock-registry",
|
||
|
"workspaces/*"
|
||
|
],
|
||
|
"files": [
|
||
|
"bin/",
|
||
|
"lib/",
|
||
|
"index.js",
|
||
|
"docs/content/",
|
||
|
"docs/output/",
|
||
|
"man/"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"install",
|
||
|
"modules",
|
||
|
"package manager",
|
||
|
"package.json"
|
||
|
],
|
||
|
"homepage": "https://docs.npmjs.com/",
|
||
|
"author": "GitHub Inc.",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/npm/cli.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/npm/cli/issues"
|
||
|
},
|
||
|
"directories": {
|
||
|
"doc": "./doc",
|
||
|
"man": "./man"
|
||
|
},
|
||
|
"main": "./index.js",
|
||
|
"bin": {
|
||
|
"npm": "bin/npm-cli.js",
|
||
|
"npx": "bin/npx-cli.js"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": [
|
||
|
{
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"./index.js"
|
||
|
],
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@isaacs/string-locale-compare": "^1.1.0",
|
||
|
"@npmcli/arborist": "^7.2.1",
|
||
|
"@npmcli/config": "^8.0.1",
|
||
|
"@npmcli/fs": "^3.1.0",
|
||
|
"@npmcli/map-workspaces": "^3.0.4",
|
||
|
"@npmcli/package-json": "^5.0.0",
|
||
|
"@npmcli/promise-spawn": "^7.0.0",
|
||
|
"@npmcli/run-script": "^7.0.2",
|
||
|
"@sigstore/tuf": "^2.1.0",
|
||
|
"abbrev": "^2.0.0",
|
||
|
"archy": "~1.0.0",
|
||
|
"cacache": "^18.0.0",
|
||
|
"chalk": "^5.3.0",
|
||
|
"ci-info": "^3.9.0",
|
||
|
"cli-columns": "^4.0.0",
|
||
|
"cli-table3": "^0.6.3",
|
||
|
"columnify": "^1.6.0",
|
||
|
"fastest-levenshtein": "^1.0.16",
|
||
|
"fs-minipass": "^3.0.3",
|
||
|
"glob": "^10.3.10",
|
||
|
"graceful-fs": "^4.2.11",
|
||
|
"hosted-git-info": "^7.0.1",
|
||
|
"ini": "^4.1.1",
|
||
|
"init-package-json": "^6.0.0",
|
||
|
"is-cidr": "^4.0.2",
|
||
|
"json-parse-even-better-errors": "^3.0.0",
|
||
|
"libnpmaccess": "^8.0.1",
|
||
|
"libnpmdiff": "^6.0.3",
|
||
|
"libnpmexec": "^7.0.3",
|
||
|
"libnpmfund": "^5.0.1",
|
||
|
"libnpmhook": "^10.0.0",
|
||
|
"libnpmorg": "^6.0.1",
|
||
|
"libnpmpack": "^6.0.3",
|
||
|
"libnpmpublish": "^9.0.1",
|
||
|
"libnpmsearch": "^7.0.0",
|
||
|
"libnpmteam": "^6.0.0",
|
||
|
"libnpmversion": "^5.0.1",
|
||
|
"make-fetch-happen": "^13.0.0",
|
||
|
"minimatch": "^9.0.3",
|
||
|
"minipass": "^7.0.4",
|
||
|
"minipass-pipeline": "^1.2.4",
|
||
|
"ms": "^2.1.2",
|
||
|
"node-gyp": "^10.0.1",
|
||
|
"nopt": "^7.2.0",
|
||
|
"normalize-package-data": "^6.0.0",
|
||
|
"npm-audit-report": "^5.0.0",
|
||
|
"npm-install-checks": "^6.3.0",
|
||
|
"npm-package-arg": "^11.0.1",
|
||
|
"npm-pick-manifest": "^9.0.0",
|
||
|
"npm-profile": "^9.0.0",
|
||
|
"npm-registry-fetch": "^16.1.0",
|
||
|
"npm-user-validate": "^2.0.0",
|
||
|
"npmlog": "^7.0.1",
|
||
|
"p-map": "^4.0.0",
|
||
|
"pacote": "^17.0.4",
|
||
|
"parse-conflict-json": "^3.0.1",
|
||
|
"proc-log": "^3.0.0",
|
||
|
"qrcode-terminal": "^0.12.0",
|
||
|
"read": "^2.1.0",
|
||
|
"semver": "^7.5.4",
|
||
|
"spdx-expression-parse": "^3.0.1",
|
||
|
"ssri": "^10.0.5",
|
||
|
"strip-ansi": "^6.0.1",
|
||
|
"supports-color": "^9.4.0",
|
||
|
"tar": "^6.2.0",
|
||
|
"text-table": "~0.2.0",
|
||
|
"tiny-relative-date": "^1.3.0",
|
||
|
"treeverse": "^3.0.0",
|
||
|
"validate-npm-package-name": "^5.0.0",
|
||
|
"which": "^4.0.0",
|
||
|
"write-file-atomic": "^5.0.1"
|
||
|
},
|
||
|
"bundleDependencies": [
|
||
|
"@isaacs/string-locale-compare",
|
||
|
"@npmcli/arborist",
|
||
|
"@npmcli/config",
|
||
|
"@npmcli/fs",
|
||
|
"@npmcli/map-workspaces",
|
||
|
"@npmcli/package-json",
|
||
|
"@npmcli/promise-spawn",
|
||
|
"@npmcli/run-script",
|
||
|
"@sigstore/tuf",
|
||
|
"abbrev",
|
||
|
"archy",
|
||
|
"cacache",
|
||
|
"chalk",
|
||
|
"ci-info",
|
||
|
"cli-columns",
|
||
|
"cli-table3",
|
||
|
"columnify",
|
||
|
"fastest-levenshtein",
|
||
|
"fs-minipass",
|
||
|
"glob",
|
||
|
"graceful-fs",
|
||
|
"hosted-git-info",
|
||
|
"ini",
|
||
|
"init-package-json",
|
||
|
"is-cidr",
|
||
|
"json-parse-even-better-errors",
|
||
|
"libnpmaccess",
|
||
|
"libnpmdiff",
|
||
|
"libnpmexec",
|
||
|
"libnpmfund",
|
||
|
"libnpmhook",
|
||
|
"libnpmorg",
|
||
|
"libnpmpack",
|
||
|
"libnpmpublish",
|
||
|
"libnpmsearch",
|
||
|
"libnpmteam",
|
||
|
"libnpmversion",
|
||
|
"make-fetch-happen",
|
||
|
"minimatch",
|
||
|
"minipass",
|
||
|
"minipass-pipeline",
|
||
|
"ms",
|
||
|
"node-gyp",
|
||
|
"nopt",
|
||
|
"normalize-package-data",
|
||
|
"npm-audit-report",
|
||
|
"npm-install-checks",
|
||
|
"npm-package-arg",
|
||
|
"npm-pick-manifest",
|
||
|
"npm-profile",
|
||
|
"npm-registry-fetch",
|
||
|
"npm-user-validate",
|
||
|
"npmlog",
|
||
|
"p-map",
|
||
|
"pacote",
|
||
|
"parse-conflict-json",
|
||
|
"proc-log",
|
||
|
"qrcode-terminal",
|
||
|
"read",
|
||
|
"semver",
|
||
|
"spdx-expression-parse",
|
||
|
"ssri",
|
||
|
"strip-ansi",
|
||
|
"supports-color",
|
||
|
"tar",
|
||
|
"text-table",
|
||
|
"tiny-relative-date",
|
||
|
"treeverse",
|
||
|
"validate-npm-package-name",
|
||
|
"which",
|
||
|
"write-file-atomic"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@npmcli/docs": "^1.0.0",
|
||
|
"@npmcli/eslint-config": "^4.0.2",
|
||
|
"@npmcli/git": "^5.0.3",
|
||
|
"@npmcli/mock-globals": "^1.0.0",
|
||
|
"@npmcli/mock-registry": "^1.0.0",
|
||
|
"@npmcli/template-oss": "4.19.0",
|
||
|
"@tufjs/repo-mock": "^2.0.0",
|
||
|
"ajv": "^8.12.0",
|
||
|
"ajv-formats": "^2.1.1",
|
||
|
"ajv-formats-draft2019": "^1.6.1",
|
||
|
"diff": "^5.1.0",
|
||
|
"licensee": "^10.0.0",
|
||
|
"nock": "^13.3.3",
|
||
|
"npm-packlist": "^8.0.0",
|
||
|
"remark": "^14.0.2",
|
||
|
"remark-gfm": "^3.0.1",
|
||
|
"remark-github": "^11.2.4",
|
||
|
"spawk": "^1.7.1",
|
||
|
"tap": "^16.3.8"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
|
||
|
"dumpconf": "env | grep npm | sort | uniq",
|
||
|
"licenses": "licensee --production --errors-only",
|
||
|
"test": "tap",
|
||
|
"test:nocolor": "CI=true tap -Rclassic",
|
||
|
"test-all": "node . run test -ws -iwr --if-present",
|
||
|
"snap": "tap",
|
||
|
"prepack": "node . run build -w docs",
|
||
|
"posttest": "node . run lint",
|
||
|
"lint": "eslint \"**/*.js\"",
|
||
|
"lintfix": "node . run lint -- --fix",
|
||
|
"lint-all": "node . run lint -ws -iwr --if-present",
|
||
|
"resetdeps": "node scripts/resetdeps.js",
|
||
|
"rp-pull-request": "node scripts/update-authors.js",
|
||
|
"postlint": "template-oss-check",
|
||
|
"template-oss-apply": "template-oss-apply --force"
|
||
|
},
|
||
|
"tap": {
|
||
|
"test-env": [
|
||
|
"LC_ALL=sk"
|
||
|
],
|
||
|
"timeout": 600,
|
||
|
"nyc-arg": [
|
||
|
"--exclude",
|
||
|
"docs/**",
|
||
|
"--exclude",
|
||
|
"smoke-tests/**",
|
||
|
"--exclude",
|
||
|
"mock-globals/**",
|
||
|
"--exclude",
|
||
|
"mock-registry/**",
|
||
|
"--exclude",
|
||
|
"workspaces/**",
|
||
|
"--exclude",
|
||
|
"tap-snapshots/**"
|
||
|
],
|
||
|
"test-ignore": "^(docs|smoke-tests|mock-globals|mock-registry|workspaces)/"
|
||
|
},
|
||
|
"templateOSS": {
|
||
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
||
|
"version": "4.19.0",
|
||
|
"content": "./scripts/template-oss/root.js"
|
||
|
},
|
||
|
"license": "Artistic-2.0",
|
||
|
"engines": {
|
||
|
"node": "^18.17.0 || >=20.5.0"
|
||
|
}
|
||
|
}
|