package.json
3.06 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
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
{
"_args": [
[
"@google-cloud/vision@2.0.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "@google-cloud/vision@2.0.0",
"_id": "@google-cloud/vision@2.0.0",
"_inBundle": false,
"_integrity": "sha512-e7/Ohh23TqKXPd9JDXOIGjGknoejycMMnsTNxFwGG2jCTlxXMbIbEU60BQ8oQEuc5+YjYhqceng1hfV5aFq94g==",
"_location": "/@google-cloud/vision",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@google-cloud/vision@2.0.0",
"name": "@google-cloud/vision",
"escapedName": "@google-cloud%2fvision",
"scope": "@google-cloud",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/vision/-/vision-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Google Inc"
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-vision/issues"
},
"dependencies": {
"@google-cloud/promisify": "^2.0.0",
"google-gax": "^2.3.1",
"is": "^3.3.0"
},
"description": "Google Cloud Vision API client for Node.js",
"devDependencies": {
"@google-cloud/storage": "^5.0.0",
"@types/is": "0.0.21",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"@types/sinon": "^9.0.0",
"@types/uuid": "^8.0.0",
"c8": "^7.1.0",
"codecov": "^3.6.5",
"gts": "^2.0.0",
"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.4",
"linkinator": "^2.0.3",
"mocha": "^7.0.1",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^9.0.1",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"engines": {
"node": ">=10"
},
"files": [
"build/protos",
"build/src"
],
"homepage": "https://github.com/googleapis/nodejs-vision#readme",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google vision",
"vision",
"Google Cloud Vision API"
],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/vision",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-vision.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"precompile": "gts clean",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"prepare": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test",
"test-no-cover": "mocha test/*.js"
},
"version": "2.0.0"
}