File tree 1 file changed +31
-29
lines changed
1 file changed +31
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " supertest" ,
3
- "version" : " 6.2.4" ,
4
3
"description" : " SuperAgent driven library for testing HTTP servers" ,
5
- "main " : " index.js " ,
4
+ "version " : " 6.2.4 " ,
6
5
"author" : " TJ Holowaychuk" ,
7
- "contributors" : [
8
- " Dimitri DO BAIRRO <[email protected] >"
9
- ],
10
- "license" : " MIT" ,
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " https://github.com/visionmedia/supertest.git"
14
- },
15
- "engines" : {
16
- "node" : " >=6.4.0"
17
- },
18
- "keywords" : [
19
- " superagent" ,
20
- " request" ,
21
- " tdd" ,
22
- " bdd" ,
23
- " http" ,
24
- " test" ,
25
- " testing"
26
- ],
27
- "scripts" : {
28
- "lint" : " eslint lib/**/*.js test/**/*.js index.js" ,
29
- "lint:fix" : " eslint --fix lib/**/*.js test/**/*.js index.js" ,
30
- "pretest" : " npm run lint --if-present" ,
31
- "test" : " nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks" ,
32
- "coverage" : " nyc report --reporter=text-lcov > coverage.lcov"
33
- },
6
+ "contributors" : [],
34
7
"dependencies" : {
35
8
"methods" : " ^1.1.2" ,
36
9
"superagent" : " ^8.0.0"
47
20
"nyc" : " ^15.1.0" ,
48
21
"proxyquire" : " ^2.1.3" ,
49
22
"should" : " ^13.2.3"
23
+ },
24
+ "engines" : {
25
+ "node" : " >=6.4.0"
26
+ },
27
+ "files" : [
28
+ " index.js" ,
29
+ " lib"
30
+ ],
31
+ "keywords" : [
32
+ " bdd" ,
33
+ " http" ,
34
+ " request" ,
35
+ " superagent" ,
36
+ " tdd" ,
37
+ " test" ,
38
+ " testing"
39
+ ],
40
+ "license" : " MIT" ,
41
+ "main" : " index.js" ,
42
+ "repository" : {
43
+ "type" : " git" ,
44
+ "url" : " https://github.com/visionmedia/supertest.git"
45
+ },
46
+ "scripts" : {
47
+ "coverage" : " nyc report --reporter=text-lcov > coverage.lcov" ,
48
+ "lint" : " eslint lib/**/*.js test/**/*.js index.js" ,
49
+ "lint:fix" : " eslint --fix lib/**/*.js test/**/*.js index.js" ,
50
+ "pretest" : " npm run lint --if-present" ,
51
+ "test" : " nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
50
52
}
51
53
}
You can’t perform that action at this time.
0 commit comments