summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/run-async/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/run-async/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/run-async/package.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/run-async/package.json b/tools/node_modules/eslint/node_modules/run-async/package.json
new file mode 100644
index 0000000000..5396174ddb
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/run-async/package.json
@@ -0,0 +1,64 @@
+{
+ "_from": "run-async@^2.2.0",
+ "_id": "run-async@2.3.0",
+ "_inBundle": false,
+ "_integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
+ "_location": "/eslint/run-async",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "run-async@^2.2.0",
+ "name": "run-async",
+ "escapedName": "run-async",
+ "rawSpec": "^2.2.0",
+ "saveSpec": null,
+ "fetchSpec": "^2.2.0"
+ },
+ "_requiredBy": [
+ "/eslint/inquirer"
+ ],
+ "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
+ "_shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
+ "_spec": "run-async@^2.2.0",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/inquirer",
+ "author": {
+ "name": "Simon Boudrias",
+ "email": "admin@simonboudrias.com"
+ },
+ "bugs": {
+ "url": "https://github.com/SBoudrias/run-async/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "is-promise": "^2.1.0"
+ },
+ "deprecated": false,
+ "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
+ "devDependencies": {
+ "mocha": "^3.1.2"
+ },
+ "engines": {
+ "node": ">=0.12.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/SBoudrias/run-async#readme",
+ "keywords": [
+ "flow",
+ "flow-control",
+ "async"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "run-async",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/SBoudrias/run-async.git"
+ },
+ "scripts": {
+ "test": "mocha -R spec"
+ },
+ "version": "2.3.0"
+}