source: trip-planner-front/node_modules/read-package-json-fast/package.json@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 758 bytes
Line 
1{
2 "name": "read-package-json-fast",
3 "version": "2.0.3",
4 "description": "Like read-package-json, but faster",
5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
6 "license": "ISC",
7 "scripts": {
8 "test": "tap",
9 "snap": "tap",
10 "preversion": "npm test",
11 "postversion": "npm publish",
12 "postpublish": "git push origin --follow-tags"
13 },
14 "engines": {
15 "node": ">=10"
16 },
17 "tap": {
18 "check-coverage": true
19 },
20 "devDependencies": {
21 "tap": "^15.0.9"
22 },
23 "dependencies": {
24 "json-parse-even-better-errors": "^2.3.0",
25 "npm-normalize-package-bin": "^1.0.1"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/npm/read-package-json-fast.git"
30 },
31 "files": [
32 "index.js"
33 ]
34}
Note: See TracBrowser for help on using the repository browser.