123456789101112131415161718192021222324252627282930 |
- {
- "name": "uni_modules_tools",
- "version": "1.0.0",
- "lockfileVersion": 2,
- "requires": true,
- "packages": {
- "": {
- "version": "1.0.0",
- "license": "ISC",
- "dependencies": {
- "hjson": "^3.2.2"
- }
- },
- "node_modules/hjson": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
- "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q==",
- "bin": {
- "hjson": "bin/hjson"
- }
- }
- },
- "dependencies": {
- "hjson": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
- "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q=="
- }
- }
- }
|