package.json
2.46 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
{
"_from": "@google-cloud/projectify@^2.0.0",
"_id": "@google-cloud/projectify@2.0.1",
"_inBundle": false,
"_integrity": "sha512-ZDG38U/Yy6Zr21LaR3BTiiLtpJl6RkPS/JwoRT453G+6Q1DhlV0waNf8Lfu+YVYGIIxgKnLayJRfYlFJfiI8iQ==",
"_location": "/@google-cloud/projectify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@google-cloud/projectify@^2.0.0",
"name": "@google-cloud/projectify",
"escapedName": "@google-cloud%2fprojectify",
"scope": "@google-cloud",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.0.1.tgz",
"_shasum": "13350ee609346435c795bbfe133a08dfeab78d65",
"_spec": "@google-cloud/projectify@^2.0.0",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\common",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-projectify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple utility for replacing the projectid token in objects.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.11",
"@types/mocha": "^7.0.2",
"@types/node": "^10.17.17",
"c8": "^7.1.0",
"codecov": "^3.6.5",
"gts": "^2.0.0",
"linkinator": "^2.0.4",
"mocha": "^8.0.0",
"typescript": "3.8.3"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/googleapis/nodejs-projectify#readme",
"keywords": [],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "@google-cloud/projectify",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-projectify.git"
},
"scripts": {
"clean": "gts clean",
"compile": "tsc -p .",
"docs": "compodoc src/",
"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",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test"
},
"types": "build/src/index.d.ts",
"version": "2.0.1"
}