package.json
PACKAGE.JSON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
package.json
package.json
| 1 |
{ |
|
| 2 |
"name": "tap-parser", |
|
| 3 |
"version": "13.0.1", |
|
| 4 |
"description": "parse the test anything protocol", |
|
| 5 |
"main": "dist/cjs/index.js", |
|
| 6 |
"types": "dist/cjs/index.d.ts", |
Package has TypeScript types entry |
| 7 |
"module": "dist/mjs/index.js", |
Package has multiple entry points |
| 8 |
"exports": { |
|
| 9 |
"./package.json": "./package.json", |
|
| 10 |
".": { |
|
| 37 |
"glob": "^10.0.0", |
|
| 38 |
"minipass": "^5.0.0", |
|
| 39 |
"prettier": "^2.7.1", |
Package has Prettier configuration |
| 40 |
"tap": "^16.3.2", |
|
| 41 |
"ts-node": "^10.9.1", |
|
| 42 |
"typedoc": "^0.23.20", |
|
| 43 |
"typescript": "^5.0.4" |
Package has TypeScript support |
| 44 |
}, |
|
| 45 |
"scripts": { |
|
| 46 |
"snap": "c8 tap", |
|
| 47 |
"test": "c8 tap", |
|
| 48 |
"preprepare": "rm -rf dist", |
|
| 49 |
"prepare": "tsc -p tsconfig-cjs.json && tsc -p tsconfig-esm.json", |
|
| 50 |
"postprepare": "bash fixup.sh", |
|
| 51 |
"pretest": "npm run prepare", |
|
| 52 |
"presnap": "npm run prepare", |
|
| 53 |
"format": "prettier --write . --loglevel warn", |
|
| 54 |
"preversion": "npm test", |
|
| 55 |
"postversion": "npm publish", |
|
| 56 |
"prepublishOnly": "git push origin --follow-tags", |
Package has prepublishOnly script |
| 57 |
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" |
|
| 58 |
}, |
|
| 59 |
"repository": { |
|
| 60 |
"type": "git", |
|
| 61 |
"url": "git://github.com/tapjs/tap-parser.git" |
|
| 62 |
}, |
|
| 63 |
"homepage": "https://github.com/tapjs/tap-parser", |
|
| 64 |
"keywords": [ |
|
| 65 |
"tap", |
|
Identity
| SHA-256 |
32e9b40c443b77dda413750ff18c11e46ff4918059bf1a777a40991249ed383c |
| Canonical SHA-256 |
128add069cf9c8306ee68ba45dd0df94246c49a7a68f7cf30907c1547b53959b |
| Filename |
package.json |
Timeline
| First seen |
27 Jun 2026 19:07 UTC |
| First analyzed |
27 Jun 2026 19:29 UTC |
| Last analyzed |
27 Jun 2026 19:29 UTC |
| Last updated |
27 Jun 2026 19:29 UTC |
Labeling
| Label |
good |
| Label source |
harvest |
| Traits version |
46112 |