Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « read-package-json-fast « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de166a8f22ea2a4ff7fb8e5df9761257d3a07d30 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_from": "read-package-json-fast@^1.1.3",
  "_id": "read-package-json-fast@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-MmFqiyfCXV2Dmm4jH24DEGhxdkUDFivJQj4oPZQPOKywxR7HWBE6WnMWDAapfFHi3wm1b+mhR+XHlUH0CL8axg==",
  "_location": "/read-package-json-fast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "read-package-json-fast@^1.1.3",
    "name": "read-package-json-fast",
    "escapedName": "read-package-json-fast",
    "rawSpec": "^1.1.3",
    "saveSpec": null,
    "fetchSpec": "^1.1.3"
  },
  "_requiredBy": [
    "/@npmcli/installed-package-contents",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-1.1.3.tgz",
  "_shasum": "3b78464ea8f3c4447f3358635390b6946dc0737e",
  "_spec": "read-package-json-fast@^1.1.3",
  "_where": "/Users/claudiahdz/npm/cli/node_modules/pacote",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/read-package-json-fast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "json-parse-even-better-errors": "^2.0.1",
    "npm-normalize-package-bin": "^1.0.1"
  },
  "deprecated": false,
  "description": "Like read-package-json, but faster",
  "devDependencies": {
    "tap": "^14.10.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/read-package-json-fast#readme",
  "license": "ISC",
  "name": "read-package-json-fast",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-package-json-fast.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.1.3"
}