Initial commit
[yaffs-website] / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       "async@^1.5.0",
5       "/var/www/yaffs/node_modules/grunt-contrib-watch"
6     ]
7   ],
8   "_from": "async@>=1.5.0 <2.0.0",
9   "_id": "async@1.5.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/async",
13   "_nodeVersion": "4.2.3",
14   "_npmUser": {
15     "email": "alexander.early@gmail.com",
16     "name": "aearly"
17   },
18   "_npmVersion": "3.5.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "async",
22     "raw": "async@^1.5.0",
23     "rawSpec": "^1.5.0",
24     "scope": null,
25     "spec": ">=1.5.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-contrib-watch"
30   ],
31   "_resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
32   "_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
33   "_shrinkwrap": null,
34   "_spec": "async@^1.5.0",
35   "_where": "/var/www/yaffs/node_modules/grunt-contrib-watch",
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     "benchmark": "github:bestiejs/benchmark.js",
46     "bluebird": "^2.9.32",
47     "chai": "^3.1.0",
48     "coveralls": "^2.11.2",
49     "es6-promise": "^2.3.0",
50     "jscs": "^1.13.1",
51     "jshint": "~2.8.0",
52     "karma": "^0.13.2",
53     "karma-browserify": "^4.2.1",
54     "karma-firefox-launcher": "^0.1.6",
55     "karma-mocha": "^0.2.0",
56     "karma-mocha-reporter": "^1.0.2",
57     "lodash": "^3.9.0",
58     "mkdirp": "~0.5.1",
59     "mocha": "^2.2.5",
60     "native-promise-only": "^0.8.0-a",
61     "nodeunit": ">0.0.0",
62     "nyc": "^2.1.0",
63     "rsvp": "^3.0.18",
64     "semver": "^4.3.6",
65     "uglify-js": "~2.4.0",
66     "xyz": "^0.5.0",
67     "yargs": "~3.9.1"
68   },
69   "directories": {},
70   "dist": {
71     "shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
72     "tarball": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
73   },
74   "files": [
75     "dist/async.js",
76     "dist/async.min.js",
77     "lib"
78   ],
79   "gitHead": "9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c",
80   "homepage": "https://github.com/caolan/async#readme",
81   "jam": {
82     "categories": [
83       "Utilities"
84     ],
85     "include": [
86       "LICENSE",
87       "README.md",
88       "lib/async.js"
89     ],
90     "main": "lib/async.js"
91   },
92   "keywords": [
93     "async",
94     "callback",
95     "module",
96     "utility"
97   ],
98   "license": "MIT",
99   "main": "lib/async.js",
100   "maintainers": [
101     {
102       "name": "caolan",
103       "email": "caolan.mcmahon@gmail.com"
104     },
105     {
106       "name": "beaugunderson",
107       "email": "beau@beaugunderson.com"
108     },
109     {
110       "name": "aearly",
111       "email": "alexander.early@gmail.com"
112     },
113     {
114       "name": "megawac",
115       "email": "megawac@gmail.com"
116     }
117   ],
118   "name": "async",
119   "optionalDependencies": {},
120   "readme": "ERROR: No README data found!",
121   "repository": {
122     "type": "git",
123     "url": "git+https://github.com/caolan/async.git"
124   },
125   "scripts": {
126     "coverage": "nyc npm test && nyc report",
127     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
128     "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
129     "mocha-browser-test": "karma start",
130     "mocha-node-test": "mocha mocha_test/",
131     "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
132     "nodeunit-test": "nodeunit test/test-async.js",
133     "test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test"
134   },
135   "spm": {
136     "main": "lib/async.js"
137   },
138   "version": "1.5.2",
139   "volo": {
140     "ignore": [
141       "**/.*",
142       "bower_components",
143       "node_modules",
144       "test",
145       "tests"
146     ],
147     "main": "lib/async.js"
148   }
149 }