-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 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
{
"name": "reduce-prototype",
"version": "1.2.1",
"description": "",
"scripts": {
"test": "make test"
},
"author": "CRCL Gmbh",
"keywords": [
"object",
"prototype",
"prototype-chain",
"reduce"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CircleOfNice/reduce-prototype/issues"
},
"dependencies": {},
"contributors": [
{
"name": "donjuandem",
"email": "marco@circle.ai"
}
],
"devDependencies": {
"0x": "^4.9.1",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-decorators": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-flow-strip-types": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/register": "^7.10.1",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-plugin-tailcall-optimization": "^2.0.0",
"babel-preset-env": "^1.7.0",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"chai-exclude": "^2.0.2",
"eslint": "^7.1.0",
"haikunator": "^2.1.2",
"mocha": "^7.2.0",
"npm-add-engines": "^2.0.1",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"source-map-support": "^0.5.19"
},
"bin": {},
"engines": {
"node": ">=4",
"npm": ">=2"
}
}