package.json 8.6 KB

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