mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.9 KiB
79 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"run-async@^0.1.0",
|
|
"/Users/silverwind/git/node/tools/package/package/node_modules/inquirer"
|
|
]
|
|
],
|
|
"_from": "run-async@>=0.1.0 <0.2.0",
|
|
"_id": "run-async@0.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/run-async",
|
|
"_npmUser": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "sboudrias"
|
|
},
|
|
"_npmVersion": "1.4.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "run-async",
|
|
"raw": "run-async@^0.1.0",
|
|
"rawSpec": "^0.1.0",
|
|
"scope": null,
|
|
"spec": ">=0.1.0 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
|
|
"_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
|
|
"_shrinkwrap": null,
|
|
"_spec": "run-async@^0.1.0",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package/node_modules/inquirer",
|
|
"author": {
|
|
"email": "admin@simonboudrias.com",
|
|
"name": "Simon Boudrias"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SBoudrias/run-async/issues"
|
|
},
|
|
"dependencies": {
|
|
"once": "^1.3.0"
|
|
},
|
|
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
|
|
"devDependencies": {
|
|
"mocha": "^1.21.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
|
|
"tarball": "http://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz"
|
|
},
|
|
"homepage": "https://github.com/SBoudrias/run-async",
|
|
"keywords": [
|
|
"async",
|
|
"flow",
|
|
"flow-control"
|
|
],
|
|
"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://github.com/SBoudrias/run-async.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|
|
|