API/api.medcify.app/node_modules/run-series/package.json
2022-09-26 11:41:44 +05:30

82 lines
2.0 KiB
JSON

{
"_from": "run-series@^1.1.8",
"_id": "run-series@1.1.9",
"_inBundle": false,
"_integrity": "sha512-Arc4hUN896vjkqCYrUXquBFtRZdv1PfLbTYP71efP6butxyQ0kWpiNJyAgsxscmQg1cqvHY32/UCBzXedTpU2g==",
"_location": "/run-series",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "run-series@^1.1.8",
"name": "run-series",
"escapedName": "run-series",
"rawSpec": "^1.1.8",
"saveSpec": null,
"fetchSpec": "^1.1.8"
},
"_requiredBy": [
"/pm2-deploy"
],
"_resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.9.tgz",
"_shasum": "15ba9cb90e6a6c054e67c98e1dc063df0ecc113a",
"_spec": "run-series@^1.1.8",
"_where": "/var/www/api.medcify.app/node_modules/pm2-deploy",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/feross/run-series/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Run an array of functions in series",
"devDependencies": {
"airtap": "^3.0.0",
"standard": "*",
"tape": "^5.0.1"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"homepage": "https://github.com/feross/run-series",
"keywords": [
"series",
"async",
"function",
"callback",
"asynchronous",
"run",
"array",
"run series"
],
"license": "MIT",
"main": "index.js",
"name": "run-series",
"repository": {
"type": "git",
"url": "git://github.com/feross/run-series.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
},
"version": "1.1.9"
}