annotate package.json @ 17:94629c39681c

trying to do ts+jest. WIP
author drewp@bigasterisk.com
date Thu, 12 Dec 2019 22:52:57 -0800
parents 26d3e4860adc
children 4bf74032e2e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@localhost
parents:
diff changeset
1 {
drewp@localhost
parents:
diff changeset
2 "name": "streamed-graph",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
3 "notinstalled": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
4 "@babel/core": "^7.7.5",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
5 "@babel/preset-env": "^7.7.6",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
6 "@babel/preset-typescript": "^7.7.4",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
7 "@berry/pnpify": "^0.1.0",
0
drewp@localhost
parents:
diff changeset
8 "@polymer/decorators": "^3.0.0",
drewp@localhost
parents:
diff changeset
9 "@polymer/polymer": "^3.3.1",
drewp@localhost
parents:
diff changeset
10 "@types/eventsource": "^1.1.2",
9
26d3e4860adc working on porting graph_view to n3.js. also working on making tests run
drewp@bigasterisk.com
parents: 3
diff changeset
11 "@types/jasmine": "^3.5.0",
0
drewp@localhost
parents:
diff changeset
12 "@types/jsonld": "^1.5.0",
9
26d3e4860adc working on porting graph_view to n3.js. also working on making tests run
drewp@bigasterisk.com
parents: 3
diff changeset
13 "@types/n3": "^1.1.1",
0
drewp@localhost
parents:
diff changeset
14 "@types/node": "^12.12.14",
drewp@localhost
parents:
diff changeset
15 "@types/webpack": "^4.41.0",
drewp@localhost
parents:
diff changeset
16 "@types/webpack-dev-server": "^3.9.0",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
17 "@webcomponents/webcomponentsjs": "^2.4.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
18 "ava": "^2.4.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
19 "babel-jest": "^24.9.0",
0
drewp@localhost
parents:
diff changeset
20 "file-loader": "^5.0.2",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
21 "jsonld": "^2.0.1",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
22 "lit-html": "^1.1.2",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
23 "n3": "^1.3.4",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
24 "pnp-webpack-plugin": "^1.5.0",
0
drewp@localhost
parents:
diff changeset
25 "ts-node": "^8.5.4",
drewp@localhost
parents:
diff changeset
26 "webpack": "^4.41.2",
drewp@localhost
parents:
diff changeset
27 "webpack-cli": "^3.3.10",
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
28 "webpack-dev-server": "^3.9.0",
0
drewp@localhost
parents:
diff changeset
29 "webpack-serve": "^3.2.0"
drewp@localhost
parents:
diff changeset
30 },
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
31 "newer": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
32 "@types/jest": "^24.0.23",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
33 "jest": "^24.9.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
34 "ts-jest": "^24.2.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
35 "typescript": "^3.7.3"
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
36 },
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
37 "dependencies": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
38 "@types/jest": "^24.0.23",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
39 "@yarnpkg/pnpify": "^2.0.0-rc.12",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
40 "jest": "^24.9.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
41 "jest-pnp-resolver": "^1.2.1",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
42 "ts-jest": "24.2.0",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
43 "ts-loader": "^6.2.1",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
44 "ts-pnp": "^1.1.5",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
45 "typescript": "^3.7.3"
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
46 },
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
47 "installConfig": {
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
48 "pnp": true
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
49 },
0
drewp@localhost
parents:
diff changeset
50 "scripts": {
17
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
51 "compile": "tsc",
94629c39681c trying to do ts+jest. WIP
drewp@bigasterisk.com
parents: 9
diff changeset
52 "test": "jest --env=node --colors --resolver=jest-pnp-resolver --coverage test"
0
drewp@localhost
parents:
diff changeset
53 }
drewp@localhost
parents:
diff changeset
54 }