init source
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"sequelize-pool@2.3.0",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_from": "sequelize-pool@2.3.0",
|
||||
"_id": "sequelize-pool@2.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ibz08vnXvkZ8LJTiUOxRcj1Ckdn7qafNZ2t59jYHMX1VIebTAOYefWdRYFt6z6+hy52WGthAHAoLc9hvk3onqA==",
|
||||
"_location": "/sequelize-pool",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sequelize-pool@2.3.0",
|
||||
"name": "sequelize-pool",
|
||||
"escapedName": "sequelize-pool",
|
||||
"rawSpec": "2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sequelize"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sequelize-pool/-/sequelize-pool-2.3.0.tgz",
|
||||
"_spec": "2.3.0",
|
||||
"_where": "/home/app",
|
||||
"author": {
|
||||
"name": "Sushant",
|
||||
"email": "sushantdhiman@outlook.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sushantdhiman/sequelize-pool/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Resource pooling for Node.JS",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"prettier": "1.18.2",
|
||||
"tap": "^12.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/sushantdhiman/sequelize-pool#readme",
|
||||
"keywords": [
|
||||
"pool",
|
||||
"pooling",
|
||||
"throttle",
|
||||
"sequelize"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/Pool.js",
|
||||
"name": "sequelize-pool",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/sushantdhiman/sequelize-pool.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint lib test",
|
||||
"pretty": "prettier lib/**/*.js test/**/*.js --write",
|
||||
"test": "npm run lint && npm run test:raw",
|
||||
"test:raw": "tap test/**/*-test.js"
|
||||
},
|
||||
"version": "2.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user