Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
76 lines (76 loc) · 2.18 KB

File metadata and controls

76 lines (76 loc) · 2.18 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"private": true,
"scripts": {
"build": "node ./scripts/verify-packages-versions.js && lerna run --stream --concurrency 1 --sort build",
"build:es5": "lerna run --stream --concurrency 1 --sort build:es5",
"build:esm": "lerna run --stream --concurrency 1 --sort build:esm",
"build:watch": "lerna run --parallel build:watch",
"clean": "lerna run --parallel clean && lerna clean --yes",
"fix": "lerna run --parallel fix",
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
"lint": "lerna run --parallel lint",
"test": "lerna run --stream --concurrency 1 --sort test",
"codecov": "codecov",
"pack:changed": "lerna run pack --since",
"postpublish": "make publish-docs"
},
"volta": {
"node": "10.18.1",
"yarn": "1.22.5"
},
"workspaces": [
"packages/angular",
"packages/browser",
"packages/core",
"packages/ember",
"packages/eslint-config-sdk",
"packages/eslint-plugin-sdk",
"packages/gatsby",
"packages/hub",
"packages/integrations",
"packages/minimal",
"packages/nextjs",
"packages/next-plugin-sentry",
"packages/node",
"packages/react",
"packages/serverless",
"packages/tracing",
"packages/types",
"packages/typescript",
"packages/utils",
"packages/vue",
"packages/wasm"
],
"devDependencies": {
"@google-cloud/storage": "^5.7.0",
"@size-limit/preset-small-lib": "^4.5.5",
"@strictsoftware/typedoc-plugin-monorepo": "^0.3.1",
"@types/chai": "^4.1.3",
"@types/jest": "^24.0.11",
"@types/mocha": "^5.2.0",
"@types/node": "~10.17.0",
"@types/sinon": "^7.0.11",
"chai": "^4.1.2",
"codecov": "^3.6.5",
"jest": "^24.7.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-firefox-launcher": "^1.1.0",
"lerna": "3.13.4",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.2",
"prettier": "1.19.0",
"replace-in-file": "^4.0.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"size-limit": "^4.5.5",
"ts-jest": "^24.0.2",
"typedoc": "^0.18.0",
"typescript": "3.7.5"
},
"resolutions": {
"**/agent-base": "5",
"**/jest-environment-node": "24"
},
"version": "0.0.0",
"dependencies": {}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.