package.json
2.4 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": "mini-store@^3.0.1",
"_id": "mini-store@3.0.6",
"_inBundle": false,
"_integrity": "sha512-YzffKHbYsMQGUWQRKdsearR79QsMzzJcDDmZKlJBqt5JNkqpyJHYlK6gP61O36X+sLf76sO9G6mhKBe83gIZIQ==",
"_location": "/mini-store",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mini-store@^3.0.1",
"name": "mini-store",
"escapedName": "mini-store",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/rc-menu"
],
"_resolved": "https://registry.npmjs.org/mini-store/-/mini-store-3.0.6.tgz",
"_shasum": "44b86be5b2877271224ce0689b3a35a2dffb1ca9",
"_spec": "mini-store@^3.0.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-menu",
"bugs": {
"url": "https://github.com/yesmeck/mini-store/issues"
},
"bundleDependencies": false,
"dependencies": {
"hoist-non-react-statics": "^3.3.2",
"shallowequal": "^1.0.2"
},
"deprecated": false,
"description": "[![Travis](https://img.shields.io/travis/yesmeck/mini-store.svg?style=flat-square)](https://travis-ci.org/yesmeck/mini-store)",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@types/enzyme": "^3.10.5",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.26",
"@types/shallowequal": "^1.1.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"husky": "^0.14.3",
"jest": "^25.2.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"standard-version": "^8.0.1",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},
"files": [
"cjs",
"esm"
],
"homepage": "https://github.com/yesmeck/mini-store",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "mini-store",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesmeck/mini-store.git"
},
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:cjs": "tsc --declaration --module commonjs --outDir cjs",
"build:esm": "tsc --declaration",
"commitmsg": "commitlint -E GIT_PARAMS",
"prepack": "npm run build",
"release": "standard-version",
"test": "jest src --coverage"
},
"types": "cjs/index.d.ts",
"version": "3.0.6"
}