-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.13 KB
/
package.json
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
{
"name": "constantin",
"version": "2.0.3",
"description": "create constant objects/arrays by deep object.defineProperty",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && npm run jest",
"cleanup": "npm prune && npm i && npm dedupe",
"lint": "node_modules/.bin/eslint --color lib/*.js lib/**/*.js lib/**/**/*.js",
"jest": "node_modules/.bin/jest -c=jest.config.json --coverage"
},
"repository": {
"type": "git",
"url": "https://[email protected]/aliaksandr-master/constantin.git"
},
"keywords": [
"const",
"config",
"object",
"array",
"defineProperty"
],
"author": "aliaksandr-master",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliaksandr-master/constantin/issues"
},
"homepage": "https://github.com/aliaksandr-master/constantin",
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.1.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2016": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"eslint": "4.17.0",
"eslint-config-airbnb": "16.1.0",
"eslint-config-eslint": "4.0.0",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-import-resolver-webpack": "0.8.4",
"eslint-loader": "1.9.0",
"eslint-plugin-deprecate": "0.5.1",
"eslint-plugin-eslint-comments": "2.0.2",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsdoc": "3.3.1",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-lodash": "2.6.1",
"eslint-plugin-lodash-fp": "2.1.3",
"eslint-plugin-no-use-extend-native": "0.3.12",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-require-path-exists": "1.1.7",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-typelint": "1.0.9",
"husky": "0.14.3",
"jest": "22.1.4",
"jest-cli": "22.1.4",
"lodash": "4.17.5",
"webpack": "3.10.0"
}
}