1{ 2 "name": "read-package-json-fast", 3 "version": "3.0.2", 4 "description": "Like read-package-json, but faster", 5 "main": "lib/index.js", 6 "author": "GitHub Inc.", 7 "license": "ISC", 8 "scripts": { 9 "test": "tap", 10 "snap": "tap", 11 "lint": "eslint \"**/*.js\"", 12 "postlint": "template-oss-check", 13 "template-oss-apply": "template-oss-apply --force", 14 "lintfix": "npm run lint -- --fix", 15 "posttest": "npm run lint" 16 }, 17 "engines": { 18 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 19 }, 20 "devDependencies": { 21 "@npmcli/eslint-config": "^4.0.0", 22 "@npmcli/template-oss": "4.11.0", 23 "tap": "^16.3.0" 24 }, 25 "dependencies": { 26 "json-parse-even-better-errors": "^3.0.0", 27 "npm-normalize-package-bin": "^3.0.0" 28 }, 29 "repository": { 30 "type": "git", 31 "url": "https://github.com/npm/read-package-json-fast.git" 32 }, 33 "files": [ 34 "bin/", 35 "lib/" 36 ], 37 "templateOSS": { 38 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 39 "version": "4.11.0" 40 }, 41 "tap": { 42 "nyc-arg": [ 43 "--exclude", 44 "tap-snapshots/**" 45 ] 46 } 47} 48