Website/node_modules/uglify-js/package.json
2015-12-02 18:21:44 -05:00

109 lines
2.5 KiB
JSON

{
"_args": [
[
"uglify-js@^2.4.24",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify"
]
],
"_from": "uglify-js@>=2.4.24 <3.0.0",
"_id": "uglify-js@2.6.1",
"_inCache": true,
"_installable": true,
"_location": "/uglify-js",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "mihai.bazon@gmail.com",
"name": "mishoo"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "uglify-js",
"raw": "uglify-js@^2.4.24",
"rawSpec": "^2.4.24",
"scope": null,
"spec": ">=2.4.24 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith-uglify"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz",
"_shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
"_shrinkwrap": null,
"_spec": "uglify-js@^2.4.24",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify",
"author": {
"email": "mihai.bazon@gmail.com",
"name": "Mihai Bazon",
"url": "http://lisperator.net/"
},
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"browserify": {
"transform": [
"uglify-to-browserify"
]
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
},
"dependencies": {
"async": "~0.2.6",
"source-map": "~0.5.1",
"uglify-to-browserify": "~1.0.0",
"yargs": "~3.10.0"
},
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"devDependencies": {
"acorn": "~0.6.0",
"escodegen": "~1.3.3",
"esfuzz": "~0.3.1",
"estraverse": "~1.5.1"
},
"directories": {},
"dist": {
"shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b",
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"LICENSE",
"bin",
"lib",
"tools"
],
"gitHead": "15b5f70338695c435cab05b7ac2de29cad230360",
"homepage": "http://lisperator.net/uglifyjs",
"license": "BSD-2-Clause",
"main": "tools/node.js",
"maintainers": [
{
"name": "caires",
"email": "cairesvs@gmail.com"
},
{
"name": "mape",
"email": "mape@mape.me"
},
{
"name": "mishoo",
"email": "mihai.bazon@gmail.com"
}
],
"name": "uglify-js",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
},
"scripts": {
"shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
"test": "node test/run-tests.js"
},
"version": "2.6.1"
}