UNPKG

@nodesecure/js-x-ray

Version:
77 lines (76 loc) 1.93 kB
{ "name": "@nodesecure/js-x-ray", "version": "16.0.0", "description": "JavaScript AST XRay analysis", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./warnings": { "import": "./dist/warnings.js", "types": "./dist/warnings.d.ts" }, "./i18n/*": { "types": "./dist/i18n/*.d.ts", "import": "./dist/i18n/*.js" }, "./package.json": "./package.json" }, "engines": { "node": ">=24.0.0" }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "test-only": "node --test-reporter=spec --test \"./test/**/*.spec.ts\"", "test": "c8 --all --src ./src -r html npm run test-only", "bench": "node --expose-gc --experimental-strip-types ./benchmark/index.ts", "bench:pacote": "node ./benchmark/pacote.ts" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "https://github.com/NodeSecure/js-x-ray", "directory": "workspaces/js-x-ray" }, "keywords": [ "ast", "nsecure", "nodesecure", "analysis", "dependencies", "security" ], "files": [ "dist" ], "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": { "@typescript-eslint/typescript-estree": "8.64.0", "combine-async-iterators": "3.0.0", "digraph-js": "2.2.4", "ipaddr.js": "2.4.0", "is-svg": "6.1.0", "meriyah": "7.1.2", "safe-regex": "^2.1.1" }, "devDependencies": { "@nodesecure/i18n": "4.1.0", "@nodesecure/mama": "2.3.1", "@types/pacote": "11.1.8", "astring": "1.9.0", "mitata": "1.0.34", "pacote": "22.0.0" } }