-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
69
70
71
72
73
74
{
"_args": [
[
"react-lifecycles-compat@2.0.2",
"/Users/ben/Desktop/MERNKAM/client"
]
],
"_from": "react-lifecycles-compat@2.0.2",
"_id": "react-lifecycles-compat@2.0.2",
"_inBundle": false,
"_integrity": "sha512-BPksUj7VMAAFhcCw79sZA0Ow/LTAEjs3Sio1AQcuwLeOP+ua0f/08Su2wyiW+JjDDH6fRqNy3h5CLXh21u1mVg==",
"_location": "/react-lifecycles-compat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-lifecycles-compat@2.0.2",
"name": "react-lifecycles-compat",
"escapedName": "react-lifecycles-compat",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/material-ui"
],
"_resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/ben/Desktop/MERNKAM/client",
"bugs": {
"url": "https://github.com/reactjs/react-lifecycles-compat/issues"
},
"description": "Backwards compatibility polyfill for React class components",
"devDependencies": {
"camelcase": "^5.0.0",
"chalk": "^2.3.0",
"eslint": "^4.16.0",
"eslint-config-es5": "^0.5.0",
"jest": "^22.1.4",
"jest-cli": "^22.1.4",
"prettier": "^1.10.2",
"rollup": "^0.57.1",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"devEngines": {
"node": "8.5 || 9.x"
},
"files": [
"react-lifecycles-compat.cjs.js",
"react-lifecycles-compat.es.js",
"react-lifecycles-compat.js",
"react-lifecycles-compat.min.js"
],
"homepage": "https://github.com/reactjs/react-lifecycles-compat#readme",
"license": "MIT",
"main": "react-lifecycles-compat.cjs.js",
"module": "react-lifecycles-compat.es.js",
"name": "react-lifecycles-compat",
"repository": {
"type": "git",
"url": "git+https://github.com/reactjs/react-lifecycles-compat.git"
},
"scripts": {
"build": "rollup -c",
"install:dependencies": "node install.js",
"lint": "eslint index.js",
"prepublish": "npm test",
"pretest": "npm run install:dependencies && npm run build",
"prettier": "prettier --write {index,test}.js",
"test": "jest test.js"
},
"version": "2.0.2"
}