mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
97 lines
2.2 KiB
JSON
97 lines
2.2 KiB
JSON
{
|
|
"_from": "uglify-js@~2.7.3",
|
|
"_id": "uglify-js@2.7.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RhLAx7qu4rp8SH3kkErhIgefLKg=",
|
|
"_location": "/uglify-js",
|
|
"_phantomChildren": {
|
|
"camelcase": "1.2.1",
|
|
"cliui": "2.1.0",
|
|
"decamelize": "1.2.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "uglify-js@~2.7.3",
|
|
"name": "uglify-js",
|
|
"escapedName": "uglify-js",
|
|
"rawSpec": "~2.7.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.7.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz",
|
|
"_shasum": "4612c0c7baaee2ba7c487de4904ae122079f2ca8",
|
|
"_spec": "uglify-js@~2.7.3",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/webpack",
|
|
"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": {
|
|
"async": "~0.2.6",
|
|
"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": "~0.6.0",
|
|
"escodegen": "~1.3.3",
|
|
"esfuzz": "~0.3.1",
|
|
"estraverse": "~1.5.1",
|
|
"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",
|
|
"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.7.5"
|
|
}
|