UNPKG

@nodesecure/tree-walker

Version:
55 lines (54 loc) 1.48 kB
{ "name": "@nodesecure/tree-walker", "version": "4.0.2", "description": "NodeSecure tree walker", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -b", "prepublishOnly": "npm run build", "test-only": "node --test \"./test/**/*.spec.ts\"", "test-types": "attw --pack . --profile esm-only", "test": "c8 -r html npm run test-only && npm run test-types" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/NodeSecure/scanner", "directory": "workspaces/tree-walker" }, "files": [ "dist" ], "keywords": [ "NodeSecure", "tree", "walker" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/scanner/issues" }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { "@nodesecure/js-x-ray": "15.1.0", "@nodesecure/mama": "2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", "@npmcli/arborist": "9.9.0", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1", "npm-pick-manifest": "^12.0.0", "pacote": "^22.0.0", "semver": "^7.6.0" }, "devDependencies": { "@types/npmcli__arborist": "^6.3.0" } }