package.json
1.95 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
{
"_from": "dom-align@^1.7.0",
"_id": "dom-align@1.12.0",
"_inBundle": false,
"_integrity": "sha512-YkoezQuhp3SLFGdOlr5xkqZ640iXrnHAwVYcDg8ZKRUtO7mSzSC2BA5V0VuyAwPSJA4CLIc6EDDJh4bEsD2+zA==",
"_location": "/dom-align",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dom-align@^1.7.0",
"name": "dom-align",
"escapedName": "dom-align",
"rawSpec": "^1.7.0",
"saveSpec": null,
"fetchSpec": "^1.7.0"
},
"_requiredBy": [
"/rc-align"
],
"_resolved": "https://registry.npmjs.org/dom-align/-/dom-align-1.12.0.tgz",
"_shasum": "56fb7156df0b91099830364d2d48f88963f5a29c",
"_spec": "dom-align@^1.7.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-align",
"bugs": {
"url": "http://github.com/yiminghe/dom-align/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Align DOM Node Flexibly ",
"devDependencies": {
"@pika/plugin-build-node": "^0.6.0",
"@pika/plugin-build-types": "^0.6.0",
"@pika/plugin-standard-pkg": "^0.6.0",
"@pika/types": "^0.6.0",
"babel-preset-env": "^1.7.0",
"create-react-class": "^15.6.3",
"expect.js": "^0.3.1",
"jquery": "^3.4.1",
"lint-staged": "^9.2.1",
"pika-plugin-build-web-babel": "^0.6.0",
"pika-plugin-clean-dist-src": "^0.1.1",
"pre-commit": "1.x",
"prettier": "^1.18.2",
"rc-test": "6.x",
"rc-tools": "6.x",
"react": "16.x",
"react-dom": "16.x"
},
"files": [
"dist-*/",
"bin/"
],
"homepage": "http://github.com/yiminghe/dom-align",
"keywords": [
"dom",
"align"
],
"license": "MIT",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"name": "dom-align",
"pika": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yiminghe/dom-align.git"
},
"sideEffects": false,
"types": "dist-types/index.d.ts",
"version": "1.12.0"
}