package.json
2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_from": "sequelize-pool@^6.0.0",
"_id": "sequelize-pool@6.1.0",
"_inBundle": false,
"_integrity": "sha512-4YwEw3ZgK/tY/so+GfnSgXkdwIJJ1I32uZJztIEgZeAO6HMgj64OzySbWLgxj+tXhZCJnzRfkY9gINw8Ft8ZMg==",
"_location": "/sequelize-pool",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sequelize-pool@^6.0.0",
"name": "sequelize-pool",
"escapedName": "sequelize-pool",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/sequelize"
],
"_resolved": "https://registry.npmjs.org/sequelize-pool/-/sequelize-pool-6.1.0.tgz",
"_shasum": "caaa0c1e324d3c2c3a399fed2c7998970925d668",
"_spec": "sequelize-pool@^6.0.0",
"_where": "C:\\Users\\gther\\Desktop\\projects\\capston2\\node_modules\\sequelize",
"author": {
"name": "Sushant",
"email": "sushantdhiman@outlook.com"
},
"bugs": {
"url": "https://github.com/sushantdhiman/sequelize-pool/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Resource pooling for Node.JS",
"devDependencies": {
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2",
"tap": "^14.10.7",
"typedoc": "^0.17.7",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^3.9.2"
},
"engines": {
"node": ">= 10.0.0"
},
"files": [
"lib",
"types"
],
"homepage": "https://github.com/sushantdhiman/sequelize-pool#readme",
"keywords": [
"pool",
"pooling",
"throttle",
"sequelize"
],
"license": "MIT",
"main": "lib/index.js",
"name": "sequelize-pool",
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sushantdhiman/sequelize-pool.git"
},
"scripts": {
"build": "tsc",
"docs": "typedoc",
"lint": "eslint --ext .js,.ts src/**/* test/**/*",
"pretty": "prettier src/**/*.ts test/**/*.js --write",
"test": "npm run lint && npm run test:raw",
"test:raw": "tap test/**/*-test.js"
},
"types": "types",
"version": "6.1.0"
}