package.json
1.36 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-parallel@~0.1.3",
"_id": "array-parallel@0.1.3",
"_inBundle": false,
"_integrity": "sha1-j3hTCJJu1apHjEfmTRszS2wMlH0=",
"_location": "/array-parallel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-parallel@~0.1.3",
"name": "array-parallel",
"escapedName": "array-parallel",
"rawSpec": "~0.1.3",
"saveSpec": null,
"fetchSpec": "~0.1.3"
},
"_requiredBy": [
"/gm"
],
"_resolved": "https://registry.npmjs.org/array-parallel/-/array-parallel-0.1.3.tgz",
"_shasum": "8f785308926ed5aa478c47e64d1b334b6c0c947d",
"_spec": "array-parallel@~0.1.3",
"_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-parallel/issues",
"email": "me@jongleberry.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Call an array of asynchronous functions in parallel",
"homepage": "https://github.com/component/array-parallel#readme",
"license": "MIT",
"name": "array-parallel",
"repository": {
"type": "git",
"url": "git+https://github.com/component/array-parallel.git"
},
"scripts": {
"test": "node test"
},
"version": "0.1.3"
}