100 lines
2.1 KiB
JSON
100 lines
2.1 KiB
JSON
{
|
|
"_from": "uglify-es",
|
|
"_id": "uglify-es@3.3.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-j8li0jWcAN6yBuAVYFZEFyYINZAm4WEdMwkA6qXFi4TLrze3Mp0Le7QjW6LR9HQjQJ2zRa9VgnFLs3PatijWOw==",
|
|
"_location": "/uglify-es",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "uglify-es",
|
|
"name": "uglify-es",
|
|
"escapedName": "uglify-es",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.8.tgz",
|
|
"_shasum": "f2c68e6cff0d0f9dc9577e4da207151c2e753b7e",
|
|
"_spec": "uglify-es",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Mihai Bazon",
|
|
"email": "mihai.bazon@gmail.com",
|
|
"url": "http://lisperator.net/"
|
|
},
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mishoo/UglifyJS2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "~2.13.0",
|
|
"source-map": "~0.6.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
|
|
"devDependencies": {
|
|
"acorn": "~5.3.0",
|
|
"mocha": "~3.5.1",
|
|
"semver": "~5.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"tools",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
|
|
"keywords": [
|
|
"uglify",
|
|
"uglify-es",
|
|
"uglify-js",
|
|
"minify",
|
|
"minifier",
|
|
"javascript",
|
|
"ecmascript",
|
|
"es5",
|
|
"es6",
|
|
"es7",
|
|
"es8",
|
|
"es2015",
|
|
"es2016",
|
|
"es2017",
|
|
"async",
|
|
"await"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "tools/node.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Alex Lam",
|
|
"email": "alexlamsl@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mihai Bazon",
|
|
"email": "mihai.bazon@gmail.com",
|
|
"url": "http://lisperator.net/"
|
|
}
|
|
],
|
|
"name": "uglify-es",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/run-tests.js"
|
|
},
|
|
"version": "3.3.8"
|
|
}
|