package.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "_from": "sequelize",
  3. "_id": "sequelize@6.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aVZUvT0w1ebewlApFuaUJE/fJ7aTfIpMnwNM/Zgr29QnY0fT1t0EjXxl48Fwmfq3BHJogLMhfMTJRXJQaiaFVQ==",
  6. "_location": "/sequelize",
  7. "_phantomChildren": {
  8. "ms": "2.1.2"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "sequelize",
  14. "name": "sequelize",
  15. "escapedName": "sequelize",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#USER",
  22. "/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.3.0.tgz",
  25. "_shasum": "4b1353174a4702ab0be1d991f9d872021e1a6bff",
  26. "_spec": "sequelize",
  27. "_where": "E:\\a-level\\project_js2",
  28. "bugs": {
  29. "url": "https://github.com/sequelize/sequelize/issues"
  30. },
  31. "bundleDependencies": false,
  32. "commitlint": {
  33. "extends": [
  34. "@commitlint/config-angular"
  35. ]
  36. },
  37. "dependencies": {
  38. "debug": "^4.1.1",
  39. "dottie": "^2.0.0",
  40. "inflection": "1.12.0",
  41. "lodash": "^4.17.15",
  42. "moment": "^2.26.0",
  43. "moment-timezone": "^0.5.31",
  44. "retry-as-promised": "^3.2.0",
  45. "semver": "^7.3.2",
  46. "sequelize-pool": "^6.0.0",
  47. "toposort-class": "^1.0.1",
  48. "uuid": "^8.1.0",
  49. "validator": "^10.11.0",
  50. "wkx": "^0.5.0"
  51. },
  52. "deprecated": false,
  53. "description": "Multi dialect ORM for Node.JS",
  54. "devDependencies": {
  55. "@commitlint/cli": "^8.3.5",
  56. "@commitlint/config-angular": "^8.3.4",
  57. "@types/node": "^12.12.42",
  58. "@types/validator": "^10.11.0",
  59. "acorn": "^7.2.0",
  60. "chai": "^4.x",
  61. "chai-as-promised": "^7.x",
  62. "chai-datetime": "^1.6.0",
  63. "cheerio": "^1.0.0-rc.3",
  64. "cls-hooked": "^4.2.2",
  65. "cross-env": "^7.0.2",
  66. "delay": "^4.3.0",
  67. "dtslint": "^3.6.4",
  68. "env-cmd": "^10.1.0",
  69. "esdoc": "^1.1.0",
  70. "esdoc-ecmascript-proposal-plugin": "^1.0.0",
  71. "esdoc-inject-style-plugin": "^1.0.0",
  72. "esdoc-standard-plugin": "^1.0.0",
  73. "eslint": "^6.8.0",
  74. "eslint-plugin-jsdoc": "^20.4.0",
  75. "eslint-plugin-mocha": "^6.2.2",
  76. "fs-jetpack": "^2.4.0",
  77. "husky": "^4.2.5",
  78. "js-combinatorics": "^0.5.5",
  79. "lcov-result-merger": "^3.0.0",
  80. "lint-staged": "^10.2.6",
  81. "mariadb": "^2.3.1",
  82. "markdownlint-cli": "^0.23.1",
  83. "marked": "^1.1.0",
  84. "mocha": "^7.1.2",
  85. "mysql2": "^2.1.0",
  86. "nyc": "^15.0.0",
  87. "p-map": "^4.0.0",
  88. "p-props": "^4.0.0",
  89. "p-timeout": "^3.2.0",
  90. "pg": "^8.2.1",
  91. "pg-hstore": "^2.x",
  92. "rimraf": "^3.0.2",
  93. "semantic-release": "^17.0.7",
  94. "sinon": "^9.0.2",
  95. "sinon-chai": "^3.3.0",
  96. "sqlite3": "^4.2.0",
  97. "tedious": "8.3.0",
  98. "typescript": "^3.9.3"
  99. },
  100. "engines": {
  101. "node": ">=10.0.0"
  102. },
  103. "files": [
  104. "lib",
  105. "types/index.d.ts",
  106. "types/lib",
  107. "types/type-helpers"
  108. ],
  109. "homepage": "https://sequelize.org/",
  110. "husky": {
  111. "hooks": {
  112. "pre-commit": "lint-staged",
  113. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  114. }
  115. },
  116. "keywords": [
  117. "mysql",
  118. "mariadb",
  119. "sqlite",
  120. "postgresql",
  121. "postgres",
  122. "mssql",
  123. "orm",
  124. "nodejs",
  125. "object relational mapper"
  126. ],
  127. "license": "MIT",
  128. "lint-staged": {
  129. "*.js": "eslint"
  130. },
  131. "main": "index.js",
  132. "maintainers": [
  133. {
  134. "name": "Sascha Depold",
  135. "email": "sascha@depold.com"
  136. },
  137. {
  138. "name": "Jan Aagaard Meier",
  139. "email": "janzeh@gmail.com"
  140. },
  141. {
  142. "name": "Daniel Durante",
  143. "email": "me@danieldurante.com"
  144. },
  145. {
  146. "name": "Mick Hansen",
  147. "email": "mick.kasper.hansen@gmail.com"
  148. },
  149. {
  150. "name": "Sushant Dhiman",
  151. "email": "sushantdhiman@outlook.com"
  152. }
  153. ],
  154. "name": "sequelize",
  155. "options": {
  156. "env_cmd": "-f ./test/config/.docker.env"
  157. },
  158. "publishConfig": {
  159. "tag": "latest"
  160. },
  161. "release": {
  162. "branches": [
  163. "v6"
  164. ],
  165. "verifyConditions": [
  166. "@semantic-release/npm",
  167. "@semantic-release/github"
  168. ]
  169. },
  170. "repository": {
  171. "type": "git",
  172. "url": "git+https://github.com/sequelize/sequelize.git"
  173. },
  174. "scripts": {
  175. "cover": "rimraf coverage && npm run teaser && npm run cover-integration && npm run cover-unit && npm run merge-coverage",
  176. "cover-integration": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha --require scripts/mocha-bootload -t 30000 --exit \"test/integration/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')\"",
  177. "cover-unit": "cross-env COVERAGE=true nyc --reporter=lcovonly mocha --require scripts/mocha-bootload -t 30000 --exit \"test/unit/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')\"",
  178. "docs": "rimraf esdoc && esdoc -c docs/esdoc-config.js && cp docs/favicon.ico esdoc/favicon.ico && cp docs/ROUTER.txt esdoc/ROUTER && node docs/run-docs-transforms.js && node docs/redirects/create-redirects.js && rimraf esdoc/file esdoc/source.html",
  179. "lint": "eslint lib test --quiet",
  180. "lint-docs": "markdownlint docs",
  181. "merge-coverage": "lcov-result-merger \"coverage/*.info\" \"coverage/lcov.info\"",
  182. "semantic-release": "semantic-release",
  183. "setup-mssql": "env-cmd $npm_package_options_env_cmd ./scripts/setup-mssql",
  184. "sscce": "env-cmd $npm_package_options_env_cmd node sscce.js",
  185. "sscce-mariadb": "cross-env DIALECT=mariadb npm run sscce",
  186. "sscce-mssql": "cross-env DIALECT=mssql npm run sscce",
  187. "sscce-mysql": "cross-env DIALECT=mysql npm run sscce",
  188. "sscce-postgres": "cross-env DIALECT=postgres npm run sscce",
  189. "sscce-sqlite": "cross-env DIALECT=sqlite npm run sscce",
  190. "teaser": "node scripts/teaser",
  191. "test": "npm run teaser && npm run test-unit && npm run test-integration",
  192. "test-all": "npm run test-mariadb && npm run test-mysql && npm run test-sqlite && npm run test-postgres && npm run test-postgres-native && npm run test-mssql",
  193. "test-docker": "npm run test-docker-unit && npm run test-docker-integration",
  194. "test-docker-integration": "env-cmd $npm_package_options_env_cmd npm run test-integration",
  195. "test-docker-unit": "npm run test-unit",
  196. "test-integration": "mocha --require scripts/mocha-bootload --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/integration/**/*.test.js\"",
  197. "test-integration-all": "npm run test-integration-mariadb && npm run test-integration-mysql && npm run test-integration-postgres && npm run test-integration-postgres-native && npm run test-integration-mssql && npm run test-integration-sqlite",
  198. "test-integration-mariadb": "cross-env DIALECT=mariadb npm run test-integration",
  199. "test-integration-mssql": "cross-env DIALECT=mssql npm run test-integration",
  200. "test-integration-mysql": "cross-env DIALECT=mysql npm run test-integration",
  201. "test-integration-postgres": "cross-env DIALECT=postgres npm run test-integration",
  202. "test-integration-postgres-native": "cross-env DIALECT=postgres-native npm run test-integration",
  203. "test-integration-sqlite": "cross-env DIALECT=sqlite npm run test-integration",
  204. "test-mariadb": "cross-env DIALECT=mariadb npm test",
  205. "test-mssql": "cross-env DIALECT=mssql npm test",
  206. "test-mysql": "cross-env DIALECT=mysql npm test",
  207. "test-pgsql": "npm run test-postgres",
  208. "test-postgres": "cross-env DIALECT=postgres npm test",
  209. "test-postgres-native": "cross-env DIALECT=postgres-native npm test",
  210. "test-postgresn": "npm run test-postgres-native",
  211. "test-sqlite": "cross-env DIALECT=sqlite npm test",
  212. "test-typings": "tsc -b types/tsconfig.json && dtslint --expectOnly types/test",
  213. "test-unit": "mocha --require scripts/mocha-bootload --globals setImmediate,clearImmediate --exit --check-leaks --colors -t 30000 --reporter spec \"test/unit/**/*.js\"",
  214. "test-unit-all": "npm run test-unit-mariadb && npm run test-unit-mysql && npm run test-unit-postgres && npm run test-unit-postgres-native && npm run test-unit-mssql && npm run test-unit-sqlite",
  215. "test-unit-mariadb": "cross-env DIALECT=mariadb npm run test-unit",
  216. "test-unit-mssql": "cross-env DIALECT=mssql npm run test-unit",
  217. "test-unit-mysql": "cross-env DIALECT=mysql npm run test-unit",
  218. "test-unit-postgres": "cross-env DIALECT=postgres npm run test-unit",
  219. "test-unit-postgres-native": "cross-env DIALECT=postgres-native npm run test-unit",
  220. "test-unit-sqlite": "cross-env DIALECT=sqlite npm run test-unit"
  221. },
  222. "types": "types",
  223. "version": "6.3.0"
  224. }