UNPKG

@nodesecure/js-x-ray

Version:
78 lines (77 loc) 2.04 kB
{ "name": "@nodesecure/js-x-ray", "version": "9.0.0", "description": "JavaScript AST XRay analysis", "type": "module", "exports": { ".": { "import": "./index.js", "types": "./index.d.ts" }, "./warnings": { "import": "./src/warnings.js", "types": "./types/warnings.d.ts" }, "./package.json": "./package.json" }, "engines": { "node": ">=20.0.0" }, "scripts": { "lint": "eslint src workspaces test", "test-only": "glob -c \"node --test-reporter=spec --test\" \"./test/**/*.spec.js\"", "test": "c8 --all --src ./src -r html npm run test-only", "check": "npm run lint && npm run test-only", "ci:publish": "changeset publish", "ci:version": "changeset version" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/js-x-ray.git" }, "workspaces": [ "workspaces/estree-ast-utils", "workspaces/sec-literal", "workspaces/ts-source-parser" ], "keywords": [ "ast", "nsecure", "nodesecure", "analysis", "dependencies", "security" ], "files": [ "src", "types", "index.js", "index.d.ts" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/js-x-ray/issues" }, "homepage": "https://github.com/NodeSecure/js-x-ray#readme", "dependencies": { "@nodesecure/estree-ast-utils": "^1.5.0", "@nodesecure/sec-literal": "^1.2.0", "digraph-js": "^2.2.3", "estree-walker": "^3.0.1", "frequency-set": "^1.0.2", "is-minified-code": "^2.0.0", "meriyah": "^6.0.0", "safe-regex": "^2.1.1", "ts-pattern": "^5.0.6" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.4", "@openally/config.eslint": "^2.0.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "glob": "^11.0.0", "iterator-matcher": "^2.1.0" } }