File manager - Edit - /usr/local/lib/node_modules/knex-migrator/node_modules/knex/package.json
Back
{ "_from": "knex@0.21.19", "_id": "knex@0.21.19", "_inBundle": false, "_integrity": "sha512-6etvrq9XI1Ck6mEc/XiXFGVpD1Lmj6v9XWojqZgEbOvyMbW7XRvgZ99yIhN/kaBH+43FEy3xv/AcbRaH+1pJtw==", "_location": "/knex-migrator/knex", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "knex@0.21.19", "name": "knex", "escapedName": "knex", "rawSpec": "0.21.19", "saveSpec": null, "fetchSpec": "0.21.19" }, "_requiredBy": [ "/knex-migrator" ], "_resolved": "https://registry.npmjs.org/knex/-/knex-0.21.19.tgz", "_shasum": "df504a184eb29e286245839db0867e3ca161af00", "_spec": "knex@0.21.19", "_where": "/usr/local/lib/node_modules/knex-migrator", "author": { "name": "Tim Griesser", "url": "https://github.com/tgriesser" }, "bin": { "knex": "bin/cli.js" }, "browser": { "./lib/migrate/Migrator.js": "./lib/util/noop.js", "./lib/bin/cli.js": "./lib/util/noop.js", "./lib/seed/Seeder.js": "./lib/util/noop.js", "mssql": false, "mssql/lib/base": false, "tedious": false, "mysql": false, "mysql2": false, "pg": false, "pg-query-stream": false, "oracle": false, "sqlite3": false, "oracledb": false }, "bugs": { "url": "https://github.com/knex/knex/issues" }, "buildDependencies": [ "rimraf" ], "bundleDependencies": false, "contributors": [ { "name": "Mikael Lepisto" }, { "name": "Igor Savin", "url": "https://www.codeflashbacks.com" }, { "name": "Simon Liden" }, { "name": "Paul Gaurab", "url": "https://lorefnon.tech" }, { "name": "Brian Lauber", "url": "https://briandamaged.org" } ], "dependencies": { "colorette": "1.2.1", "commander": "^6.2.0", "debug": "4.3.1", "esm": "^3.2.25", "getopts": "2.2.5", "interpret": "^2.2.0", "liftoff": "3.1.0", "lodash": "^4.17.20", "pg-connection-string": "2.4.0", "tarn": "^3.0.1", "tildify": "2.0.0", "v8flags": "^3.2.0" }, "deprecated": false, "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser", "devDependencies": { "@types/node": "^14.14.12", "JSONStream": "^1.3.5", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-subset-in-order": "^2.1.4", "cli-testlab": "^2.1.1", "coveralls": "^3.1.0", "cross-env": "^7.0.3", "dtslint": "4.0.6", "eslint": "^7.15.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-import": "^2.22.1", "husky": "^4.3.5", "jake": "^8.1.1", "lint-staged": "^10.5.3", "mocha": "^8.2.1", "mock-fs": "^4.13.0", "mssql": "^6.3.0", "mysql": "^2.18.1", "mysql2": "^2.2.5", "nyc": "^15.1.0", "oracledb": "^5.1.0", "pg": "^8.5.1", "pg-query-stream": "^3.4.2", "prettier": "2.2.1", "rimraf": "^3.0.2", "sinon": "^9.2.2", "sinon-chai": "^3.5.0", "source-map-support": "^0.5.19", "sqlite3": "^5.0.0", "tap-spec": "^5.0.0", "tape": "^5.0.1", "toxiproxy-node-client": "^2.0.6", "ts-node": "^9.1.1", "tsd": "^0.14.0", "typescript": "4.1.3", "webpack-cli": "^3.3.12" }, "engines": { "node": ">=10" }, "files": [ "CONTRIBUTING.md", "README.md", "bin/*", "lib/*", "lib/*", "knex.js", "LICENSE", "CHANGELOG.md", "scripts/*", "types/index.d.ts", "types/result.d.ts", "types/tables.d.ts" ], "homepage": "https://knexjs.org", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "sql", "query", "postgresql", "mysql", "sqlite3", "oracle", "mssql" ], "license": "MIT", "lint-staged": { "*.{js,json}": [ "prettier --write", "git add" ] }, "main": "knex.js", "name": "knex", "nyc": { "check-coverage": true, "lines": 84, "statements": 82, "functions": 83, "branches": 69, "extension": [ ".js" ], "exclude": [ "lib/dialects/oracle", "lib/dialects/oracledb" ] }, "peerDependencies": { "mssql": "^6.2.1", "mysql": "^2.18.1", "mysql2": "^2.1.0", "pg": "^8.3.0", "sqlite3": "^5.0.0" }, "peerDependenciesMeta": { "mssql": { "optional": true }, "mysql": { "optional": true }, "mysql2": { "optional": true }, "pg": { "optional": true }, "sqlite3": { "optional": true } }, "react-native": { "./lib/migrate": "./lib/util/noop.js", "./lib/seed": "./lib/util/noop.js" }, "repository": { "type": "git", "url": "git://github.com/knex/knex.git" }, "scripts": { "coveralls": "nyc report --reporter=lcov", "db:start": "docker-compose -f scripts/docker-compose.yml up --build -d mysql oracledbxe postgres mssql; docker-compose -f scripts/docker-compose.yml up waitmssql waitmysql waitpostgres waitoracledbxe", "db:start:no-oracle": "docker-compose -f scripts/docker-compose.yml up --build -d mysql postgres mssql && docker-compose -f scripts/docker-compose.yml up waitmssql waitmysql waitpostgres", "db:start:postgres": "docker-compose -f scripts/docker-compose.yml up --build -d postgres && docker-compose -f scripts/docker-compose.yml up waitpostgres", "db:stop": "docker-compose -f scripts/docker-compose.yml down", "db:stop:postgres": "docker-compose -f scripts/docker-compose.yml down", "debug:tape": "node --inspect-brk test/tape/index.js", "debug:test": "mocha --inspect-brk --exit -t 0 test/all-tests-suite.js", "format": "prettier --write \"{lib,bin,scripts,test}/**/*.js\"", "lint": "eslint \"lib/**/*.js\" \"test/**/*.js\"", "lint:everything": "npm run lint:types && npm run lint", "lint:types": "tsd && dtslint types", "stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop", "stress:init": "docker-compose -f scripts/stress-test/docker-compose.yml up --no-start && docker-compose -f scripts/stress-test/docker-compose.yml start", "stress:test": "node scripts/stress-test/knex-stress-test.js | grep -A 5 -B 60 -- '- STATS '", "test": "mocha --exit -t 10000 --config test/mocha-all-config-test.js && npm run test:tape && npm run test:cli", "test:cli": "cross-env KNEX_PATH=../knex.js KNEX=bin/cli.js jake -f test/jake/Jakefile", "test:coverage": "nyc mocha --exit --check-leaks -t 10000 --config test/mocha-all-config-test.js && npm run test:tape && npm run test:cli", "test:db": "mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape", "test:db:coverage": "nyc mocha --exit --check-leaks -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape", "test:db:no-oracle": "cross-env DB=\"mssql mysql mysql2 postgres sqlite3\" mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape", "test:everything": "npm run lint:everything && npm run test:coverage", "test:mssql": "cross-env DB=mssql npm run test:db", "test:mysql": "cross-env DB=mysql npm run test:db", "test:mysql2": "cross-env DB=mysql2 npm run test:db", "test:postgres": "cross-env DB=postgres npm run test:db", "test:sqlite": "cross-env DB=sqlite3 npm run test:db", "test:tape": "node test/tape/index.js | tap-spec", "test:unit": "mocha --exit -t 10000 --config test/mocha-unit-config-test.js && npm run test:cli" }, "tonicExampleFilename": "scripts/runkit-example.js", "tsd": { "directory": "test-tsd", "compilerOptions": { "esModuleInterop": true, "module": "commonjs" } }, "types": "types/index.d.ts", "version": "0.21.19" }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings