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.
65 lines
1.5 KiB
65 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"run-async@2.4.1",
|
|
"E:\\work\\code\\tis-cli"
|
|
]
|
|
],
|
|
"_from": "run-async@2.4.1",
|
|
"_id": "run-async@2.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hEDsz5nqPnC9QJ1JqriOEMGJpFU=",
|
|
"_location": "/run-async",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "run-async@2.4.1",
|
|
"name": "run-async",
|
|
"escapedName": "run-async",
|
|
"rawSpec": "2.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://r.cnpmjs.org/run-async/download/run-async-2.4.1.tgz",
|
|
"_spec": "2.4.1",
|
|
"_where": "E:\\work\\code\\tis-cli",
|
|
"author": {
|
|
"name": "Simon Boudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SBoudrias/run-async/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
|
|
"devDependencies": {
|
|
"mocha": "^7.1.0"
|
|
},
|
|
"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.4.1"
|
|
}
|