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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
{
"_args": [
[
{
"raw": "once@1.4.0",
"scope": null,
"escapedName": "once",
"name": "once",
"rawSpec": "1.4.0",
"spec": "1.4.0",
"type": "version"
},
"/Users/zkat/Documents/code/npm"
]
],
"_from": "once@1.4.0",
"_id": "once@1.4.0",
"_inCache": true,
"_location": "/once",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/once-1.4.0.tgz_1473196269128_0.537820661207661"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"raw": "once@1.4.0",
"scope": null,
"escapedName": "once",
"name": "once",
"rawSpec": "1.4.0",
"spec": "1.4.0",
"type": "version"
},
"_requiredBy": [
"#USER",
"/",
"/glob",
"/inflight",
"/init-package-json/glob",
"/npm-registry-client",
"/read-package-json/glob",
"/read-package-tree",
"/readdir-scoped-modules",
"/standard/eslint/file-entry-cache/flat-cache/del/globby/glob",
"/standard/eslint/glob",
"/standard/eslint/inquirer/run-async"
],
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
"_shrinkwrap": null,
"_spec": "once@1.4.0",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/once/issues"
},
"dependencies": {
"wrappy": "1"
},
"description": "Run a function exactly one time",
"devDependencies": {
"tap": "^7.0.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
"tarball": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
},
"files": [
"once.js"
],
"gitHead": "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
"homepage": "https://github.com/isaacs/once#readme",
"keywords": [
"once",
"function",
"one",
"single"
],
"license": "ISC",
"main": "once.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "once",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/once.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.4.0"
}
|