{ "name": "uglify-js", "description": "JavaScript parser, mangler/compressor and beautifier toolkit", "homepage": "http://lisperator.net/uglifyjs", "main": "tools/node.js", "version": "2.4.17", "engines": { "node" : ">=0.4.0" }, "maintainers": [{ "name": "Mihai Bazon", "email": "mihai.bazon@gmail.com", "web": "http://lisperator.net/" }], "repository": { "type": "git", "url": "https://github.com/mishoo/UglifyJS2.git" }, "dependencies": { "async" : "~0.2.6", "source-map" : "0.1.34", "yargs": "~1.3.3", "uglify-to-browserify": "~1.0.0" }, "devDependencies": { "acorn": "~0.6.0", "escodegen": "~1.3.3", "esfuzz": "~0.3.1", "estraverse": "~1.5.1" }, "browserify": { "transform": [ "uglify-to-browserify" ] }, "bin": { "uglifyjs" : "bin/uglifyjs" }, "license": "BSD", "scripts": {"test": "node test/run-tests.js"} } /td>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images
AgeCommit message (Expand)Author
2021-02-21image: Add rock64 support....Marius Bakke
2021-02-17scripts: system: Accept <image> records as input....Mathieu Othacehe
2021-01-20images: pinebook-pro: Fix default serial port....Caliph Nomble
2021-01-10system: image: Fix root offset on rockchip platforms....Mathieu Othacehe
2020-12-05images: novena: Make boot settings and RTC accessible....Danny Milosavljevic
2020-12-03images: novena: Replace agetty-service by term-auto....Danny Milosavljevic
2020-12-03images: Add novena-image-type, novena-barebones-raw-image, novena-barebones-os....Danny Milosavljevic
2020-11-20image: Add pinebook-pro support....Mathieu Othacehe
2020-10-06images: Add pine64-barebones-raw-image....Mathieu Othacehe
2020-10-05images: Add pine64 support....Mathieu Othacehe
2020-09-30system: image: Add image-type support....Mathieu Othacehe
2020-09-29images: hurd: Add hurd-barebones-qcow2-image....Mathieu Othacehe
2020-07-11image: Do not set journal_model=WAL for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-25image: hurd: Initialize root partition for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-25image: hurd: Create hurd-compatible ext2 file-system....Jan (janneke) Nieuwenhuizen
2020-06-24image: Move hurd image definition to a dedicated file....Mathieu Othacehe