package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "knex@0.12.7",
  3. "_id": "knex@0.12.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-V5P1efB6KTi/mHRpPXS7pVxbqhw=",
  6. "_location": "/knex",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "knex@0.12.7",
  15. "name": "knex",
  16. "escapedName": "knex",
  17. "rawSpec": "0.12.7",
  18. "saveSpec": null,
  19. "fetchSpec": "0.12.7"
  20. },
  21. "_requiredBy": [
  22. "/waterline-sql-builder"
  23. ],
  24. "_resolved": "http://registry.npm.taobao.org/knex/download/knex-0.12.7.tgz",
  25. "_shasum": "5793f579f07a2938bf9874693d74bba55c5baa1c",
  26. "_spec": "knex@0.12.7",
  27. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\waterline-sql-builder",
  28. "author": {
  29. "name": "Tim Griesser",
  30. "url": "https://github.com/tgriesser"
  31. },
  32. "bin": {
  33. "knex": "./bin/cli.js"
  34. },
  35. "browser": {
  36. "./lib/migrate/index.js": "./lib/util/noop.js",
  37. "./lib/bin/cli.js": "./lib/util/noop.js",
  38. "./lib/seed/index.js": "./lib/util/noop.js",
  39. "mssql": false,
  40. "mysql": false,
  41. "mysql2": false,
  42. "mariasql": false,
  43. "pg": false,
  44. "pg-query-stream": false,
  45. "oracle": false,
  46. "strong-oracle": false,
  47. "sqlite3": false,
  48. "oracledb": false
  49. },
  50. "bugs": {
  51. "url": "https://github.com/tgriesser/knex/issues"
  52. },
  53. "buildDependencies": [
  54. "babel-cli",
  55. "babel-plugin-add-module-exports",
  56. "babel-plugin-lodash",
  57. "babel-plugin-transform-runtime",
  58. "babel-preset-es2015",
  59. "babel-preset-es2015-loose",
  60. "rimraf"
  61. ],
  62. "bundleDependencies": false,
  63. "dependencies": {
  64. "babel-runtime": "^6.11.6",
  65. "bluebird": "^3.4.6",
  66. "chalk": "^1.0.0",
  67. "commander": "^2.2.0",
  68. "debug": "^2.1.3",
  69. "generic-pool": "^2.4.2",
  70. "inherits": "~2.0.1",
  71. "interpret": "^0.6.5",
  72. "liftoff": "~2.2.0",
  73. "lodash": "^4.6.0",
  74. "minimist": "~1.1.0",
  75. "mkdirp": "^0.5.0",
  76. "pg-connection-string": "^0.1.3",
  77. "readable-stream": "^1.1.12",
  78. "safe-buffer": "^5.0.1",
  79. "tildify": "~1.0.0",
  80. "uuid": "^3.0.0",
  81. "v8flags": "^2.0.2"
  82. },
  83. "deprecated": false,
  84. "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
  85. "devDependencies": {
  86. "JSONStream": "^1.0.3",
  87. "async": "^0.9.0",
  88. "babel-cli": "^6.11.4",
  89. "babel-eslint": "^5.0.0",
  90. "babel-plugin-add-module-exports": "^0.2.1",
  91. "babel-plugin-lodash": "3.2.9",
  92. "babel-plugin-transform-runtime": "^6.12.0",
  93. "babel-preset-es2015": "^6.13.2",
  94. "babel-preset-es2015-loose": "^8.0.0",
  95. "chai": "^3.5.0",
  96. "coveralls": "~2.11.1",
  97. "eslint": "2.2.0",
  98. "eslint-plugin-import": "^1.8.0",
  99. "istanbul": "^0.4.5",
  100. "json-loader": "^0.5.4",
  101. "mariasql": "^0.2.3",
  102. "mocha": "^3.1.2",
  103. "mysql": "^2.6.2",
  104. "mysql2": "^1.1.1",
  105. "pg": "^6.1.0",
  106. "pg-query-stream": "^1.0.0",
  107. "rimraf": "2.x",
  108. "sinon": "^1.10.0",
  109. "sinon-chai": "^2.5.0",
  110. "source-map-support": "^0.4.0",
  111. "sqlite3": "^3.0.5",
  112. "tap-spec": "^4.0.0",
  113. "tape": "^4.0.0",
  114. "through": "^2.3.4"
  115. },
  116. "files": [
  117. "CONTRIBUTING.md",
  118. "README.md",
  119. "bin/*",
  120. "src/*",
  121. "lib/*",
  122. "knex.js",
  123. "LICENSE",
  124. "CHANGELOG.md",
  125. "scripts/*"
  126. ],
  127. "homepage": "https://github.com/tgriesser/knex#readme",
  128. "keywords": [
  129. "sql",
  130. "query",
  131. "postgresql",
  132. "mysql",
  133. "mariadb",
  134. "sqlite3",
  135. "oracle",
  136. "mssql"
  137. ],
  138. "license": "MIT",
  139. "main": "knex.js",
  140. "name": "knex",
  141. "react-native": {
  142. "./lib/migrate": "./lib/util/noop.js",
  143. "./lib/seed": "./lib/util/noop.js"
  144. },
  145. "repository": {
  146. "type": "git",
  147. "url": "git://github.com/tgriesser/knex.git"
  148. },
  149. "scripts": {
  150. "babel": "rimraf ./lib && babel src --out-dir lib --copy-files",
  151. "build": "npm run babel",
  152. "coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  153. "debug_tape": "node-debug test/tape/index.js",
  154. "debug_test": "node-debug _mocha -t 0 test/index.js",
  155. "dev": "rm -rf ./lib && babel -w src --out-dir lib --copy-files",
  156. "lint": "eslint src/**",
  157. "plaintest": "mocha --check-leaks -b -R spec test/index.js && npm run tape",
  158. "prepublish": "npm run babel",
  159. "tape": "node test/tape/index.js | tap-spec",
  160. "test": "npm run lint && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -t 10000 -b -R spec test/index.js && npm run tape"
  161. },
  162. "version": "0.12.7"
  163. }