UNPKG

2.86 kBJSONView Raw
1{
2 "_from": "npm-registry-fetch@4.0.7",
3 "_id": "npm-registry-fetch@4.0.7",
4 "_inBundle": false,
5 "_integrity": "sha512-cny9v0+Mq6Tjz+e0erFAB+RYJ/AVGzkjnISiobqP8OWj9c9FLoZZu8/SPSKJWE17F1tk4018wfjV+ZbIbqC7fQ==",
6 "_location": "/npm-registry-fetch",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "npm-registry-fetch@4.0.7",
12 "name": "npm-registry-fetch",
13 "escapedName": "npm-registry-fetch",
14 "rawSpec": "4.0.7",
15 "saveSpec": null,
16 "fetchSpec": "4.0.7"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/",
21 "/libnpm",
22 "/libnpmaccess",
23 "/libnpmhook",
24 "/libnpmorg",
25 "/libnpmpublish",
26 "/libnpmsearch",
27 "/libnpmteam",
28 "/npm-profile",
29 "/pacote"
30 ],
31 "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.7.tgz",
32 "_shasum": "57951bf6541e0246b34c9f9a38ab73607c9449d7",
33 "_spec": "npm-registry-fetch@4.0.7",
34 "_where": "/Users/ruyadorno/Documents/workspace/cli/latest",
35 "author": {
36 "name": "Kat Marchán",
37 "email": "kzm@sykosomatic.org"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/registry-fetch/issues"
41 },
42 "bundleDependencies": false,
43 "config": {
44 "nyc": {
45 "exclude": [
46 "node_modules/**",
47 "test/**"
48 ]
49 }
50 },
51 "dependencies": {
52 "JSONStream": "^1.3.4",
53 "bluebird": "^3.5.1",
54 "figgy-pudding": "^3.4.1",
55 "lru-cache": "^5.1.1",
56 "make-fetch-happen": "^5.0.0",
57 "npm-package-arg": "^6.1.0",
58 "safe-buffer": "^5.2.0"
59 },
60 "deprecated": false,
61 "description": "Fetch-based http client for use with npm registry APIs",
62 "devDependencies": {
63 "cacache": "^12.0.0",
64 "get-stream": "^4.0.0",
65 "mkdirp": "^0.5.1",
66 "nock": "^9.4.3",
67 "npmlog": "^4.1.2",
68 "rimraf": "^2.6.2",
69 "ssri": "^6.0.0",
70 "standard": "^11.0.1",
71 "standard-version": "^4.4.0",
72 "tap": "^12.0.1",
73 "weallbehave": "^1.2.0",
74 "weallcontribute": "^1.0.8"
75 },
76 "files": [
77 "*.js",
78 "lib"
79 ],
80 "homepage": "https://github.com/npm/registry-fetch#readme",
81 "keywords": [
82 "npm",
83 "registry",
84 "fetch"
85 ],
86 "license": "ISC",
87 "main": "index.js",
88 "name": "npm-registry-fetch",
89 "publishConfig": {
90 "tag": "latest-v4"
91 },
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/npm/registry-fetch.git"
95 },
96 "scripts": {
97 "postrelease": "npm publish && git push --follow-tags",
98 "posttest": "standard",
99 "prerelease": "npm t",
100 "release": "standard-version -s",
101 "test": "tap -J --coverage test/*.js",
102 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
103 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
104 },
105 "version": "4.0.7"
106}