package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "_from": "knex",
  3. "_id": "knex@0.14.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A+iP8oSSmEF3JbSMfUGuJveqduDMEgyS5E/dO0ycVzAT4EE5askfunk7+37+hPqC951vnbFK/fIiNDaJIjVW0w==",
  6. "_location": "/knex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "knex",
  12. "name": "knex",
  13. "escapedName": "knex",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/schild"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/knex/-/knex-0.14.6.tgz",
  24. "_shasum": "ad57c4ef8fa1b51ebc8c37c2c9b483f6fb34e41e",
  25. "_spec": "knex",
  26. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
  27. "author": {
  28. "name": "Tim Griesser",
  29. "url": "https://github.com/tgriesser"
  30. },
  31. "bin": {
  32. "knex": "./bin/cli.js"
  33. },
  34. "browser": {
  35. "./lib/migrate/index.js": "./lib/util/noop.js",
  36. "./lib/bin/cli.js": "./lib/util/noop.js",
  37. "./lib/seed/index.js": "./lib/util/noop.js",
  38. "mssql": false,
  39. "mysql": false,
  40. "mysql2": false,
  41. "mariasql": false,
  42. "pg": false,
  43. "pg-query-stream": false,
  44. "oracle": false,
  45. "strong-oracle": false,
  46. "sqlite3": false,
  47. "oracledb": false
  48. },
  49. "bugs": {
  50. "url": "https://github.com/tgriesser/knex/issues"
  51. },
  52. "buildDependencies": [
  53. "babel-cli",
  54. "babel-plugin-add-module-exports",
  55. "babel-plugin-lodash",
  56. "babel-plugin-transform-runtime",
  57. "babel-preset-es2015",
  58. "babel-preset-es2015-loose",
  59. "rimraf"
  60. ],
  61. "bundleDependencies": false,
  62. "dependencies": {
  63. "babel-runtime": "^6.26.0",
  64. "bluebird": "^3.5.1",
  65. "chalk": "2.3.2",
  66. "commander": "^2.15.1",
  67. "debug": "3.1.0",
  68. "inherits": "~2.0.3",
  69. "interpret": "^1.1.0",
  70. "liftoff": "2.5.0",
  71. "lodash": "^4.17.5",
  72. "minimist": "1.2.0",
  73. "mkdirp": "^0.5.1",
  74. "pg-connection-string": "2.0.0",
  75. "readable-stream": "2.3.6",
  76. "safe-buffer": "^5.1.1",
  77. "tarn": "^1.1.4",
  78. "tildify": "1.2.0",
  79. "uuid": "^3.2.1",
  80. "v8flags": "^3.0.2"
  81. },
  82. "deprecated": false,
  83. "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
  84. "devDependencies": {
  85. "JSONStream": "^1.3.2",
  86. "async": "^2.6.0",
  87. "babel-cli": "^6.26.0",
  88. "babel-eslint": "^8.2.2",
  89. "babel-plugin-add-module-exports": "^0.2.1",
  90. "babel-plugin-lodash": "3.3.2",
  91. "babel-plugin-transform-runtime": "^6.23.0",
  92. "babel-preset-env": "^1.6.1",
  93. "chai": "^4.1.2",
  94. "coveralls": "~3.0.0",
  95. "eslint": "4.19.1",
  96. "eslint-plugin-import": "^2.10.0",
  97. "estraverse": "^4.2.0",
  98. "istanbul": "^0.4.5",
  99. "json-loader": "^0.5.7",
  100. "mariasql": "^0.2.6",
  101. "mocha": "^3.5.3",
  102. "mock-fs": "^4.4.2",
  103. "mssql": "^4.1.0",
  104. "mysql": "^2.15.0",
  105. "mysql2": "^1.5.3",
  106. "pg": "^7.4.1",
  107. "pg-query-stream": "^1.1.1",
  108. "rimraf": "^2.6.2",
  109. "sinon": "^4.5.0",
  110. "sinon-chai": "^3.0.0",
  111. "source-map-support": "^0.5.4",
  112. "sqlite3": "^4.0.0",
  113. "tap-spec": "^4.1.1",
  114. "tape": "^4.9.0",
  115. "through": "^2.3.8",
  116. "toxiproxy-node-client": "^2.0.6"
  117. },
  118. "files": [
  119. "CONTRIBUTING.md",
  120. "README.md",
  121. "bin/*",
  122. "src/*",
  123. "lib/*",
  124. "knex.js",
  125. "LICENSE",
  126. "CHANGELOG.md",
  127. "scripts/*"
  128. ],
  129. "homepage": "https://github.com/tgriesser/knex#readme",
  130. "keywords": [
  131. "sql",
  132. "query",
  133. "postgresql",
  134. "mysql",
  135. "mariadb",
  136. "sqlite3",
  137. "oracle",
  138. "mssql"
  139. ],
  140. "license": "MIT",
  141. "main": "knex.js",
  142. "name": "knex",
  143. "react-native": {
  144. "./lib/migrate": "./lib/util/noop.js",
  145. "./lib/seed": "./lib/util/noop.js"
  146. },
  147. "repository": {
  148. "type": "git",
  149. "url": "git://github.com/tgriesser/knex.git"
  150. },
  151. "scripts": {
  152. "babel": "rimraf ./lib && babel src --out-dir lib --copy-files",
  153. "build": "npm run babel",
  154. "coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  155. "debug_tape": "node-debug test/tape/index.js",
  156. "debug_test": "node-debug _mocha -t 0 test/index.js",
  157. "dev": "rimraf ./lib && babel -w src --out-dir lib --copy-files",
  158. "lint": "eslint src/**",
  159. "mssql:destroy": "docker-compose -f scripts/mssql-docker-compose.yml stop",
  160. "mssql:init": "docker-compose -f scripts/mssql-docker-compose.yml up --no-start && docker-compose -f scripts/mssql-docker-compose.yml start",
  161. "mssql:test": "DB=mssql npm test",
  162. "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",
  163. "plaintest": "mocha -t 10000 -b -R spec test/index.js && npm run tape",
  164. "pre_test": "npm run lint",
  165. "prepublish": "npm run babel",
  166. "stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop",
  167. "stress:init": "docker-compose -f scripts/stress-test/docker-compose.yml up --no-start && docker-compose -f scripts/stress-test/docker-compose.yml start",
  168. "stress:test": "node scripts/stress-test/knex-stress-test.js | grep -A 3 -- '- STATS '",
  169. "tape": "node test/tape/index.js | tap-spec",
  170. "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"
  171. },
  172. "tonicExampleFilename": "scripts/runkit-example.js",
  173. "version": "0.14.6"
  174. }