ptools/package-lock.json
Minhyeok Park ed4e86b9df
All checks were successful
/ deploy_site (push) Successful in 1m3s
fix: package locking permission issue
2024-10-17 09:18:51 +09:00

53 lines
1.4 KiB
JSON

{
"name": "ptools",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"json5": "^2.2.3",
"monaco-editor": "^0.52.0",
"normalize.css": "^8.0.1",
"yaml": "^2.6.0"
}
},
"node_modules/@fontsource-variable/jetbrains-mono": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@fontsource-variable/jetbrains-mono/-/jetbrains-mono-5.1.1.tgz",
"integrity": "sha512-V+1aRFRvuZ66PpO30s8l/2aADKzpV9VRsO3kSZE+rTMvi4vab3cUcPHMN2z+wAvjkYJO71Yf+g3/Y6pSMmQpVQ==",
"license": "OFL-1.1"
},
"node_modules/json5": {
"version": "2.2.3",
"license": "MIT",
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/monaco-editor": {
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz",
"integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==",
"license": "MIT"
},
"node_modules/normalize.css": {
"version": "8.0.1",
"license": "MIT"
},
"node_modules/yaml": {
"version": "2.6.0",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14"
}
}
}
}