aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/read-package-json-fast/package.json
blob: c3a9f7dc5c37bfad35ef8743806bc10cb8786ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "read-package-json-fast",
  "version": "2.0.3",
  "description": "Like read-package-json, but faster",
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  "license": "ISC",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "engines": {
    "node": ">=10"
  },
  "tap": {
    "check-coverage": true
  },
  "devDependencies": {
    "tap": "^15.0.9"
  },
  "dependencies": {
    "json-parse-even-better-errors": "^2.3.0",
    "npm-normalize-package-bin": "^1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-package-json-fast.git"
  },
  "files": [
    "index.js"
  ]
}