73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"_from": "pm2-deploy@~1.0.2",
|
|
"_id": "pm2-deploy@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YJx6RXKrVrWaphEYf++EdOOx9EH18vM8RSZN/P1Y+NokTKqYAca/ejXwVLyiEpNju4HPZEk3Y2uZouwMqUlcgg==",
|
|
"_location": "/pm2-deploy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pm2-deploy@~1.0.2",
|
|
"name": "pm2-deploy",
|
|
"escapedName": "pm2-deploy",
|
|
"rawSpec": "~1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/pm2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pm2-deploy/-/pm2-deploy-1.0.2.tgz",
|
|
"_shasum": "98d8385553a3a4dca11c7b3116deb519bc5961a7",
|
|
"_spec": "pm2-deploy@~1.0.2",
|
|
"_where": "/var/www/api.medcify.app/node_modules/pm2",
|
|
"author": {
|
|
"name": "Alexandre Strzelewicz"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Unitech/pm2-deploy/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"run-series": "^1.1.8",
|
|
"tv4": "^1.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Deployment system for PM2",
|
|
"devDependencies": {
|
|
"better-assert": "^1.0.2",
|
|
"documentation": "^11.0.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-semistandard": "^13.0.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"mocha": "^5.2.0",
|
|
"should": "^13.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"deploy.js",
|
|
"deploy"
|
|
],
|
|
"homepage": "https://github.com/Unitech/pm2-deploy#readme",
|
|
"license": "MIT",
|
|
"main": "deploy.js",
|
|
"name": "pm2-deploy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Unitech/pm2-deploy.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "documentation readme ./deploy.js --section=API",
|
|
"lint": "eslint \"**/*.js\"",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|