Security update for permissions_by_term
[yaffs-website] / node_modules / uncss / node_modules / form-data / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       "async@^2.0.1",
5       "/var/www/yaffs/node_modules/grunt-uncss"
6     ],
7     [
8       "async@^2.0.1",
9       "/var/www/yaffs/node_modules/uncss/node_modules/form-data"
10     ]
11   ],
12   "_from": "async@>=2.0.1 <3.0.0",
13   "_id": "async@2.1.5",
14   "_inCache": true,
15   "_installable": true,
16   "_location": "/uncss/form-data/async",
17   "_nodeVersion": "6.2.2",
18   "_npmOperationalInternal": {
19     "host": "packages-18-east.internal.npmjs.com",
20     "tmp": "tmp/async-2.1.5.tgz_1487467859603_0.9005031916312873"
21   },
22   "_npmUser": {
23     "email": "megawac@gmail.com",
24     "name": "megawac"
25   },
26   "_npmVersion": "3.9.5",
27   "_phantomChildren": {},
28   "_requested": {
29     "name": "async",
30     "raw": "async@^2.0.1",
31     "rawSpec": "^2.0.1",
32     "scope": null,
33     "spec": ">=2.0.1 <3.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/uncss/form-data"
38   ],
39   "_shrinkwrap": null,
40   "_spec": "async@^2.0.1",
41   "_where": "/var/www/yaffs/node_modules/uncss/node_modules/form-data",
42   "author": {
43     "name": "Caolan McMahon"
44   },
45   "bugs": {
46     "url": "https://github.com/caolan/async/issues"
47   },
48   "dependencies": {
49     "lodash": "^4.14.0"
50   },
51   "description": "Higher-order functions and common patterns for asynchronous code",
52   "devDependencies": {
53     "babel-cli": "^6.16.0",
54     "babel-core": "^6.3.26",
55     "babel-plugin-add-module-exports": "^0.2.1",
56     "babel-plugin-istanbul": "^2.0.1",
57     "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
58     "babel-preset-es2015": "^6.3.13",
59     "babelify": "^7.2.0",
60     "benchmark": "^2.1.1",
61     "bluebird": "^3.4.6",
62     "chai": "^3.1.0",
63     "cheerio": "^0.22.0",
64     "coveralls": "^2.11.2",
65     "es6-promise": "^2.3.0",
66     "eslint": "^2.13.1",
67     "fs-extra": "^0.26.7",
68     "gh-pages-deploy": "^0.4.2",
69     "jsdoc": "^3.4.0",
70     "karma": "^1.3.0",
71     "karma-browserify": "^5.1.0",
72     "karma-firefox-launcher": "^1.0.0",
73     "karma-mocha": "^1.2.0",
74     "karma-mocha-reporter": "^2.2.0",
75     "mocha": "^3.1.2",
76     "native-promise-only": "^0.8.0-a",
77     "nyc": "^7.0.0",
78     "recursive-readdir": "^1.3.0",
79     "rimraf": "^2.5.0",
80     "rollup": "^0.36.3",
81     "rollup-plugin-node-resolve": "^2.0.0",
82     "rollup-plugin-npm": "^2.0.0",
83     "rsvp": "^3.0.18",
84     "semver": "^4.3.6",
85     "uglify-js": "~2.7.3",
86     "vinyl-buffer": "^1.0.0",
87     "vinyl-source-stream": "^1.1.0",
88     "watchify": "^3.7.0",
89     "yargs": "~3.9.1"
90   },
91   "directories": {},
92   "dist": {
93     "shasum": "e587c68580994ac67fc56ff86d3ac56bdbe810bc",
94     "tarball": "https://registry.npmjs.org/async/-/async-2.1.5.tgz"
95   },
96   "gh-pages-deploy": {
97     "staticpath": "docs"
98   },
99   "homepage": "https://github.com/caolan/async#readme",
100   "keywords": [
101     "async",
102     "callback",
103     "module",
104     "utility"
105   ],
106   "license": "MIT",
107   "main": "dist/async.js",
108   "maintainers": [
109     {
110       "name": "caolan",
111       "email": "caolan.mcmahon@gmail.com"
112     },
113     {
114       "name": "beaugunderson",
115       "email": "beau@beaugunderson.com"
116     },
117     {
118       "name": "aearly",
119       "email": "alexander.early@gmail.com"
120     },
121     {
122       "name": "megawac",
123       "email": "megawac@gmail.com"
124     }
125   ],
126   "name": "async",
127   "nyc": {
128     "exclude": [
129       "mocha_test"
130     ]
131   },
132   "optionalDependencies": {},
133   "readme": "ERROR: No README data found!",
134   "repository": {
135     "type": "git",
136     "url": "git+https://github.com/caolan/async.git"
137   },
138   "scripts": {
139     "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
140     "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
141     "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
142     "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
143     "mocha-browser-test": "karma start",
144     "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
145     "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
146     "test": "npm run lint && npm run mocha-node-test"
147   },
148   "version": "2.1.5"
149 }