Kaido Kert | f585e26 | 2020-06-08 11:42:28 -0700 | [diff] [blame] | 1 | { |
| 2 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| 3 | "dependencies": { |
| 4 | "glob": "^7.1.1", |
| 5 | "json-parse-better-errors": "^1.0.1", |
| 6 | "normalize-package-data": "^2.0.0", |
| 7 | "slash": "^1.0.0" |
| 8 | }, |
| 9 | "description": "The thing npm uses to read package.json files with semantics and defaults and validation", |
| 10 | "devDependencies": { |
| 11 | "standard": "^11.0.0", |
| 12 | "standard-version": "^4.3.0", |
| 13 | "tap": "^11.1.2" |
| 14 | }, |
| 15 | "files": [ |
| 16 | "read-json.js" |
| 17 | ], |
| 18 | "license": "ISC", |
| 19 | "main": "read-json.js", |
| 20 | "name": "read-package-json", |
| 21 | "optionalDependencies": { |
| 22 | "graceful-fs": "^4.1.2" |
| 23 | }, |
| 24 | "repository": { |
| 25 | "type": "git", |
| 26 | "url": "https://github.com/npm/read-package-json.git" |
| 27 | }, |
| 28 | "scripts": { |
| 29 | "postrelease": "npm publish && git push --follow-tags", |
| 30 | "prerelease": "npm t", |
| 31 | "pretest": "standard", |
| 32 | "release": "standard-version -s", |
| 33 | "test": "tap --nyc-arg=--all --coverage test/*.js" |
| 34 | }, |
| 35 | "version": "2.1.0" |
| 36 | } |