| Current Path : /usr/lib/node_modules/pm2/node_modules/run-series/ |
| Current File : //usr/lib/node_modules/pm2/node_modules/run-series/package.json |
{
"_from": "run-series@^1.1.8",
"_id": "run-series@1.1.8",
"_inBundle": false,
"_integrity": "sha512-+GztYEPRpIsQoCSraWHDBs9WVy4eVME16zhOtDB4H9J4xN0XRhknnmLOl+4gRgZtu8dpp9N/utSPjKH/xmDzXg==",
"_location": "/pm2/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/pm2-deploy"
],
"_resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.8.tgz",
"_shasum": "2c4558f49221e01cd6371ff4e0a1e203e460fc36",
"_spec": "run-series@^1.1.8",
"_where": "/usr/lib/node_modules/pm2/node_modules/pm2-deploy",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://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": "0.0.4",
"standard": "*",
"tape": "^4.0.0"
},
"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.8"
}