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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
{
"_args": [
[
"npm-profile@3.0.1",
"/Users/rebecca/code/npm"
]
],
"_from": "npm-profile@3.0.1",
"_id": "npm-profile@3.0.1",
"_inBundle": false,
"_integrity": "sha512-U/jvnERvBRYgIdHkPURsa8mjLCOiImdA8fw1FzzCF//PKro4w1QANCmXiQex8f/Id1h939lqOiUT+ywKL0AG4Q==",
"_location": "/npm-profile",
"_phantomChildren": {
"agent-base": "4.2.0",
"agentkeepalive": "3.4.1",
"bluebird": "3.5.1",
"chownr": "1.0.1",
"concat-stream": "1.6.2",
"duplexify": "3.6.0",
"end-of-stream": "1.4.1",
"flush-write-stream": "1.0.3",
"from2": "2.3.0",
"glob": "7.1.2",
"graceful-fs": "4.1.11",
"http-cache-semantics": "3.8.1",
"http-proxy-agent": "2.1.0",
"https-proxy-agent": "2.2.1",
"ip": "1.1.5",
"lru-cache": "4.1.3",
"mkdirp": "0.5.1",
"move-concurrently": "1.0.1",
"node-fetch-npm": "2.0.2",
"once": "1.4.0",
"parallel-transform": "1.1.0",
"promise-inflight": "1.0.1",
"promise-retry": "1.1.1",
"pumpify": "1.5.1",
"rimraf": "2.6.2",
"safe-buffer": "5.1.2",
"stream-each": "1.2.2",
"through2": "2.0.3",
"unique-filename": "1.1.0",
"y18n": "4.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "npm-profile@3.0.1",
"name": "npm-profile",
"escapedName": "npm-profile",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/npm/npm-profile/issues"
},
"dependencies": {
"aproba": "^1.1.2",
"make-fetch-happen": "^2.5.0"
},
"description": "Library for updating an npmjs.com profile",
"files": [
"CHANGELOG.md",
"index.js"
],
"homepage": "https://github.com/npm/npm-profile/tree/latest/lib#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "npm-profile",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-profile.git"
},
"version": "3.0.1"
}
|