package.json
1.69 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
{
"_from": "lz-string@^1.4.4",
"_id": "lz-string@1.4.4",
"_inBundle": false,
"_integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=",
"_location": "/lz-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lz-string@^1.4.4",
"name": "lz-string",
"escapedName": "lz-string",
"rawSpec": "^1.4.4",
"saveSpec": null,
"fetchSpec": "^1.4.4"
},
"_requiredBy": [
"/@testing-library/dom"
],
"_resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
"_shasum": "c0d8eaf36059f705796e1e344811cf4c498d3a26",
"_spec": "lz-string@^1.4.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@testing-library\\dom",
"author": {
"name": "pieroxy",
"email": "pieroxy@pieroxy.net"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/pieroxy/lz-string.git",
"basePath": "libs/",
"files": [
"lz-string.js",
"lz-string.min.js",
"base64-string.js"
]
},
"bin": {
"lz-string": "bin/bin.js"
},
"bugs": {
"url": "https://github.com/pieroxy/lz-string/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "LZ-based compression algorithm",
"devDependencies": {},
"directories": {
"test": "tests"
},
"filename": "lz-string.js",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
"keywords": [
"lz",
"compression",
"string"
],
"license": "WTFPL",
"main": "libs/lz-string.js",
"name": "lz-string",
"repository": {
"type": "git",
"url": "git+https://github.com/pieroxy/lz-string.git"
},
"scripts": {},
"version": "1.4.4"
}