Monorepo for Aesthetic.Computer aesthetic.computer
at main 57 lines 1.8 kB view raw
1{ 2 "name": "dark-window-conductor", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "dark-window-conductor", 9 "version": "1.0.0", 10 "license": "ISC", 11 "dependencies": { 12 "fs-extra": "^11.2.0" 13 } 14 }, 15 "node_modules/fs-extra": { 16 "version": "11.3.0", 17 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", 18 "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", 19 "license": "MIT", 20 "dependencies": { 21 "graceful-fs": "^4.2.0", 22 "jsonfile": "^6.0.1", 23 "universalify": "^2.0.0" 24 }, 25 "engines": { 26 "node": ">=14.14" 27 } 28 }, 29 "node_modules/graceful-fs": { 30 "version": "4.2.11", 31 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 32 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 33 "license": "ISC" 34 }, 35 "node_modules/jsonfile": { 36 "version": "6.1.0", 37 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", 38 "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", 39 "license": "MIT", 40 "dependencies": { 41 "universalify": "^2.0.0" 42 }, 43 "optionalDependencies": { 44 "graceful-fs": "^4.1.6" 45 } 46 }, 47 "node_modules/universalify": { 48 "version": "2.0.1", 49 "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", 50 "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", 51 "license": "MIT", 52 "engines": { 53 "node": ">= 10.0.0" 54 } 55 } 56 } 57}