mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
148 lines
5.0 KiB
JSON
148 lines
5.0 KiB
JSON
{
|
|
"name": "@scrypted/common",
|
|
"version": "1.0.1",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@scrypted/common",
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@scrypted/sdk": "file:../sdk",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.9.0"
|
|
}
|
|
},
|
|
"../sdk": {
|
|
"name": "@scrypted/sdk",
|
|
"version": "0.0.81",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
|
"@babel/plugin-transform-typescript": "^7.15.0",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/node": "^16.6.1",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^0.21.4",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-template": "^6.26.0",
|
|
"browserify-buffertools": "^1.0.2",
|
|
"bytebuffer": "^5.0.1",
|
|
"chalk": "^2.4.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"engine.io-client": "^3.3.2",
|
|
"event-target-shim": "^5.0.1",
|
|
"events": "^3.0.0",
|
|
"long": "^4.0.0",
|
|
"node-cmd": "^3.0.0",
|
|
"node-ip": "^0.1.2",
|
|
"raw-loader": "^1.0.0",
|
|
"terser": "^3.14.1",
|
|
"ts-loader": "^5.4.5",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"typescript": "^4.3.5",
|
|
"webpack": "^4.28.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-inject-plugin": "^1.0.2"
|
|
},
|
|
"bin": {
|
|
"scrypted-debug": "bin/scrypted-debug.js",
|
|
"scrypted-deploy": "bin/scrypted-deploy.js",
|
|
"scrypted-deploy-debug": "bin/scrypted-deploy-debug.js",
|
|
"scrypted-package-json": "bin/scrypted-package-json.js",
|
|
"scrypted-readme": "bin/scrypted-readme.js",
|
|
"scrypted-webpack": "bin/scrypted-webpack.js"
|
|
},
|
|
"devDependencies": {
|
|
"typescript-json-schema": "^0.50.1"
|
|
}
|
|
},
|
|
"node_modules/@scrypted/sdk": {
|
|
"resolved": "../sdk",
|
|
"link": true
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "16.9.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.0.tgz",
|
|
"integrity": "sha512-nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag==",
|
|
"dev": true
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
|
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/sdk": {
|
|
"version": "file:../sdk",
|
|
"requires": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
|
"@babel/plugin-transform-typescript": "^7.15.0",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/node": "^16.6.1",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^0.21.4",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-template": "^6.26.0",
|
|
"browserify-buffertools": "^1.0.2",
|
|
"bytebuffer": "^5.0.1",
|
|
"chalk": "^2.4.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"engine.io-client": "^3.3.2",
|
|
"event-target-shim": "^5.0.1",
|
|
"events": "^3.0.0",
|
|
"long": "^4.0.0",
|
|
"node-cmd": "^3.0.0",
|
|
"node-ip": "^0.1.2",
|
|
"raw-loader": "^1.0.0",
|
|
"terser": "^3.14.1",
|
|
"ts-loader": "^5.4.5",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"typescript": "^4.3.5",
|
|
"typescript-json-schema": "^0.50.1",
|
|
"webpack": "^4.28.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-inject-plugin": "^1.0.2"
|
|
}
|
|
},
|
|
"@types/node": {
|
|
"version": "16.9.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.9.0.tgz",
|
|
"integrity": "sha512-nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag==",
|
|
"dev": true
|
|
},
|
|
"typescript": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
|
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA=="
|
|
}
|
|
}
|
|
}
|