github-pages-deploy-action/node_modules/run-async/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"run-async@2.4.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "run-async@2.4.0",
"_id": "run-async@2.4.0",
"_inBundle": false,
"_integrity": "sha512-xJTbh/d7Lm7SBhc1tNvTpeCHaEzoyxPrqNlvSdMfBTYwaY++UJFyXUOxAtsRUXjlqOfj8luNaR9vjCh4KeV+pg==",
"_location": "/run-async",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "run-async@2.4.0",
"name": "run-async",
"escapedName": "run-async",
"rawSpec": "2.4.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/SBoudrias/run-async/issues"
},
"dependencies": {
"is-promise": "^2.1.0"
},
2020-03-07 11:45:40 +08:00
"description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
2020-03-22 05:13:25 +08:00
"devDependencies": {
"mocha": "^7.1.0"
2020-03-07 11:45:40 +08:00
},
"engines": {
"node": ">=0.12.0"
},
2020-03-22 05:13:25 +08:00
"files": [
"index.js"
],
"homepage": "https://github.com/SBoudrias/run-async#readme",
2020-03-07 11:45:40 +08:00
"keywords": [
"flow",
"flow-control",
"async"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "index.js",
"name": "run-async",
"repository": {
"type": "git",
"url": "git+https://github.com/SBoudrias/run-async.git"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"scripts": {
"test": "mocha -R spec"
},
"version": "2.4.0"
2020-03-07 11:45:40 +08:00
}