@nodesecure/scanner
Version:
A package API to run a static analysis of your module's dependencies.
95 lines (94 loc) • 2.44 kB
JSON
{
"name": "@nodesecure/scanner",
"version": "10.4.0",
"description": "A package API to run a static analysis of your module's dependencies.",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./extractors": {
"types": "./dist/extractors/index.d.ts",
"import": "./dist/extractors/index.js"
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc -b && cp -R ./src/data ./dist/data",
"lint": "eslint src test",
"prepublishOnly": "npm run build && pkg-ok",
"test": "c8 -r html npm run test-only && npm run test-types",
"test-only": "node --test ./test/**/*.spec.ts",
"test-types": "attw --pack . --profile esm-only"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/NodeSecure/scanner",
"directory": "workspaces/scanner"
},
"files": [
"dist"
],
"keywords": [
"node",
"nodejs",
"security",
"cli",
"sast",
"scanner",
"static",
"code",
"analysis",
"node_modules",
"tree",
"npm",
"registry",
"graph",
"visualization",
"dependencies"
],
"author": "NodeSecure",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeSecure/scanner/issues"
},
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/scanner#readme",
"dependencies": {
"@fastify/deepmerge": "^3.1.0",
"@nodesecure/conformance": "^1.2.1",
"@nodesecure/contact": "^3.0.0",
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.1.0",
"@nodesecure/js-x-ray": "13.0.0",
"@nodesecure/mama": "^2.1.1",
"@nodesecure/npm-registry-sdk": "^4.4.0",
"@nodesecure/npm-types": "^1.3.0",
"@nodesecure/rc": "^5.4.0",
"@nodesecure/tarball": "^3.5.0",
"@nodesecure/tree-walker": "^2.5.0",
"@nodesecure/utils": "^2.3.0",
"@nodesecure/vulnera": "^2.0.1",
"@openally/mutex": "^2.0.0",
"fastest-levenshtein": "^1.0.16",
"frequency-set": "^2.1.0",
"pacote": "^21.0.0",
"semver": "^7.5.4",
"ssri": "13.0.0",
"type-fest": "^5.0.1"
},
"devDependencies": {
"@npmcli/config": "^10.4.2",
"@types/node": "^24.0.2",
"@types/npmcli__config": "^6.0.3",
"c8": "^10.1.3"
}
}