summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/run-async/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/run-async/package.json')
-rw-r--r--tools/eslint/node_modules/run-async/package.json67
1 files changed, 16 insertions, 51 deletions
diff --git a/tools/eslint/node_modules/run-async/package.json b/tools/eslint/node_modules/run-async/package.json
index 6af21195d3..bcb38d8de7 100644
--- a/tools/eslint/node_modules/run-async/package.json
+++ b/tools/eslint/node_modules/run-async/package.json
@@ -1,77 +1,50 @@
{
- "_args": [
- [
- {
- "raw": "run-async@^2.2.0",
- "scope": null,
- "escapedName": "run-async",
- "name": "run-async",
- "rawSpec": "^2.2.0",
- "spec": ">=2.2.0 <3.0.0",
- "type": "range"
- },
- "/Users/trott/io.js/tools/node_modules/inquirer"
- ]
- ],
- "_from": "run-async@>=2.2.0 <3.0.0",
+ "_from": "run-async@^2.2.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": "3.10.8",
+ "_inBundle": false,
+ "_integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
+ "_location": "/eslint/run-async",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "run-async@^2.2.0",
- "scope": null,
- "escapedName": "run-async",
"name": "run-async",
+ "escapedName": "run-async",
"rawSpec": "^2.2.0",
- "spec": ">=2.2.0 <3.0.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "^2.2.0"
},
"_requiredBy": [
- "/inquirer"
+ "/eslint/inquirer"
],
"_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
"_shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
- "_shrinkwrap": null,
"_spec": "run-async@^2.2.0",
- "_where": "/Users/trott/io.js/tools/node_modules/inquirer",
+ "_where": "/Users/trott/io.js/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"
+ "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"
},
- "directories": {},
- "dist": {
- "shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
- "tarball": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz"
- },
"engines": {
"node": ">=0.12.0"
},
"files": [
"index.js"
],
- "gitHead": "23767c9d7eaf6a6bb1241fc9e12776685258c50e",
- "homepage": "https://github.com/sboudrias/run-async#readme",
+ "homepage": "https://github.com/SBoudrias/run-async#readme",
"keywords": [
"flow",
"flow-control",
@@ -79,18 +52,10 @@
],
"license": "MIT",
"main": "index.js",
- "maintainers": [
- {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
- }
- ],
"name": "run-async",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
"repository": {
"type": "git",
- "url": "git+https://github.com/sboudrias/run-async.git"
+ "url": "git+https://github.com/SBoudrias/run-async.git"
},
"scripts": {
"test": "mocha -R spec"