123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "_from": "knex",
- "_id": "knex@0.14.6",
- "_inBundle": false,
- "_integrity": "sha512-A+iP8oSSmEF3JbSMfUGuJveqduDMEgyS5E/dO0ycVzAT4EE5askfunk7+37+hPqC951vnbFK/fIiNDaJIjVW0w==",
- "_location": "/knex",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "knex",
- "name": "knex",
- "escapedName": "knex",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/",
- "/schild"
- ],
- "_resolved": "https://registry.npmjs.org/knex/-/knex-0.14.6.tgz",
- "_shasum": "ad57c4ef8fa1b51ebc8c37c2c9b483f6fb34e41e",
- "_spec": "knex",
- "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
- "author": {
- "name": "Tim Griesser",
- "url": "https://github.com/tgriesser"
- },
- "bin": {
- "knex": "./bin/cli.js"
- },
- "browser": {
- "./lib/migrate/index.js": "./lib/util/noop.js",
- "./lib/bin/cli.js": "./lib/util/noop.js",
- "./lib/seed/index.js": "./lib/util/noop.js",
- "mssql": false,
- "mysql": false,
- "mysql2": false,
- "mariasql": false,
- "pg": false,
- "pg-query-stream": false,
- "oracle": false,
- "strong-oracle": false,
- "sqlite3": false,
- "oracledb": false
- },
- "bugs": {
- "url": "https://github.com/tgriesser/knex/issues"
- },
- "buildDependencies": [
- "babel-cli",
- "babel-plugin-add-module-exports",
- "babel-plugin-lodash",
- "babel-plugin-transform-runtime",
- "babel-preset-es2015",
- "babel-preset-es2015-loose",
- "rimraf"
- ],
- "bundleDependencies": false,
- "dependencies": {
- "babel-runtime": "^6.26.0",
- "bluebird": "^3.5.1",
- "chalk": "2.3.2",
- "commander": "^2.15.1",
- "debug": "3.1.0",
- "inherits": "~2.0.3",
- "interpret": "^1.1.0",
- "liftoff": "2.5.0",
- "lodash": "^4.17.5",
- "minimist": "1.2.0",
- "mkdirp": "^0.5.1",
- "pg-connection-string": "2.0.0",
- "readable-stream": "2.3.6",
- "safe-buffer": "^5.1.1",
- "tarn": "^1.1.4",
- "tildify": "1.2.0",
- "uuid": "^3.2.1",
- "v8flags": "^3.0.2"
- },
- "deprecated": false,
- "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
- "devDependencies": {
- "JSONStream": "^1.3.2",
- "async": "^2.6.0",
- "babel-cli": "^6.26.0",
- "babel-eslint": "^8.2.2",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-plugin-lodash": "3.3.2",
- "babel-plugin-transform-runtime": "^6.23.0",
- "babel-preset-env": "^1.6.1",
- "chai": "^4.1.2",
- "coveralls": "~3.0.0",
- "eslint": "4.19.1",
- "eslint-plugin-import": "^2.10.0",
- "estraverse": "^4.2.0",
- "istanbul": "^0.4.5",
- "json-loader": "^0.5.7",
- "mariasql": "^0.2.6",
- "mocha": "^3.5.3",
- "mock-fs": "^4.4.2",
- "mssql": "^4.1.0",
- "mysql": "^2.15.0",
- "mysql2": "^1.5.3",
- "pg": "^7.4.1",
- "pg-query-stream": "^1.1.1",
- "rimraf": "^2.6.2",
- "sinon": "^4.5.0",
- "sinon-chai": "^3.0.0",
- "source-map-support": "^0.5.4",
- "sqlite3": "^4.0.0",
- "tap-spec": "^4.1.1",
- "tape": "^4.9.0",
- "through": "^2.3.8",
- "toxiproxy-node-client": "^2.0.6"
- },
- "files": [
- "CONTRIBUTING.md",
- "README.md",
- "bin/*",
- "src/*",
- "lib/*",
- "knex.js",
- "LICENSE",
- "CHANGELOG.md",
- "scripts/*"
- ],
- "homepage": "https://github.com/tgriesser/knex#readme",
- "keywords": [
- "sql",
- "query",
- "postgresql",
- "mysql",
- "mariadb",
- "sqlite3",
- "oracle",
- "mssql"
- ],
- "license": "MIT",
- "main": "knex.js",
- "name": "knex",
- "react-native": {
- "./lib/migrate": "./lib/util/noop.js",
- "./lib/seed": "./lib/util/noop.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/tgriesser/knex.git"
- },
- "scripts": {
- "babel": "rimraf ./lib && babel src --out-dir lib --copy-files",
- "build": "npm run babel",
- "coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
- "debug_tape": "node-debug test/tape/index.js",
- "debug_test": "node-debug _mocha -t 0 test/index.js",
- "dev": "rimraf ./lib && babel -w src --out-dir lib --copy-files",
- "lint": "eslint src/**",
- "mssql:destroy": "docker-compose -f scripts/mssql-docker-compose.yml stop",
- "mssql:init": "docker-compose -f scripts/mssql-docker-compose.yml up --no-start && docker-compose -f scripts/mssql-docker-compose.yml start",
- "mssql:test": "DB=mssql npm test",
- "oracledb:test": "docker rmi -f --no-prune knex-test-oracledb && docker build -f scripts/oracle-tests-Dockerfile --tag knex-test-oracledb . && docker run -i -t knex-test-oracledb",
- "plaintest": "mocha -t 10000 -b -R spec test/index.js && npm run tape",
- "pre_test": "npm run lint",
- "prepublish": "npm run babel",
- "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 3 -- '- STATS '",
- "tape": "node test/tape/index.js | tap-spec",
- "test": "npm run pre_test && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -t 10000 -b -R spec test/index.js && npm run tape"
- },
- "tonicExampleFilename": "scripts/runkit-example.js",
- "version": "0.14.6"
- }
|