package-lock.json
63 lines
| 2.2 KiB
| application/json
|
JsonLexer
/ playground / package-lock.json
cin
|
r97 | { | ||
"name": "@implab/djx-playground", | ||||
"lockfileVersion": 2, | ||||
"requires": true, | ||||
"packages": { | ||||
"": { | ||||
"name": "@implab/djx-playground", | ||||
"dependencies": { | ||||
"dojo": "1.17.3", | ||||
"requirejs": "2.3.6" | ||||
}, | ||||
"devDependencies": { | ||||
"@implab/djx": "file:../djx/build/npm/package" | ||||
} | ||||
}, | ||||
"../djx/build/npm/package": { | ||||
"name": "@implab/djx", | ||||
"dev": true, | ||||
"license": "BSD-2-Clause", | ||||
"peerDependencies": { | ||||
"@implab/core-amd": "^1.4.0", | ||||
"dojo": "^1.10.0" | ||||
} | ||||
}, | ||||
"node_modules/@implab/djx": { | ||||
"resolved": "../djx/build/npm/package", | ||||
"link": true | ||||
}, | ||||
"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" | ||||
} | ||||
} | ||||
}, | ||||
"dependencies": { | ||||
"@implab/djx": { | ||||
"version": "file:../djx/build/npm/package", | ||||
"requires": {} | ||||
}, | ||||
"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==" | ||||
} | ||||
} | ||||
} | ||||