Monorepo for Aesthetic.Computer aesthetic.computer
at main 75 lines 2.4 kB view raw
1{ 2 "name": "ableton-reference-analyzer", 3 "version": "0.1.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "ableton-reference-analyzer", 9 "version": "0.1.0", 10 "dependencies": { 11 "blessed": "^0.1.81", 12 "chalk": "^5.3.0", 13 "pretty-bytes": "^6.1.1", 14 "saxes": "^6.0.0" 15 }, 16 "bin": { 17 "ableton-sim": "simulate-ableton.mjs" 18 } 19 }, 20 "node_modules/blessed": { 21 "version": "0.1.81", 22 "resolved": "https://registry.npmjs.org/blessed/-/blessed-0.1.81.tgz", 23 "integrity": "sha512-LoF5gae+hlmfORcG1M5+5XZi4LBmvlXTzwJWzUlPryN/SJdSflZvROM2TwkT0GMpq7oqT48NRd4GS7BiVBc5OQ==", 24 "license": "MIT", 25 "bin": { 26 "blessed": "bin/tput.js" 27 }, 28 "engines": { 29 "node": ">= 0.8.0" 30 } 31 }, 32 "node_modules/chalk": { 33 "version": "5.5.0", 34 "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.5.0.tgz", 35 "integrity": "sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==", 36 "license": "MIT", 37 "engines": { 38 "node": "^12.17.0 || ^14.13 || >=16.0.0" 39 }, 40 "funding": { 41 "url": "https://github.com/chalk/chalk?sponsor=1" 42 } 43 }, 44 "node_modules/pretty-bytes": { 45 "version": "6.1.1", 46 "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz", 47 "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==", 48 "license": "MIT", 49 "engines": { 50 "node": "^14.13.1 || >=16.0.0" 51 }, 52 "funding": { 53 "url": "https://github.com/sponsors/sindresorhus" 54 } 55 }, 56 "node_modules/saxes": { 57 "version": "6.0.0", 58 "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", 59 "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", 60 "license": "ISC", 61 "dependencies": { 62 "xmlchars": "^2.2.0" 63 }, 64 "engines": { 65 "node": ">=v12.22.7" 66 } 67 }, 68 "node_modules/xmlchars": { 69 "version": "2.2.0", 70 "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", 71 "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", 72 "license": "MIT" 73 } 74 } 75}