mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 11:40:17 -04:00
91 lines
2.0 KiB
JSON
91 lines
2.0 KiB
JSON
{
|
|
"_from": "uglify-js@^2.6",
|
|
"_id": "uglify-js@2.8.29",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
|
|
"_location": "/uglify-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "uglify-js@^2.6",
|
|
"name": "uglify-js",
|
|
"escapedName": "uglify-js",
|
|
"rawSpec": "^2.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/handlebars"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
|
|
"_shasum": "29c5733148057bb4e1f75df35b7a9cb72e6a59dd",
|
|
"_spec": "uglify-js@^2.6",
|
|
"_where": "/Users/anubis/Desktop/Projects/Websites/sgawebsite/node_modules/handlebars",
|
|
"author": {
|
|
"name": "Mihai Bazon",
|
|
"email": "mihai.bazon@gmail.com",
|
|
"url": "http://lisperator.net/"
|
|
},
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"uglify-to-browserify"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mishoo/UglifyJS2/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"source-map": "~0.5.1",
|
|
"uglify-to-browserify": "~1.0.0",
|
|
"yargs": "~3.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
|
"devDependencies": {
|
|
"acorn": "~5.0.3",
|
|
"mocha": "~2.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"tools",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "http://lisperator.net/uglifyjs",
|
|
"keywords": [
|
|
"uglify",
|
|
"uglify-js",
|
|
"minify",
|
|
"minifier"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "tools/node.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Mihai Bazon",
|
|
"email": "mihai.bazon@gmail.com",
|
|
"url": "http://lisperator.net/"
|
|
}
|
|
],
|
|
"name": "uglify-js",
|
|
"optionalDependencies": {
|
|
"uglify-to-browserify": "~1.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mishoo/UglifyJS2.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/run-tests.js"
|
|
},
|
|
"version": "2.8.29"
|
|
}
|