diff options
Diffstat (limited to 'tools/eslint/node_modules/run-async/package.json')
-rw-r--r-- | tools/eslint/node_modules/run-async/package.json | 52 |
1 files changed, 32 insertions, 20 deletions
diff --git a/tools/eslint/node_modules/run-async/package.json b/tools/eslint/node_modules/run-async/package.json index 50f48420e1..6af21195d3 100644 --- a/tools/eslint/node_modules/run-async/package.json +++ b/tools/eslint/node_modules/run-async/package.json @@ -2,64 +2,76 @@ "_args": [ [ { - "raw": "run-async@^0.1.0", + "raw": "run-async@^2.2.0", "scope": null, "escapedName": "run-async", "name": "run-async", - "rawSpec": "^0.1.0", - "spec": ">=0.1.0 <0.2.0", + "rawSpec": "^2.2.0", + "spec": ">=2.2.0 <3.0.0", "type": "range" }, "/Users/trott/io.js/tools/node_modules/inquirer" ] ], - "_from": "run-async@>=0.1.0 <0.2.0", - "_id": "run-async@0.1.0", + "_from": "run-async@>=2.2.0 <3.0.0", + "_id": "run-async@2.3.0", "_inCache": true, "_location": "/run-async", + "_nodeVersion": "7.0.0", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/run-async-2.3.0.tgz_1480655904296_0.6874290609266609" + }, "_npmUser": { "name": "sboudrias", "email": "admin@simonboudrias.com" }, - "_npmVersion": "1.4.6", + "_npmVersion": "3.10.8", "_phantomChildren": {}, "_requested": { - "raw": "run-async@^0.1.0", + "raw": "run-async@^2.2.0", "scope": null, "escapedName": "run-async", "name": "run-async", - "rawSpec": "^0.1.0", - "spec": ">=0.1.0 <0.2.0", + "rawSpec": "^2.2.0", + "spec": ">=2.2.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/inquirer" ], - "_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", - "_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389", + "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", + "_shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0", "_shrinkwrap": null, - "_spec": "run-async@^0.1.0", + "_spec": "run-async@^2.2.0", "_where": "/Users/trott/io.js/tools/node_modules/inquirer", "author": { "name": "Simon Boudrias", "email": "admin@simonboudrias.com" }, "bugs": { - "url": "https://github.com/SBoudrias/run-async/issues" + "url": "https://github.com/sboudrias/run-async/issues" }, "dependencies": { - "once": "^1.3.0" + "is-promise": "^2.1.0" }, "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.", "devDependencies": { - "mocha": "^1.21.4" + "mocha": "^3.1.2" }, "directories": {}, "dist": { - "shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389", - "tarball": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz" + "shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0", + "tarball": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz" + }, + "engines": { + "node": ">=0.12.0" }, - "homepage": "https://github.com/SBoudrias/run-async", + "files": [ + "index.js" + ], + "gitHead": "23767c9d7eaf6a6bb1241fc9e12776685258c50e", + "homepage": "https://github.com/sboudrias/run-async#readme", "keywords": [ "flow", "flow-control", @@ -78,10 +90,10 @@ "readme": "ERROR: No README data found!", "repository": { "type": "git", - "url": "git://github.com/SBoudrias/run-async.git" + "url": "git+https://github.com/sboudrias/run-async.git" }, "scripts": { "test": "mocha -R spec" }, - "version": "0.1.0" + "version": "2.3.0" } |