11{
2- "name" : " intern" ,
3- "version" : " 4.0.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- "test" : " NODE_PATH=_build node _tests/src/bin/intern.js" ,
56- "preci" : " intern-dev-build" ,
57- "ci" : " npm test config=@ci" ,
58- "watch" : " intern-dev-build watch"
59- },
60- "dependencies" : {
61- "@dojo/core" : " beta2" ,
62- "@dojo/has" : " beta2" ,
63- "@dojo/interfaces" : " beta2" ,
64- "@dojo/shim" : " beta2" ,
65- "@theintern/digdug" : " ~2.0.0" ,
66- "@theintern/leadfoot" : " ~2.0.0" ,
67- "@types/benchmark" : " ~1.0.30" ,
68- "@types/chai" : " ~4.0.1" ,
69- "@types/charm" : " ~1.0.0" ,
70- "@types/diff" : " ~3.2.0" ,
71- "@types/express" : " ~4.0.37" ,
72- "@types/http-errors" : " ~1.5.34" ,
73- "@types/istanbul-lib-coverage" : " ~1.1.0" ,
74- "@types/istanbul-lib-hook" : " ~1.0.0" ,
75- "@types/istanbul-lib-instrument" : " ~1.7.0" ,
76- "@types/istanbul-lib-report" : " ~1.1.0" ,
77- "@types/istanbul-lib-source-maps" : " ~1.2.0" ,
78- "@types/istanbul-reports" : " ~1.1.0" ,
79- "@types/lodash" : " ~4.14.65" ,
80- "@types/mime-types" : " ~2.1.0" ,
81- "@types/platform" : " ~1.3.0" ,
82- "@types/resolve" : " 0.0.4" ,
83- "@types/shell-quote" : " ~1.6.0" ,
84- "@types/source-map" : " ~0.1.29" ,
85- "@types/statuses" : " ~1.2.28" ,
86- "@types/ws" : " ~0.0.38" ,
87- "benchmark" : " ~2.1.4" ,
88- "body-parser" : " ~1.17.2" ,
89- "chai" : " ~4.0.2" ,
90- "charm" : " ~1.0.2" ,
91- "diff" : " ~3.2.0" ,
92- "express" : " ~4.15.3" ,
93- "glob" : " ~7.1.1" ,
94- "http-errors" : " ~1.6.1" ,
95- "istanbul-lib-coverage" : " ~1.1.1" ,
96- "istanbul-lib-hook" : " ~1.0.7" ,
97- "istanbul-lib-instrument" : " ~1.7.3" ,
98- "istanbul-lib-report" : " ~1.1.1" ,
99- "istanbul-lib-source-maps" : " ~1.2.1" ,
100- "istanbul-reports" : " ~1.1.1" ,
101- "lodash" : " ~4.17.4" ,
102- "mime-types" : " ~2.1.15" ,
103- "minimatch" : " ~3.0.4" ,
104- "platform" : " ~1.3.4" ,
105- "resolve" : " ~1.4.0" ,
106- "shell-quote" : " ~1.6.1" ,
107- "source-map" : " ~0.5.6" ,
108- "statuses" : " ~1.3.1" ,
109- "ws" : " ~2.3.1"
110- },
111- "devDependencies" : {
112- "@dojo/loader" : " ~2.0.0-beta2.2" ,
113- "@theintern/dev" : " ~0.5.10" ,
114- "@types/body-parser" : " ~1.16.4" ,
115- "@types/chalk" : " ~0.4.31" ,
116- "@types/glob" : " ~5.0.30" ,
117- "@types/grunt" : " ~0.4.21" ,
118- "@types/jsdom" : " ~11.0.2" ,
119- "@types/node" : " ~8.0.8" ,
120- "@types/shelljs" : " ~0.7.2" ,
121- "@types/sinon" : " ~2.3.2" ,
122- "@types/systemjs" : " ~0.20.2" ,
123- "@types/webpack" : " ~3.0.1" ,
124- "ajv" : " ~5.2.0" ,
125- "concurrently" : " ~3.5.0" ,
126- "css-loader" : " ~0.28.4" ,
127- "jsdom" : " ~11.2.0" ,
128- "sinon" : " ~2.3.6" ,
129- "source-map-support" : " ~0.4.18" ,
130- "style-loader" : " ~0.18.2" ,
131- "stylus" : " ~0.54.5" ,
132- "stylus-loader" : " ~3.0.1" ,
133- "ts-loader" : " ~2.3.7" ,
134- "ts-node" : " ~3.2.0" ,
135- "umd-compat-loader" : " ~2.1.0" ,
136- "webpack" : " ~3.0.0"
137- },
138- "internDev" : {
139- "configs" : [
140- " tsconfig.json" ,
141- " tests/tsconfig.json" ,
142- " tests/examples/tsconfig.json"
143- ],
144- "resources" : {
145- "_build" : [
146- " src/**/*.{styl,d.ts,html,js,png}" ,
147- " src/**/!(tsconfig).json"
148- ],
149- "_build/src" : [
150- " types/**" ,
151- " bin/**"
152- ],
153- "_tests" : [
154- " tests/**/*.{xml,d.ts,js}" ,
155- " src/**/*.{styl,d.ts,html,js,png}"
156- ]
157- }
158- },
159- "prettier" : {
160- "singleQuote" : true ,
161- "tabWidth" : 4 ,
162- "useTabs" : true
163- }
164- }
2+ "name" : " intern" ,
3+ "version" : " 4.0.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+ "test" : " NODE_PATH=_build node _tests/src/bin/intern.js" ,
56+ "preci" : " intern-dev-build" ,
57+ "ci" : " npm test config=@ci" ,
58+ "watch" : " intern-dev-build watch"
59+ },
60+ "dependencies" : {
61+ "@dojo/core" : " beta2" ,
62+ "@dojo/has" : " beta2" ,
63+ "@dojo/interfaces" : " beta2" ,
64+ "@dojo/shim" : " beta2" ,
65+ "@theintern/digdug" : " ~2.0.0" ,
66+ "@theintern/leadfoot" : " ~2.0.0" ,
67+ "@types/benchmark" : " ~1.0.30" ,
68+ "@types/chai" : " ~4.0.1" ,
69+ "@types/charm" : " ~1.0.0" ,
70+ "@types/diff" : " ~3.2.0" ,
71+ "@types/express" : " ~4.0.37" ,
72+ "@types/http-errors" : " ~1.5.34" ,
73+ "@types/istanbul-lib-coverage" : " ~1.1.0" ,
74+ "@types/istanbul-lib-hook" : " ~1.0.0" ,
75+ "@types/istanbul-lib-instrument" : " ~1.7.0" ,
76+ "@types/istanbul-lib-report" : " ~1.1.0" ,
77+ "@types/istanbul-lib-source-maps" : " ~1.2.0" ,
78+ "@types/istanbul-reports" : " ~1.1.0" ,
79+ "@types/lodash" : " ~4.14.65" ,
80+ "@types/mime-types" : " ~2.1.0" ,
81+ "@types/platform" : " ~1.3.0" ,
82+ "@types/resolve" : " 0.0.4" ,
83+ "@types/shell-quote" : " ~1.6.0" ,
84+ "@types/source-map" : " ~0.1.29" ,
85+ "@types/statuses" : " ~1.2.28" ,
86+ "@types/ws" : " ~0.0.38" ,
87+ "benchmark" : " ~2.1.4" ,
88+ "body-parser" : " ~1.17.2" ,
89+ "chai" : " ~4.0.2" ,
90+ "charm" : " ~1.0.2" ,
91+ "diff" : " ~3.2.0" ,
92+ "express" : " ~4.15.3" ,
93+ "glob" : " ~7.1.1" ,
94+ "http-errors" : " ~1.6.1" ,
95+ "istanbul-lib-coverage" : " ~1.1.1" ,
96+ "istanbul-lib-hook" : " ~1.0.7" ,
97+ "istanbul-lib-instrument" : " ~1.7.3" ,
98+ "istanbul-lib-report" : " ~1.1.1" ,
99+ "istanbul-lib-source-maps" : " ~1.2.1" ,
100+ "istanbul-reports" : " ~1.1.1" ,
101+ "lodash" : " ~4.17.4" ,
102+ "mime-types" : " ~2.1.15" ,
103+ "minimatch" : " ~3.0.4" ,
104+ "platform" : " ~1.3.4" ,
105+ "resolve" : " ~1.4.0" ,
106+ "shell-quote" : " ~1.6.1" ,
107+ "source-map" : " ~0.5.6" ,
108+ "statuses" : " ~1.3.1" ,
109+ "ws" : " ~2.3.1"
110+ },
111+ "devDependencies" : {
112+ "@dojo/loader" : " ~2.0.0-beta2.2" ,
113+ "@theintern/dev" : " ~0.5.10" ,
114+ "@types/body-parser" : " ~1.16.4" ,
115+ "@types/chalk" : " ~0.4.31" ,
116+ "@types/glob" : " ~5.0.30" ,
117+ "@types/grunt" : " ~0.4.21" ,
118+ "@types/jsdom" : " ~11.0.2" ,
119+ "@types/node" : " ~8.0.8" ,
120+ "@types/shelljs" : " ~0.7.2" ,
121+ "@types/sinon" : " ~2.3.2" ,
122+ "@types/systemjs" : " ~0.20.2" ,
123+ "@types/webpack" : " ~3.0.1" ,
124+ "ajv" : " ~5.2.0" ,
125+ "concurrently" : " ~3.5.0" ,
126+ "css-loader" : " ~0.28.4" ,
127+ "jsdom" : " ~11.2.0" ,
128+ "sinon" : " ~2.3.6" ,
129+ "source-map-support" : " ~0.4.18" ,
130+ "style-loader" : " ~0.18.2" ,
131+ "stylus" : " ~0.54.5" ,
132+ "stylus-loader" : " ~3.0.1" ,
133+ "ts-loader" : " ~2.3.7" ,
134+ "ts-node" : " ~3.2.0" ,
135+ "umd-compat-loader" : " ~2.1.0" ,
136+ "webpack" : " ~3.0.0"
137+ },
138+ "internDev" : {
139+ "configs" : [
140+ " tsconfig.json" ,
141+ " tests/tsconfig.json" ,
142+ " tests/examples/tsconfig.json"
143+ ],
144+ "resources" : {
145+ "_build" : [
146+ " src/**/*.{styl,d.ts,html,js,png}" ,
147+ " src/**/!(tsconfig).json"
148+ ],
149+ "_build/src" : [
150+ " types/**" ,
151+ " bin/**"
152+ ],
153+ "_tests" : [
154+ " tests/**/*.{xml,d.ts,js}" ,
155+ " src/**/*.{styl,d.ts,html,js,png}"
156+ ]
157+ }
158+ },
159+ "prettier" : {
160+ "singleQuote" : true ,
161+ "tabWidth" : 4 ,
162+ "useTabs" : true
163+ }
164+ }
0 commit comments