-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.7 KB
/
package.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
{
"raw": "aratta-express-boilerplate",
"scope": null,
"escapedName": "aratta-express-boilerplate",
"name": "aratta-express-boilerplate",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"D:\\CodingProjects\\Express\\aratta-express-example"
]
],
"_from": "aratta-express-boilerplate@latest",
"_hasShrinkwrap": false,
"_id": "[email protected]",
"_inCache": true,
"_location": "/aratta-express-boilerplate",
"_nodeVersion": "8.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/aratta-express-boilerplate_1.0.6_1564149276099_0.16041602483193373"
},
"_npmUser": {
"name": "lvlrsajjad",
"email": "[email protected]"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "aratta-express-boilerplate",
"scope": null,
"escapedName": "aratta-express-boilerplate",
"name": "aratta-express-boilerplate",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/aratta-express-boilerplate/-/aratta-express-boilerplate-1.0.6.tgz",
"_shasum": "6f65072fddb251e03c8e8c63e0ccf445b8aa6e5a",
"_shrinkwrap": null,
"_spec": "aratta-express-boilerplate",
"_where": "D:\\CodingProjects\\Express\\aratta-express-example",
"author": "",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.3",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"nodemon": "^1.19.1",
"sequelize": "^5.9.4",
"sequelize-cli": "^5.5.0",
"multer": "^1.3.0",
"fast-csv": "^2.4.1"
},
"description": "Aratta express backend boilerplate",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"nodemon": "^1.19.1"
},
"directories": {},
"dist": {
"shasum": "6f65072fddb251e03c8e8c63e0ccf445b8aa6e5a",
"tarball": "https://registry.npmjs.org/aratta-express-boilerplate/-/aratta-express-boilerplate-1.0.6.tgz",
"integrity": "sha512-DnxJelXUpM/q/iCAVFm3RBXd8X2LpShwCZnIFI0WvWjb3szljTHPxr7+qUrrzu611KL02gL+qzv1tN9bkynpLg==",
"fileCount": 24,
"unpackedSize": 170855,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOwYcCRA9TVsSAnZWagAA7YUP/0ZmG18NU49+zjvNQKqN\n+AZEm1LFcM9zvJyQuPBQZQrkItGtIf6P9qhjklxTF5MpEtQjQ3j7LwbnbzGW\nBF55No/zkWw470eTYo4//7DvfkHHOiSspOiJZJajPSNaGQt9gQ3srK4Madoh\ngjt4Spe3CQyIozxW+Cg7OFxi2Tqq0v6actUFxJq1IFdECq35dcXHViJ6C3DE\nB0YJaww+Z4WBNrcnr8nIqGy858F2QtVEnseKZBIwS1CfVfsI+xuhUDHVhSvO\nJ7sjz1KSYIqNaXOXieAXFfR2W608/2pbFZSu4zT6QYnFaXX/U3A3hRAwvlcQ\nKclprBEfSacb8BN7nFwzAJe63FYfcCzbhlnz+kzDD4DprduFgJJoPIxYxuwP\nl4pPfsNcPJ0MmGJJPErgJjAbMylBA4uqlofRxzaCLo76fu6vL+k3jMmBk0oY\nh5dELaHnyhoQZj+XP27L6YdzHVd2mPPaeasG0R4KKNrN7NeK6FBg6EVwWecq\nbKLft4ytKf3YkvbUbKDVzgJ9GsPXTJu+fgbX++StqvuOeLa01Fi4e+rxIxLQ\nSJF/tJOvdims293gk01chAYiNoGD+/p7oeOsZ7jZPi5Eevge5PUIZyp/k1rj\njlIN5bzp8eFASpcRh8mpIFCceqGY/sr+RR97WMTeIUNK7D/Z6vX6sNeWSsnk\nfhA+\r\n=XxDL\r\n-----END PGP SIGNATURE-----\r\n"
},
"gitHead": "13a5b8f609e9df922f5e04fd5c1e650f82e327dd",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "lvlrsajjad",
"email": "[email protected]"
}
],
"name": "aratta-express-boilerplate",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"start": "nodemon --exec babel-node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.6"
}