Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80482 views
1
{
2
"name": "jest-cli",
3
"description": "Painless JavaScript Unit Testing.",
4
"version": "0.4.5",
5
"main": "src/jest.js",
6
"dependencies": {
7
"coffee-script": "^1.8.0",
8
"cover": "~0.2.8",
9
"diff": "~1.0.4",
10
"graceful-fs": "^2.0.3",
11
"harmonize": "1.4.2",
12
"istanbul": "^0.3.2",
13
"jasmine-only": "0.1.0",
14
"jasmine-pit": "~2.0.0",
15
"jsdom": "~0.10.3",
16
"node-haste": "^1.2.8",
17
"node-worker-pool": "~2.4.2",
18
"optimist": "~0.6.0",
19
"q": "~0.9.7",
20
"resolve": "~0.6.1",
21
"through": "^2.3.4",
22
"lodash.template": "^3.0.0"
23
},
24
"devDependencies": {
25
"jshint": "~2.5.0",
26
"node-find-files": "0.0.2"
27
},
28
"bin": {
29
"jest": "./bin/jest.js"
30
},
31
"engines": {
32
"node": "0.8.x || 0.10.x"
33
},
34
"repository": {
35
"type": "git",
36
"url": "https://github.com/facebook/jest"
37
},
38
"scripts": {
39
"prepublish": "jshint --config=.jshintrc --exclude=src/coverageTemplate.js src && node bin/jest.js",
40
"test": "jshint --config=.jshintrc --exclude=src/coverageTemplate.js src && node bin/jest.js"
41
},
42
"jest": {
43
"rootDir": "src",
44
"testPathIgnorePatterns": [
45
"/__tests__/[^/]*/.+"
46
]
47
},
48
"bugs": {
49
"url": "https://github.com/facebook/jest/issues"
50
},
51
"homepage": "http://facebook.github.io/jest/",
52
"keywords": [
53
"facebook",
54
"jest",
55
"test",
56
"unit",
57
"jasmine",
58
"mock"
59
],
60
"license": "BSD",
61
"gitHead": "7ab09e272bc264c4d91cf2644534806b64ada55c",
62
"_id": "[email protected]",
63
"_shasum": "1a7f2cce0a9363896a6ad6b30eda5836beb66edd",
64
"_from": "jest-cli@*",
65
"_npmVersion": "1.4.28",
66
"_npmUser": {
67
"name": "amasad",
68
"email": "[email protected]"
69
},
70
"maintainers": [
71
{
72
"name": "jeffmo",
73
"email": "[email protected]"
74
},
75
{
76
"name": "zpao",
77
"email": "[email protected]"
78
},
79
{
80
"name": "leebyron",
81
"email": "[email protected]"
82
},
83
{
84
"name": "dmitrysoshnikov",
85
"email": "[email protected]"
86
},
87
{
88
"name": "amasad",
89
"email": "[email protected]"
90
}
91
],
92
"dist": {
93
"shasum": "1a7f2cce0a9363896a6ad6b30eda5836beb66edd",
94
"tarball": "http://registry.npmjs.org/jest-cli/-/jest-cli-0.4.5.tgz"
95
},
96
"directories": {},
97
"_resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-0.4.5.tgz"
98
}
99
100