|
1 | | -{ |
2 | | - "name": "@nodesecure/cli", |
3 | | - "version": "2.3.0", |
4 | | - "description": "Node.js security CLI", |
5 | | - "main": "./bin/index.js", |
6 | | - "bin": { |
7 | | - "node-secure": "./bin/index.js", |
8 | | - "nsecure": "./bin/index.js" |
9 | | - }, |
10 | | - "type": "module", |
11 | | - "engines": { |
12 | | - "node": ">=18" |
13 | | - }, |
14 | | - "scripts": { |
15 | | - "eslint": "eslint bin src test", |
16 | | - "eslint-fix": "npm run eslint -- --fix", |
17 | | - "prepublishOnly": "rimraf ./dist && npm run build && pkg-ok", |
18 | | - "build": "node ./esbuild.config.js", |
19 | | - "test": "npm run test-only && npm run eslint", |
20 | | - "test-only": "node --loader=esmock --no-warnings --test test/", |
21 | | - "coverage": "c8 --reporter=lcov npm run test" |
22 | | - }, |
23 | | - "files": [ |
24 | | - "bin", |
25 | | - "dist", |
26 | | - "src", |
27 | | - "views" |
28 | | - ], |
29 | | - "workspaces": [ |
30 | | - "workspaces/documentation-ui", |
31 | | - "workspaces/vis-network", |
32 | | - "workspaces/size-satisfies" |
33 | | - ], |
34 | | - "repository": { |
35 | | - "type": "git", |
36 | | - "url": "git+https://github.com/NodeSecure/cli.git" |
37 | | - }, |
38 | | - "keywords": [ |
39 | | - "node", |
40 | | - "nodejs", |
41 | | - "security", |
42 | | - "cli", |
43 | | - "sast", |
44 | | - "scanner", |
45 | | - "static", |
46 | | - "code", |
47 | | - "analysis", |
48 | | - "node_modules", |
49 | | - "tree", |
50 | | - "npm", |
51 | | - "registry", |
52 | | - "graph", |
53 | | - "visualization", |
54 | | - "dependencies" |
55 | | - ], |
56 | | - "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", |
57 | | - "license": "MIT", |
58 | | - "bugs": { |
59 | | - "url": "https://github.com/NodeSecure/cli/issues" |
60 | | - }, |
61 | | - "homepage": "https://github.com/NodeSecure/cli#readme", |
62 | | - "devDependencies": { |
63 | | - "@myunisoft/httpie": "^2.0.1", |
64 | | - "@nodesecure/eslint-config": "^1.7.1", |
65 | | - "@nodesecure/size-satisfies": "^1.1.0", |
66 | | - "@nodesecure/vis-network": "^1.4.0", |
67 | | - "@types/node": "^20.5.3", |
68 | | - "c8": "^8.0.1", |
69 | | - "cross-env": "^7.0.3", |
70 | | - "esbuild": "^0.19.2", |
71 | | - "eslint": "^8.47.0", |
72 | | - "esmock": "^2.3.8", |
73 | | - "http-server": "^14.1.1", |
74 | | - "pkg-ok": "^3.0.0", |
75 | | - "pretty-bytes": "^6.1.1", |
76 | | - "rimraf": "^5.0.5", |
77 | | - "strip-ansi": "^7.1.0" |
78 | | - }, |
79 | | - "dependencies": { |
80 | | - "@nodesecure/documentation-ui": "^1.3.0", |
81 | | - "@nodesecure/flags": "^2.4.0", |
82 | | - "@nodesecure/i18n": "^3.5.0", |
83 | | - "@nodesecure/licenses-conformance": "^2.1.0", |
84 | | - "@nodesecure/npm-registry-sdk": "^2.0.0", |
85 | | - "@nodesecure/ossf-scorecard-sdk": "^3.1.0", |
86 | | - "@nodesecure/rc": "^1.5.0", |
87 | | - "@nodesecure/scanner": "^5.2.1", |
88 | | - "@nodesecure/utils": "^1.2.0", |
89 | | - "@nodesecure/vuln": "^1.7.0", |
90 | | - "@openally/result": "^1.2.0", |
91 | | - "@polka/send-type": "^0.5.2", |
92 | | - "@topcli/cliui": "^1.1.0", |
93 | | - "@topcli/prompts": "^1.7.0", |
94 | | - "@topcli/spinner": "^2.1.2", |
95 | | - "cacache": "^18.0.0", |
96 | | - "dotenv": "^16.3.1", |
97 | | - "filenamify": "^6.0.0", |
98 | | - "highlightjs-line-numbers.js": "^2.8.0", |
99 | | - "ini": "^4.1.1", |
100 | | - "kleur": "^4.1.5", |
101 | | - "ms": "^2.1.3", |
102 | | - "open": "^9.1.0", |
103 | | - "polka": "^0.5.2", |
104 | | - "sade": "^1.8.1", |
105 | | - "semver": "^7.5.4", |
106 | | - "server-destroy": "^1.0.1", |
107 | | - "sirv": "^2.0.3", |
108 | | - "zup": "0.0.1" |
109 | | - } |
110 | | -} |
| 1 | +{ |
| 2 | + "name": "@nodesecure/cli", |
| 3 | + "version": "2.3.0", |
| 4 | + "description": "Node.js security CLI", |
| 5 | + "main": "./bin/index.js", |
| 6 | + "bin": { |
| 7 | + "node-secure": "./bin/index.js", |
| 8 | + "nsecure": "./bin/index.js" |
| 9 | + }, |
| 10 | + "type": "module", |
| 11 | + "engines": { |
| 12 | + "node": ">=18" |
| 13 | + }, |
| 14 | + "scripts": { |
| 15 | + "eslint": "eslint bin src test", |
| 16 | + "eslint-fix": "npm run eslint -- --fix", |
| 17 | + "prepublishOnly": "rimraf ./dist && npm run build && pkg-ok", |
| 18 | + "build": "node ./esbuild.config.js", |
| 19 | + "test": "npm run test-only && npm run eslint", |
| 20 | + "test-only": "node --loader=esmock --no-warnings --test test/", |
| 21 | + "coverage": "c8 --reporter=lcov npm run test" |
| 22 | + }, |
| 23 | + "files": [ |
| 24 | + "bin", |
| 25 | + "dist", |
| 26 | + "src", |
| 27 | + "views", |
| 28 | + "i18n" |
| 29 | + ], |
| 30 | + "workspaces": [ |
| 31 | + "workspaces/documentation-ui", |
| 32 | + "workspaces/vis-network", |
| 33 | + "workspaces/size-satisfies" |
| 34 | + ], |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git+https://github.com/NodeSecure/cli.git" |
| 38 | + }, |
| 39 | + "keywords": [ |
| 40 | + "node", |
| 41 | + "nodejs", |
| 42 | + "security", |
| 43 | + "cli", |
| 44 | + "sast", |
| 45 | + "scanner", |
| 46 | + "static", |
| 47 | + "code", |
| 48 | + "analysis", |
| 49 | + "node_modules", |
| 50 | + "tree", |
| 51 | + "npm", |
| 52 | + "registry", |
| 53 | + "graph", |
| 54 | + "visualization", |
| 55 | + "dependencies" |
| 56 | + ], |
| 57 | + "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", |
| 58 | + "license": "MIT", |
| 59 | + "bugs": { |
| 60 | + "url": "https://github.com/NodeSecure/cli/issues" |
| 61 | + }, |
| 62 | + "homepage": "https://github.com/NodeSecure/cli#readme", |
| 63 | + "devDependencies": { |
| 64 | + "@myunisoft/httpie": "^2.0.1", |
| 65 | + "@nodesecure/eslint-config": "^1.7.1", |
| 66 | + "@nodesecure/size-satisfies": "^1.1.0", |
| 67 | + "@nodesecure/vis-network": "^1.4.0", |
| 68 | + "@types/node": "^20.5.3", |
| 69 | + "c8": "^8.0.1", |
| 70 | + "cross-env": "^7.0.3", |
| 71 | + "esbuild": "^0.19.2", |
| 72 | + "eslint": "^8.47.0", |
| 73 | + "esmock": "^2.3.8", |
| 74 | + "http-server": "^14.1.1", |
| 75 | + "pkg-ok": "^3.0.0", |
| 76 | + "pretty-bytes": "^6.1.1", |
| 77 | + "rimraf": "^5.0.5", |
| 78 | + "strip-ansi": "^7.1.0" |
| 79 | + }, |
| 80 | + "dependencies": { |
| 81 | + "@nodesecure/documentation-ui": "^1.3.0", |
| 82 | + "@nodesecure/flags": "^2.4.0", |
| 83 | + "@nodesecure/i18n": "^3.5.0", |
| 84 | + "@nodesecure/licenses-conformance": "^2.1.0", |
| 85 | + "@nodesecure/npm-registry-sdk": "^2.0.0", |
| 86 | + "@nodesecure/ossf-scorecard-sdk": "^3.1.0", |
| 87 | + "@nodesecure/rc": "^1.5.0", |
| 88 | + "@nodesecure/scanner": "^5.2.1", |
| 89 | + "@nodesecure/utils": "^1.2.0", |
| 90 | + "@nodesecure/vuln": "^1.7.0", |
| 91 | + "@openally/result": "^1.2.0", |
| 92 | + "@polka/send-type": "^0.5.2", |
| 93 | + "@topcli/cliui": "^1.1.0", |
| 94 | + "@topcli/prompts": "^1.7.0", |
| 95 | + "@topcli/spinner": "^2.1.2", |
| 96 | + "cacache": "^18.0.0", |
| 97 | + "dotenv": "^16.3.1", |
| 98 | + "filenamify": "^6.0.0", |
| 99 | + "highlightjs-line-numbers.js": "^2.8.0", |
| 100 | + "ini": "^4.1.1", |
| 101 | + "kleur": "^4.1.5", |
| 102 | + "ms": "^2.1.3", |
| 103 | + "open": "^9.1.0", |
| 104 | + "polka": "^0.5.2", |
| 105 | + "sade": "^1.8.1", |
| 106 | + "semver": "^7.5.4", |
| 107 | + "server-destroy": "^1.0.1", |
| 108 | + "sirv": "^2.0.3", |
| 109 | + "zup": "0.0.1" |
| 110 | + } |
| 111 | +} |
0 commit comments