package.json
1.55 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
{
"_from": "zero-fill@^2.2.3",
"_id": "zero-fill@2.2.3",
"_inBundle": false,
"_integrity": "sha1-o97wa6XjmuZEhQu0yirUEStIVek=",
"_location": "/zero-fill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "zero-fill@^2.2.3",
"name": "zero-fill",
"escapedName": "zero-fill",
"rawSpec": "^2.2.3",
"saveSpec": null,
"fetchSpec": "^2.2.3"
},
"_requiredBy": [
"/hh-mm-ss"
],
"_resolved": "https://registry.npmjs.org/zero-fill/-/zero-fill-2.2.3.tgz",
"_shasum": "a3def06ba5e39ae644850bb4ca2ad4112b4855e9",
"_spec": "zero-fill@^2.2.3",
"_where": "C:\\Users\\user\\Desktop\\오소git\\오소플젝\\Youtube_MPL\\node_modules\\hh-mm-ss",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/zero-fill/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Zero-fill a number to the given size.",
"devDependencies": {
"standard": "^6.0.4",
"tape": "^4.4.0"
},
"homepage": "https://github.com/feross/zero-fill#readme",
"keywords": [
"zero",
"zero fill",
"fill",
"zerofill",
"pad",
"0",
"zero pad",
"zeropad",
"string",
"number"
],
"license": "MIT",
"main": "index.js",
"name": "zero-fill",
"repository": {
"type": "git",
"url": "git://github.com/feross/zero-fill.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "2.2.3"
}