package-lock.json
143 lines
| 5.9 KiB
| application/json
|
JsonLexer
/ playground / package-lock.json
cin
|
r97 | { | ||
"name": "@implab/djx-playground", | ||||
"lockfileVersion": 2, | ||||
"requires": true, | ||||
"packages": { | ||||
"": { | ||||
"name": "@implab/djx-playground", | ||||
"dependencies": { | ||||
cin
|
r99 | "dijit": "1.17.3", | ||
cin
|
r97 | "dojo": "1.17.3", | ||
"requirejs": "2.3.6" | ||||
}, | ||||
"devDependencies": { | ||||
cin
|
r99 | "@implab/core-amd": "1.4.6", | ||
"@implab/djx": "file:../djx/build/npm/package", | ||||
"@implab/dojo-typings": "1.0.2", | ||||
"@types/requirejs": "2.1.34", | ||||
"typescript": "4.8.2" | ||||
cin
|
r97 | } | ||
}, | ||||
"../djx/build/npm/package": { | ||||
"name": "@implab/djx", | ||||
"dev": true, | ||||
"license": "BSD-2-Clause", | ||||
"peerDependencies": { | ||||
"@implab/core-amd": "^1.4.0", | ||||
"dojo": "^1.10.0" | ||||
} | ||||
}, | ||||
cin
|
r99 | "node_modules/@implab/core-amd": { | ||
"version": "1.4.6", | ||||
"resolved": "https://registry.npmjs.org/@implab/core-amd/-/core-amd-1.4.6.tgz", | ||||
"integrity": "sha512-I1RwUAxeiodePpiBzveoHaehMSAyk7NFPPPEvDqfphHBC8yXoXWAaUrp7EcOKEzjXAs7lJQVhNpmjCjIqoj6BQ==", | ||||
"dev": true, | ||||
"peerDependencies": { | ||||
"dojo": "^1.10.0" | ||||
} | ||||
}, | ||||
cin
|
r97 | "node_modules/@implab/djx": { | ||
"resolved": "../djx/build/npm/package", | ||||
"link": true | ||||
}, | ||||
cin
|
r99 | "node_modules/@implab/dojo-typings": { | ||
"version": "1.0.2", | ||||
"resolved": "https://registry.npmjs.org/@implab/dojo-typings/-/dojo-typings-1.0.2.tgz", | ||||
"integrity": "sha512-/lbcMCHdRoHJLKFcT8xdk1KbGazSlb1pGSDJ406io7iMenPm/XbJYcUti+VzXnn71zOJ8aYpGT12T5L0rfOZNA==", | ||||
"dev": true | ||||
}, | ||||
"node_modules/@types/requirejs": { | ||||
"version": "2.1.34", | ||||
"resolved": "https://registry.npmjs.org/@types/requirejs/-/requirejs-2.1.34.tgz", | ||||
"integrity": "sha512-iQLGNE1DyIRYih60B47l/hI5X7J0wAnnRBL6Yn85GUYQg8Fm3wl8kvT6NRwncKroUOSx7/lbAagIFNV7y02DiQ==", | ||||
"dev": true | ||||
}, | ||||
"node_modules/dijit": { | ||||
"version": "1.17.3", | ||||
"resolved": "https://registry.npmjs.org/dijit/-/dijit-1.17.3.tgz", | ||||
"integrity": "sha512-QS+1bNhPT+BF9E+iomQSi5qI+o3oUNSx1r5TF8WlGH4LybGZP+IIGJBOO5/41YduBPljVXhY7vaPsgrycxC6UQ==", | ||||
"dependencies": { | ||||
"dojo": "1.17.3" | ||||
} | ||||
}, | ||||
cin
|
r97 | "node_modules/dojo": { | ||
"version": "1.17.3", | ||||
"resolved": "https://registry.npmjs.org/dojo/-/dojo-1.17.3.tgz", | ||||
"integrity": "sha512-iWDx1oSfCEDnIrs8cMW7Zh9Fbjgxu8iRagFz+Qi2eya3MXIAxFXKhv2A7dpi+bfpMpFozLwcsLV8URLw6BsHsA==" | ||||
}, | ||||
"node_modules/requirejs": { | ||||
"version": "2.3.6", | ||||
"resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz", | ||||
"integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==", | ||||
"bin": { | ||||
"r_js": "bin/r.js", | ||||
"r.js": "bin/r.js" | ||||
}, | ||||
"engines": { | ||||
"node": ">=0.4.0" | ||||
} | ||||
cin
|
r99 | }, | ||
"node_modules/typescript": { | ||||
"version": "4.8.2", | ||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", | ||||
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", | ||||
"dev": true, | ||||
"bin": { | ||||
"tsc": "bin/tsc", | ||||
"tsserver": "bin/tsserver" | ||||
}, | ||||
"engines": { | ||||
"node": ">=4.2.0" | ||||
} | ||||
cin
|
r97 | } | ||
}, | ||||
"dependencies": { | ||||
cin
|
r99 | "@implab/core-amd": { | ||
"version": "1.4.6", | ||||
"resolved": "https://registry.npmjs.org/@implab/core-amd/-/core-amd-1.4.6.tgz", | ||||
"integrity": "sha512-I1RwUAxeiodePpiBzveoHaehMSAyk7NFPPPEvDqfphHBC8yXoXWAaUrp7EcOKEzjXAs7lJQVhNpmjCjIqoj6BQ==", | ||||
"dev": true, | ||||
"requires": {} | ||||
}, | ||||
cin
|
r97 | "@implab/djx": { | ||
"version": "file:../djx/build/npm/package", | ||||
"requires": {} | ||||
}, | ||||
cin
|
r99 | "@implab/dojo-typings": { | ||
"version": "1.0.2", | ||||
"resolved": "https://registry.npmjs.org/@implab/dojo-typings/-/dojo-typings-1.0.2.tgz", | ||||
"integrity": "sha512-/lbcMCHdRoHJLKFcT8xdk1KbGazSlb1pGSDJ406io7iMenPm/XbJYcUti+VzXnn71zOJ8aYpGT12T5L0rfOZNA==", | ||||
"dev": true | ||||
}, | ||||
"@types/requirejs": { | ||||
"version": "2.1.34", | ||||
"resolved": "https://registry.npmjs.org/@types/requirejs/-/requirejs-2.1.34.tgz", | ||||
"integrity": "sha512-iQLGNE1DyIRYih60B47l/hI5X7J0wAnnRBL6Yn85GUYQg8Fm3wl8kvT6NRwncKroUOSx7/lbAagIFNV7y02DiQ==", | ||||
"dev": true | ||||
}, | ||||
"dijit": { | ||||
"version": "1.17.3", | ||||
"resolved": "https://registry.npmjs.org/dijit/-/dijit-1.17.3.tgz", | ||||
"integrity": "sha512-QS+1bNhPT+BF9E+iomQSi5qI+o3oUNSx1r5TF8WlGH4LybGZP+IIGJBOO5/41YduBPljVXhY7vaPsgrycxC6UQ==", | ||||
"requires": { | ||||
"dojo": "1.17.3" | ||||
} | ||||
}, | ||||
cin
|
r97 | "dojo": { | ||
"version": "1.17.3", | ||||
"resolved": "https://registry.npmjs.org/dojo/-/dojo-1.17.3.tgz", | ||||
"integrity": "sha512-iWDx1oSfCEDnIrs8cMW7Zh9Fbjgxu8iRagFz+Qi2eya3MXIAxFXKhv2A7dpi+bfpMpFozLwcsLV8URLw6BsHsA==" | ||||
}, | ||||
"requirejs": { | ||||
"version": "2.3.6", | ||||
"resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz", | ||||
"integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==" | ||||
cin
|
r99 | }, | ||
"typescript": { | ||||
"version": "4.8.2", | ||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", | ||||
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", | ||||
"dev": true | ||||
cin
|
r97 | } | ||
} | ||||
} | ||||