package.json
2 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
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
{
"_args": [
[
"async@~0.1.22",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "async@>=0.1.22 <0.2.0",
"_id": "async@0.1.22",
"_inCache": true,
"_installable": true,
"_location": "/async",
"_nodeVersion": "v0.6.18",
"_npmUser": {
"email": "caolan@caolanmcmahon.com",
"name": "caolan"
},
"_npmVersion": "1.1.21",
"_phantomChildren": {},
"_requested": {
"name": "async",
"raw": "async@~0.1.22",
"rawSpec": "~0.1.22",
"scope": null,
"spec": ">=0.1.22 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/grunt",
"/grunt-legacy-util"
],
"_resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz",
"_shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
"_shrinkwrap": null,
"_spec": "async@~0.1.22",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt",
"author": {
"name": "Caolan McMahon"
},
"bugs": {
"url": "http://github.com/caolan/async/issues"
},
"dependencies": {},
"description": "Higher-order functions and common patterns for asynchronous code",
"devDependencies": {
"nodelint": ">0.0.0",
"nodeunit": ">0.0.0",
"uglify-js": "1.2.x"
},
"directories": {},
"dist": {
"shasum": "0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061",
"tarball": "http://registry.npmjs.org/async/-/async-0.1.22.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/caolan/async#readme",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/caolan/async/raw/master/LICENSE"
}
],
"main": "./index",
"maintainers": [
{
"name": "caolan",
"email": "caolan@caolanmcmahon.com"
}
],
"name": "async",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/caolan/async.git"
},
"scripts": {},
"version": "0.1.22"
}