microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
5315bc61ecf0db6bbbeabf396dc02e757ba008ff

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/examples/schemaStudio/package-lock.json

115lines · modecode

1{
2 "name": "storage",
3 "version": "0.0.1",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "storage",
9 "version": "0.0.1",
10 "license": "MIT",
11 "devDependencies": {
12 "@types/node": "^20.8.9",
13 "concurrently": "^8.2.2",
14 "prettier": "^3.2.5"
15 },
16 "engines": {
17 "node": ">=18",
18 "pnpm": ">=8"
19 }
20 },
21 "../../node_modules/.pnpm/concurrently@8.2.2/node_modules/concurrently": {
22 "version": "8.2.2",
23 "dev": true,
24 "license": "MIT",
25 "dependencies": {
26 "chalk": "^4.1.2",
27 "date-fns": "^2.30.0",
28 "lodash": "^4.17.21",
29 "rxjs": "^7.8.1",
30 "shell-quote": "^1.8.1",
31 "spawn-command": "0.0.2",
32 "supports-color": "^8.1.1",
33 "tree-kill": "^1.2.2",
34 "yargs": "^17.7.2"
35 },
36 "bin": {
37 "conc": "dist/bin/concurrently.js",
38 "concurrently": "dist/bin/concurrently.js"
39 },
40 "devDependencies": {
41 "@hirez_io/observer-spy": "^2.2.0",
42 "@swc/core": "^1.3.93",
43 "@swc/jest": "^0.2.29",
44 "@types/jest": "^29.5.6",
45 "@types/lodash": "^4.14.200",
46 "@types/node": "^14.18.62",
47 "@types/shell-quote": "^1.7.3",
48 "@types/supports-color": "^8.1.2",
49 "@types/yargs": "^17.0.29",
50 "@typescript-eslint/eslint-plugin": "^6.8.0",
51 "@typescript-eslint/parser": "^6.8.0",
52 "coveralls-next": "^4.2.0",
53 "ctrlc-wrapper": "^0.0.4",
54 "esbuild": "~0.19.5",
55 "eslint": "^8.51.0",
56 "eslint-config-prettier": "^9.0.0",
57 "eslint-plugin-import": "^2.28.1",
58 "eslint-plugin-jest": "^27.4.2",
59 "eslint-plugin-prettier": "^5.0.1",
60 "eslint-plugin-simple-import-sort": "^10.0.0",
61 "husky": "^8.0.3",
62 "jest": "^29.7.0",
63 "jest-create-mock-instance": "^2.0.0",
64 "lint-staged": "^13.3.0",
65 "prettier": "^3.2.5",
66 "safe-publish-latest": "^2.0.0",
67 "string-argv": "^0.3.2",
68 "typescript": "~5.2.2"
69 },
70 "engines": {
71 "node": "^14.13.0 || >=16.0.0"
72 },
73 "funding": {
74 "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
75 }
76 },
77 "../../node_modules/.pnpm/prettier@3.0.3/node_modules/prettier": {
78 "version": "3.0.3",
79 "dev": true,
80 "license": "MIT",
81 "bin": {
82 "prettier": "bin/prettier.cjs"
83 },
84 "engines": {
85 "node": ">=14"
86 },
87 "funding": {
88 "url": "https://github.com/prettier/prettier?sponsor=1"
89 }
90 },
91 "node_modules/@types/node": {
92 "version": "20.8.9",
93 "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz",
94 "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==",
95 "dev": true,
96 "dependencies": {
97 "undici-types": "~5.26.4"
98 }
99 },
100 "node_modules/concurrently": {
101 "resolved": "../../node_modules/.pnpm/concurrently@8.2.2/node_modules/concurrently",
102 "link": true
103 },
104 "node_modules/prettier": {
105 "resolved": "../../node_modules/.pnpm/prettier@3.0.3/node_modules/prettier",
106 "link": true
107 },
108 "node_modules/undici-types": {
109 "version": "5.26.5",
110 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
111 "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
112 "dev": true
113 }
114 }
115}
116