package.json
1.33 KB
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
{
"_from": "array-series@~0.1.5",
"_id": "array-series@0.1.5",
"_inBundle": false,
"_integrity": "sha1-3103v8XC7wdV4qpPkv6ufUtaly8=",
"_location": "/array-series",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-series@~0.1.5",
"name": "array-series",
"escapedName": "array-series",
"rawSpec": "~0.1.5",
"saveSpec": null,
"fetchSpec": "~0.1.5"
},
"_requiredBy": [
"/gm"
],
"_resolved": "https://registry.npmjs.org/array-series/-/array-series-0.1.5.tgz",
"_shasum": "df5d37bfc5c2ef0755e2aa4f92feae7d4b5a972f",
"_spec": "array-series@~0.1.5",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\gm",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/component/array-series/issues",
"email": "me@jongleberry.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Call an array of asynchronous functions in series",
"homepage": "https://github.com/component/array-series#readme",
"license": "MIT",
"name": "array-series",
"repository": {
"type": "git",
"url": "git+https://github.com/component/array-series.git"
},
"scripts": {
"test": "node test"
},
"version": "0.1.5"
}