UNPKG

@nodesecure/tarball

Version:
63 lines (62 loc) 1.63 kB
{ "name": "@nodesecure/tarball", "version": "4.2.0", "description": "NodeSecure tarball scanner", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./warnings": { "import": "./dist/warnings.js", "types": "./dist/warnings.d.ts" }, "./package.json": "./package.json" }, "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/tarball" }, "files": [ "dist" ], "keywords": [ "NodeSecure", "tarball" ], "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/tarball#readme", "dependencies": { "@nodesecure/conformance": "^1.2.1", "@nodesecure/fs-walk": "^2.0.0", "@nodesecure/js-x-ray": "15.1.0", "@nodesecure/mama": "^2.3.1", "@nodesecure/npm-types": "^1.2.0", "@nodesecure/utils": "^2.3.0", "@openally/result": "2.0.0", "hyperid": "3.3.0", "ipaddr.js": "2.3.0", "pacote": "^21.0.0" }, "devDependencies": { "get-folder-size": "^5.0.0" } }