-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.73 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
75
{
"_args": [
[
"invariant@2.2.4",
"/Users/ben/Desktop/MERNKAM/client"
]
],
"_from": "invariant@2.2.4",
"_id": "invariant@2.2.4",
"_inBundle": false,
"_integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
"_location": "/invariant",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "invariant@2.2.4",
"name": "invariant",
"escapedName": "invariant",
"rawSpec": "2.2.4",
"saveSpec": null,
"fetchSpec": "2.2.4"
},
"_requiredBy": [
"/@babel/preset-env",
"/babel-preset-react-app/@babel/preset-env",
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
"_spec": "2.2.4",
"_where": "/Users/ben/Desktop/MERNKAM/client",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"browser": "browser.js",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/zertosh/invariant/issues"
},
"dependencies": {
"loose-envify": "^1.0.0"
},
"description": "invariant",
"devDependencies": {
"browserify": "^11.0.1",
"flow-bin": "^0.67.1",
"tap": "^1.4.0"
},
"files": [
"browser.js",
"invariant.js",
"invariant.js.flow"
],
"homepage": "https://github.com/zertosh/invariant#readme",
"keywords": [
"test",
"invariant"
],
"license": "MIT",
"main": "invariant.js",
"name": "invariant",
"repository": {
"type": "git",
"url": "git+https://github.com/zertosh/invariant.git"
},
"scripts": {
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
"version": "2.2.4"
}