Skip to content

Commit 84ab08b

Browse files
committed
Updating metadata for 4.2.0
1 parent 005be15 commit 84ab08b

File tree

1 file changed

+182
-182
lines changed

1 file changed

+182
-182
lines changed

package.json

Lines changed: 182 additions & 182 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,183 @@
11
{
2-
"name": "intern",
3-
"version": "4.2.0-pre",
4-
"description": "Intern. A next-generation code testing stack for JavaScript.",
5-
"homepage": "http://theintern.io/",
6-
"license": "BSD-3-Clause",
7-
"bugs": "https://github.com/theintern/intern/issues",
8-
"files": [
9-
"index.*",
10-
"*.js",
11-
"*.js.map",
12-
"bin/*.js",
13-
"favicon.*",
14-
"browser/*.html",
15-
"browser/config.js",
16-
"browser/intern.js",
17-
"browser/remote.js",
18-
"lib",
19-
"loaders",
20-
"tasks",
21-
"tests",
22-
"types"
23-
],
24-
"keywords": [
25-
"javascript",
26-
"test",
27-
"unit",
28-
"testing",
29-
"ci",
30-
"continuous integration",
31-
"bdd",
32-
"tdd",
33-
"xunit",
34-
"istanbul",
35-
"chai",
36-
"dojo",
37-
"toolkit",
38-
"selenium",
39-
"sauce labs",
40-
"code coverage"
41-
],
42-
"repository": {
43-
"type": "git",
44-
"url": "https://github.com/theintern/intern.git"
45-
},
46-
"bin": {
47-
"intern": "./bin/intern.js"
48-
},
49-
"scripts": {
50-
"build": "intern-dev-clean && concurrently intern-dev-build intern-dev-api",
51-
"devpack": "intern-dev-build && cd _build/src && npm pack && cp *.tgz ../../",
52-
"clean": "intern-dev-clean",
53-
"lint": "intern-dev-lint",
54-
"release": "INTERN_BUILD=release intern-dev-release",
55-
"start": "NODE_PATH=_build node _tests/src/bin/intern.js serveOnly",
56-
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
57-
"preci": "intern-dev-build",
58-
"ci": "npm test config=@ci",
59-
"watch": "intern-dev-build watch",
60-
"precommit": "lint-staged"
61-
},
62-
"dependencies": {
63-
"@dojo/core": "~0.5.0",
64-
"@dojo/has": "~0.1.2",
65-
"@dojo/interfaces": "~0.2.1",
66-
"@dojo/shim": "~0.2.7",
67-
"@theintern/digdug": "~2.1.0",
68-
"@theintern/leadfoot": "~2.1.0",
69-
"@types/benchmark": "~1.0.30",
70-
"@types/chai": "~4.1.2",
71-
"@types/charm": "~1.0.0",
72-
"@types/diff": "~3.5.1",
73-
"@types/express": "~4.11.1",
74-
"@types/http-errors": "~1.6.1",
75-
"@types/istanbul-lib-coverage": "~1.1.0",
76-
"@types/istanbul-lib-hook": "~1.0.0",
77-
"@types/istanbul-lib-instrument": "~1.7.1",
78-
"@types/istanbul-lib-report": "~1.1.0",
79-
"@types/istanbul-lib-source-maps": "~1.2.1",
80-
"@types/istanbul-reports": "~1.1.0",
81-
"@types/lodash": "~4.14.107",
82-
"@types/mime-types": "~2.1.0",
83-
"@types/platform": "~1.3.0",
84-
"@types/resolve": "0.0.7",
85-
"@types/shell-quote": "~1.6.0",
86-
"@types/statuses": "~1.3.0",
87-
"@types/ws": "~4.0.2",
88-
"benchmark": "~2.1.4",
89-
"body-parser": "~1.18.2",
90-
"chai": "~4.1.2",
91-
"charm": "~1.0.2",
92-
"diff": "~3.5.0",
93-
"express": "~4.16.3",
94-
"glob": "~7.1.1",
95-
"http-errors": "~1.6.3",
96-
"istanbul-lib-coverage": "~1.2.0",
97-
"istanbul-lib-hook": "~1.1.0",
98-
"istanbul-lib-instrument": "~1.10.0",
99-
"istanbul-lib-report": "~1.1.3",
100-
"istanbul-lib-source-maps": "~1.2.4",
101-
"istanbul-reports": "~1.3.0",
102-
"lodash": "~4.17.5",
103-
"mime-types": "~2.1.18",
104-
"minimatch": "~3.0.4",
105-
"platform": "~1.3.5",
106-
"resolve": "~1.7.1",
107-
"shell-quote": "~1.6.1",
108-
"source-map": "~0.6.1",
109-
"statuses": "~1.5.0",
110-
"tslib": "~1.9.0",
111-
"ws": "~5.1.1"
112-
},
113-
"devDependencies": {
114-
"@dojo/loader": "~0.1.1",
115-
"@theintern/dev": "~0.7.0",
116-
"@types/body-parser": "~1.16.4",
117-
"@types/glob": "~5.0.35",
118-
"@types/grunt": "~0.4.21",
119-
"@types/jsdom": "~11.0.2",
120-
"@types/node": "~9.6.5",
121-
"@types/shelljs": "~0.7.8",
122-
"@types/sinon": "~2.3.2",
123-
"@types/systemjs": "~0.20.2",
124-
"@types/webpack": "~4.1.3",
125-
"ajv": "~6.4.0",
126-
"concurrently": "~3.5.0",
127-
"css-loader": "~0.28.11",
128-
"jsdom": "~11.8.0",
129-
"lint-staged": "~7.0.4",
130-
"pre-commit": "~1.2.2",
131-
"prettier": "~1.12.1",
132-
"sinon": "~2.3.6",
133-
"source-map-support": "~0.5.4",
134-
"style-loader": "~0.20.3",
135-
"stylus": "~0.54.5",
136-
"stylus-loader": "~3.0.2",
137-
"ts-loader": "~4.2.0",
138-
"ts-node": "~6.0.0",
139-
"umd-compat-loader": "~2.1.0",
140-
"webpack": "~4.6.0",
141-
"webpack-cli": "~2.0.14"
142-
},
143-
"internDev": {
144-
"configs": [
145-
"tsconfig.json",
146-
"tests/tsconfig.json",
147-
"tests/examples/tsconfig.json"
148-
],
149-
"resources": {
150-
"_build": [
151-
"src/**/*.{styl,d.ts,html,js,png}",
152-
"src/**/!(tsconfig).json"
153-
],
154-
"_build/src": [
155-
"types/**",
156-
"bin/**"
157-
],
158-
"_tests": [
159-
"tests/**/*.{xml,d.ts,js}",
160-
"src/**/*.{styl,d.ts,html,js,png}"
161-
]
162-
}
163-
},
164-
"lint-staged": {
165-
"src/**/*.{ts,json,css}": [
166-
"prettier --write",
167-
"git add"
168-
],
169-
"tests/**/*.{ts,json,css}": [
170-
"prettier --write",
171-
"git add"
172-
],
173-
"*.ts": [
174-
"prettier --write",
175-
"git add"
176-
],
177-
"{intern,tsconfig}.json": [
178-
"prettier --write",
179-
"git add"
180-
]
181-
},
182-
"pre-commit": "precommit"
183-
}
2+
"name": "intern",
3+
"version": "4.2.0",
4+
"description": "Intern. A next-generation code testing stack for JavaScript.",
5+
"homepage": "http://theintern.io/",
6+
"license": "BSD-3-Clause",
7+
"bugs": "https://github.com/theintern/intern/issues",
8+
"files": [
9+
"index.*",
10+
"*.js",
11+
"*.js.map",
12+
"bin/*.js",
13+
"favicon.*",
14+
"browser/*.html",
15+
"browser/config.js",
16+
"browser/intern.js",
17+
"browser/remote.js",
18+
"lib",
19+
"loaders",
20+
"tasks",
21+
"tests",
22+
"types"
23+
],
24+
"keywords": [
25+
"javascript",
26+
"test",
27+
"unit",
28+
"testing",
29+
"ci",
30+
"continuous integration",
31+
"bdd",
32+
"tdd",
33+
"xunit",
34+
"istanbul",
35+
"chai",
36+
"dojo",
37+
"toolkit",
38+
"selenium",
39+
"sauce labs",
40+
"code coverage"
41+
],
42+
"repository": {
43+
"type": "git",
44+
"url": "https://github.com/theintern/intern.git"
45+
},
46+
"bin": {
47+
"intern": "./bin/intern.js"
48+
},
49+
"scripts": {
50+
"build": "intern-dev-clean && concurrently intern-dev-build intern-dev-api",
51+
"devpack": "intern-dev-build && cd _build/src && npm pack && cp *.tgz ../../",
52+
"clean": "intern-dev-clean",
53+
"lint": "intern-dev-lint",
54+
"release": "INTERN_BUILD=release intern-dev-release",
55+
"start": "NODE_PATH=_build node _tests/src/bin/intern.js serveOnly",
56+
"test": "NODE_PATH=_build node _tests/src/bin/intern.js",
57+
"preci": "intern-dev-build",
58+
"ci": "npm test config=@ci",
59+
"watch": "intern-dev-build watch",
60+
"precommit": "lint-staged"
61+
},
62+
"dependencies": {
63+
"@dojo/core": "~0.5.0",
64+
"@dojo/has": "~0.1.2",
65+
"@dojo/interfaces": "~0.2.1",
66+
"@dojo/shim": "~0.2.7",
67+
"@theintern/digdug": "~2.1.0",
68+
"@theintern/leadfoot": "~2.1.0",
69+
"@types/benchmark": "~1.0.30",
70+
"@types/chai": "~4.1.2",
71+
"@types/charm": "~1.0.0",
72+
"@types/diff": "~3.5.1",
73+
"@types/express": "~4.11.1",
74+
"@types/http-errors": "~1.6.1",
75+
"@types/istanbul-lib-coverage": "~1.1.0",
76+
"@types/istanbul-lib-hook": "~1.0.0",
77+
"@types/istanbul-lib-instrument": "~1.7.1",
78+
"@types/istanbul-lib-report": "~1.1.0",
79+
"@types/istanbul-lib-source-maps": "~1.2.1",
80+
"@types/istanbul-reports": "~1.1.0",
81+
"@types/lodash": "~4.14.107",
82+
"@types/mime-types": "~2.1.0",
83+
"@types/platform": "~1.3.0",
84+
"@types/resolve": "0.0.7",
85+
"@types/shell-quote": "~1.6.0",
86+
"@types/statuses": "~1.3.0",
87+
"@types/ws": "~4.0.2",
88+
"benchmark": "~2.1.4",
89+
"body-parser": "~1.18.2",
90+
"chai": "~4.1.2",
91+
"charm": "~1.0.2",
92+
"diff": "~3.5.0",
93+
"express": "~4.16.3",
94+
"glob": "~7.1.1",
95+
"http-errors": "~1.6.3",
96+
"istanbul-lib-coverage": "~1.2.0",
97+
"istanbul-lib-hook": "~1.1.0",
98+
"istanbul-lib-instrument": "~1.10.0",
99+
"istanbul-lib-report": "~1.1.3",
100+
"istanbul-lib-source-maps": "~1.2.4",
101+
"istanbul-reports": "~1.3.0",
102+
"lodash": "~4.17.5",
103+
"mime-types": "~2.1.18",
104+
"minimatch": "~3.0.4",
105+
"platform": "~1.3.5",
106+
"resolve": "~1.7.1",
107+
"shell-quote": "~1.6.1",
108+
"source-map": "~0.6.1",
109+
"statuses": "~1.5.0",
110+
"tslib": "~1.9.0",
111+
"ws": "~5.1.1"
112+
},
113+
"devDependencies": {
114+
"@dojo/loader": "~0.1.1",
115+
"@theintern/dev": "~0.7.0",
116+
"@types/body-parser": "~1.16.4",
117+
"@types/glob": "~5.0.35",
118+
"@types/grunt": "~0.4.21",
119+
"@types/jsdom": "~11.0.2",
120+
"@types/node": "~9.6.5",
121+
"@types/shelljs": "~0.7.8",
122+
"@types/sinon": "~2.3.2",
123+
"@types/systemjs": "~0.20.2",
124+
"@types/webpack": "~4.1.3",
125+
"ajv": "~6.4.0",
126+
"concurrently": "~3.5.0",
127+
"css-loader": "~0.28.11",
128+
"jsdom": "~11.8.0",
129+
"lint-staged": "~7.0.4",
130+
"pre-commit": "~1.2.2",
131+
"prettier": "~1.12.1",
132+
"sinon": "~2.3.6",
133+
"source-map-support": "~0.5.4",
134+
"style-loader": "~0.20.3",
135+
"stylus": "~0.54.5",
136+
"stylus-loader": "~3.0.2",
137+
"ts-loader": "~4.2.0",
138+
"ts-node": "~6.0.0",
139+
"umd-compat-loader": "~2.1.0",
140+
"webpack": "~4.6.0",
141+
"webpack-cli": "~2.0.14"
142+
},
143+
"internDev": {
144+
"configs": [
145+
"tsconfig.json",
146+
"tests/tsconfig.json",
147+
"tests/examples/tsconfig.json"
148+
],
149+
"resources": {
150+
"_build": [
151+
"src/**/*.{styl,d.ts,html,js,png}",
152+
"src/**/!(tsconfig).json"
153+
],
154+
"_build/src": [
155+
"types/**",
156+
"bin/**"
157+
],
158+
"_tests": [
159+
"tests/**/*.{xml,d.ts,js}",
160+
"src/**/*.{styl,d.ts,html,js,png}"
161+
]
162+
}
163+
},
164+
"lint-staged": {
165+
"src/**/*.{ts,json,css}": [
166+
"prettier --write",
167+
"git add"
168+
],
169+
"tests/**/*.{ts,json,css}": [
170+
"prettier --write",
171+
"git add"
172+
],
173+
"*.ts": [
174+
"prettier --write",
175+
"git add"
176+
],
177+
"{intern,tsconfig}.json": [
178+
"prettier --write",
179+
"git add"
180+
]
181+
},
182+
"pre-commit": "precommit"
183+
}

0 commit comments

Comments
 (0)