/var/www/qr4y.com/server/delivery/node_modules/umzug
Edit: /var/www/qr4y.com/server/delivery/node_modules/umzug/package.json (2651B)
{
"_from": "umzug@^2.3.0",
"_id": "umzug@2.3.0",
"_inBundle": false,
"_integrity": "sha512-Z274K+e8goZK8QJxmbRPhl89HPO1K+ORFtm6rySPhFKfKc5GHhqdzD0SGhSWHkzoXasqJuItdhorSvY7/Cgflw==",
"_location": "/umzug",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "umzug@^2.3.0",
"name": "umzug",
"escapedName": "umzug",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/sequelize-cli"
],
"_resolved": "https://registry.npmjs.org/umzug/-/umzug-2.3.0.tgz",
"_shasum": "0ef42b62df54e216b05dcaf627830a6a8b84a184",
"_spec": "umzug@^2.3.0",
"_where": "/var/www/p4ela.net/server/delivery/node_modules/sequelize-cli",
"author": {
"name": "Sascha Depold",
"email": "sascha@depold.com"
},
"bugs": {
"url": "https://github.com/sequelize/umzug/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jukka Hyytiälä",
"email": "hyytiala.jukka@gmail.com"
},
{
"name": "Pascal Pflaum",
"email": "mail@pascalpflaum.de"
}
],
"dependencies": {
"bluebird": "^3.7.2"
},
"deprecated": false,
"description": "Framework agnostic migration tool for Node.JS",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chai": "^4.2.0",
"coffee-script": "^1.8.0",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"sequelize": "^5.21.5",
"sinon": "^7.5.0",
"sinon-chai": "^3.5.0",
"sqlite3": "^4.1.1",
"typescript": "^3.8.3",
"uuid": "^7.0.2"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/sequelize/umzug",
"keywords": [
"migrate",
"migration",
"migrations",
"sequelize"
],
"license": "MIT",
"main": "lib/index.js",
"name": "umzug",
"repository": {
"type": "git",
"url": "git+https://github.com/sequelize/umzug.git"
},
"scripts": {
"lint": "eslint src test",
"prepare": "babel src --out-dir lib",
"test": "mocha -r @babel/register --check-leaks test/index.js"
},
"version": "2.3.0"
}