Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "expect@^1.20.2",
6
"scope": null,
7
"escapedName": "expect",
8
"name": "expect",
9
"rawSpec": "^1.20.2",
10
"spec": ">=1.20.2 <2.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project"
14
]
15
],
16
"_from": "expect@>=1.20.2 <2.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/expect",
21
"_nodeVersion": "6.0.0",
22
"_npmOperationalInternal": {
23
"host": "packages-12-west.internal.npmjs.com",
24
"tmp": "tmp/expect-1.20.2.tgz_1467217055796_0.916522657033056"
25
},
26
"_npmUser": {
27
"name": "mjackson",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "3.8.6",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "expect@^1.20.2",
34
"scope": null,
35
"escapedName": "expect",
36
"name": "expect",
37
"rawSpec": "^1.20.2",
38
"spec": ">=1.20.2 <2.0.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/"
43
],
44
"_resolved": "https://registry.npmjs.org/expect/-/expect-1.20.2.tgz",
45
"_shasum": "d458fe4c56004036bae3232416a3f6361f04f965",
46
"_shrinkwrap": null,
47
"_spec": "expect@^1.20.2",
48
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project",
49
"author": {
50
"name": "Michael Jackson"
51
},
52
"babel": {
53
"presets": [
54
"es2015"
55
]
56
},
57
"bugs": {
58
"url": "https://github.com/mjackson/expect/issues"
59
},
60
"dependencies": {
61
"define-properties": "~1.1.2",
62
"has": "^1.0.1",
63
"is-equal": "^1.5.1",
64
"is-regex": "^1.0.3",
65
"object-inspect": "^1.1.0",
66
"object-keys": "^1.0.9",
67
"tmatch": "^2.0.1"
68
},
69
"description": "Write better assertions",
70
"devDependencies": {
71
"babel-cli": "^6.6.5",
72
"babel-eslint": "^6.0.0",
73
"babel-loader": "^6.2.4",
74
"babel-preset-es2015": "^6.6.0",
75
"eslint": "^2.5.1",
76
"eslint-config-airbnb": "^9.0.1",
77
"eslint-plugin-import": "^1.7.0",
78
"eslint-plugin-jsx-a11y": "^1.2.0",
79
"eslint-plugin-react": "^5.1.1",
80
"gzip-size": "^3.0.0",
81
"in-publish": "^2.0.0",
82
"karma": "^0.13.22",
83
"karma-browserstack-launcher": "^1.0.0",
84
"karma-chrome-launcher": "^1.0.1",
85
"karma-mocha": "^1.0.1",
86
"karma-mocha-reporter": "^2.0.0",
87
"karma-sourcemap-loader": "^0.3.7",
88
"karma-webpack": "^1.7.0",
89
"mocha": "^2.5.3",
90
"pretty-bytes": "^3.0.1",
91
"readline-sync": "^1.4.1",
92
"rimraf": "^2.5.2",
93
"webpack": "^1.12.14"
94
},
95
"directories": {},
96
"dist": {
97
"shasum": "d458fe4c56004036bae3232416a3f6361f04f965",
98
"tarball": "https://registry.npmjs.org/expect/-/expect-1.20.2.tgz"
99
},
100
"files": [
101
"lib",
102
"umd"
103
],
104
"gitHead": "8301ca9b742b86631c6d3df282f3a21138ac50aa",
105
"homepage": "https://github.com/mjackson/expect#readme",
106
"keywords": [
107
"expect",
108
"assert",
109
"test",
110
"spec"
111
],
112
"license": "MIT",
113
"main": "lib",
114
"maintainers": [
115
{
116
"name": "ljharb",
117
"email": "[email protected]"
118
},
119
{
120
"name": "mjackson",
121
"email": "[email protected]"
122
}
123
],
124
"name": "expect",
125
"optionalDependencies": {},
126
"readme": "ERROR: No README data found!",
127
"repository": {
128
"type": "git",
129
"url": "git+https://github.com/mjackson/expect.git"
130
},
131
"scripts": {
132
"build": "node ./scripts/build.js",
133
"build-lib": "rimraf lib && babel ./modules -d lib --ignore '__tests__'",
134
"build-min": "webpack -p modules/index.js umd/expect.min.js",
135
"build-umd": "webpack modules/index.js umd/expect.js",
136
"lint": "eslint modules",
137
"prepublish": "node ./scripts/build.js",
138
"release": "node ./scripts/release.js",
139
"test": "npm run lint && karma start"
140
},
141
"version": "1.20.2"
142
}
143
144