-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.33 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"_from": "cloudinary",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-80ItEXYLbhOGPM42ksOsqG6320jbsU6kqszjVjl5QwDwzbjouktRlw/NdGva1beSu8sp/0lj1mtSGPymGsNiQA==",
"_location": "/cloudinary",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cloudinary",
"name": "cloudinary",
"escapedName": "cloudinary",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cloudinary/-/cloudinary-1.26.3.tgz",
"_shasum": "dd79a1e50395abcf7abec970f5973200c77430cb",
"_spec": "cloudinary",
"_where": "C:\\wamp\\www\\proto_html\\js",
"author": {
"name": "Cloudinary",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/cloudinary/cloudinary_npm/issues"
},
"bundleDependencies": false,
"dependencies": {
"client": "0.0.1",
"cloudinary-core": "^2.12.3",
"cloudinary-video-player": "^1.8.0",
"cookie-parser": "^1.4.6",
"core-js": "3.6.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"loader.js": "^4.7.0",
"lodash": "^4.17.21",
"mssql": "^7.2.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"net": "^1.0.2",
"node-mysql2": "^1.0.0",
"q": "^1.5.1",
"shaka-player": "^3.1.6",
"tedious": "^12.0.0",
"url": "^0.11.0",
"webpack": "^5.69.1"
},
"deprecated": false,
"description": "Cloudinary NPM for node.js integration",
"devDependencies": {
"@types/expect.js": "^0.3.29",
"@types/mocha": "^7.0.2",
"@types/node": "^13.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"date-fns": "^2.16.1",
"dotenv": "^4.0.0",
"dtslint": "^0.9.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.20.2",
"expect.js": "0.3.x",
"glob": "^7.1.6",
"jsdoc": "^3.5.5",
"jsdom": "^9.12.0",
"jsdom-global": "2.1.1",
"mocha": "^6.2.3",
"mock-fs": "^4.12.0",
"nyc": "^13.3.0",
"rimraf": "^3.0.0",
"sinon": "^6.1.4",
"typescript": "^3.7.5",
"webpack-cli": "^3.2.1"
},
"engines": {
"node": ">=0.6"
},
"files": [
"lib/**/*",
"lib-es5/**/*",
"cloudinary.js",
"babel.config.js",
"package.json",
"types/index.d.ts"
],
"homepage": "http://cloudinary.com",
"license": "MIT",
"main": "cloudinary.js",
"name": "cloudinary",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinary/cloudinary_npm.git"
},
"scripts": {
"compile": "tools/scripts/compile.sh",
"coverage": "tools/scripts/test.es6.sh --coverage",
"docs": "tools/scripts/docs.sh",
"dtslint": "tools/scripts/ditslint.sh",
"lint": "tools/scripts/lint.sh",
"test": "tools/scripts/test.sh",
"test-es5": "tools/scripts/test.es5.sh",
"test-es6": "tools/scripts/test.es6.sh",
"test-with-temp-cloud": "tools/scripts/tests-with-temp-cloud.sh",
"test:unit": "tools/scripts/test.es6.unit.sh"
},
"types": "types",
"version": "1.26.3"
}