PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
{ "_from": "knex-migrator", "_id": "knex-migrator@3.4.1", "_inBundle": false, "_integrity": "sha512-UYTUAk2s+omnFAlru6AQ3KBN57tGcxrPYO9FWX1Phe72AEYdjppdwsBAsb0jTSpm7nR3fRJwh8sKvryKff284g==", "_location": "/knex-migrator", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "knex-migrator", "name": "knex-migrator", "escapedName": "knex-migrator", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/knex-migrator/-/knex-migrator-3.4.1.tgz", "_shasum": "4913f01b0aca6e6e6f23429f5e9718553d0c1144", "_spec": "knex-migrator", "_where": "/root", "author": { "name": "Ghost Foundation", "email": "hello@ghost.org", "url": "https://ghost.org" }, "bin": { "knex-migrator": "bin/knex-migrator", "knex-migrator-init": "bin/knex-migrator-init", "knex-migrator-health": "bin/knex-migrator-health", "knex-migrator-migrate": "bin/knex-migrator-migrate", "knex-migrator-reset": "bin/knex-migrator-reset", "knex-migrator-rollback": "bin/knex-migrator-rollback" }, "bugs": { "url": "https://github.com/TryGhost//knex-migrator/issues" }, "bundleDependencies": false, "dependencies": { "bluebird": "^3.5.3", "commander": "^2.19.0", "compare-ver": "^2.0.2", "debug": "^4.1.1", "ghost-ignition": "^3.0.0", "knex": "^0.16.3", "lodash": "^4.17.11", "moment": "^2.23.0", "mysql": "^2.16.0", "nconf": "^0.10.0", "resolve": "^1.9.0", "sqlite3": "^4.0.6" }, "deprecated": false, "description": "Database migrations with knex.", "devDependencies": { "eslint": "5.16.0", "eslint-plugin-ghost": "0.2.0", "mocha": "6.1.4", "nyc": "14.0.0", "rimraf": "2.6.3", "should": "13.2.3", "sinon": "7.3.2" }, "engines": { "node": ">=8" }, "files": [ "bin", "lib", "migrations", "logging.js" ], "homepage": "https://github.com/TryGhost/knex-migrator#readme", "keywords": [ "ghost", "migration", "knex", "knex-migrations", "knex migration", "knex migrations", "bookshelf migration", "bookshelf" ], "license": "MIT", "main": "lib", "name": "knex-migrator", "optionalDependencies": { "mysql": "^2.16.0", "sqlite3": "^4.0.6" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/TryGhost/knex-migrator.git" }, "scripts": { "coverage": "nyc --reporter=lcov _mocha --require test/utils.js -- test/*_spec.js", "lint": "eslint --ext .js --cache lib/** test/**", "posttest": "yarn lint", "preship": "yarn test", "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} master --follow-tags; fi", "test": "LEVEL=fatal _mocha --require test/utils.js --report --exit lcovonly -- test/**/*_spec.js", "test:unit": "yarn lint && LEVEL=fatal _mocha --require test/utils.js --report lcovonly -- test/unit/*_spec.js" }, "version": "3.4.1" }
[+]
lib
[+]
bin
[+]
..
[+]
node_modules
[-] package.json
[edit]
[-] logging.js
[edit]
[+]
migrations
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]