Initial commit
[yaffs-website] / node_modules / grunt-contrib-sass / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       "async@^0.9.0",
5       "/var/www/yaffs/node_modules/grunt-contrib-sass"
6     ]
7   ],
8   "_from": "async@>=0.9.0 <0.10.0",
9   "_id": "async@0.9.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt-contrib-sass/async",
13   "_nodeVersion": "2.0.1",
14   "_npmUser": {
15     "email": "beau@beaugunderson.com",
16     "name": "beaugunderson"
17   },
18   "_npmVersion": "2.9.0",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "async",
22     "raw": "async@^0.9.0",
23     "rawSpec": "^0.9.0",
24     "scope": null,
25     "spec": ">=0.9.0 <0.10.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-contrib-sass"
30   ],
31   "_resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
32   "_shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
33   "_shrinkwrap": null,
34   "_spec": "async@^0.9.0",
35   "_where": "/var/www/yaffs/node_modules/grunt-contrib-sass",
36   "author": {
37     "name": "Caolan McMahon"
38   },
39   "bugs": {
40     "url": "https://github.com/caolan/async/issues"
41   },
42   "dependencies": {},
43   "description": "Higher-order functions and common patterns for asynchronous code",
44   "devDependencies": {
45     "lodash": ">=2.4.1",
46     "nodelint": ">0.0.0",
47     "nodeunit": ">0.0.0",
48     "uglify-js": "1.2.x"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "aea74d5e61c1f899613bf64bda66d4c78f2fd17d",
53     "tarball": "https://registry.npmjs.org/async/-/async-0.9.2.tgz"
54   },
55   "gitHead": "de3a16091d5125384eff4a54deb3998b13c3814c",
56   "homepage": "https://github.com/caolan/async#readme",
57   "jam": {
58     "categories": [
59       "Utilities"
60     ],
61     "include": [
62       "LICENSE",
63       "README.md",
64       "lib/async.js"
65     ],
66     "main": "lib/async.js"
67   },
68   "keywords": [
69     "async",
70     "callback",
71     "module",
72     "utility"
73   ],
74   "license": "MIT",
75   "main": "lib/async.js",
76   "maintainers": [
77     {
78       "name": "caolan",
79       "email": "caolan.mcmahon@gmail.com"
80     },
81     {
82       "name": "beaugunderson",
83       "email": "beau@beaugunderson.com"
84     }
85   ],
86   "name": "async",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/caolan/async.git"
92   },
93   "scripts": {
94     "test": "nodeunit test/test-async.js"
95   },
96   "spm": {
97     "main": "lib/async.js"
98   },
99   "version": "0.9.2",
100   "volo": {
101     "ignore": [
102       "**/.*",
103       "bower_components",
104       "node_modules",
105       "test",
106       "tests"
107     ],
108     "main": "lib/async.js"
109   }
110 }