1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2025-06-13 12:54:17 +00:00
MikeMcl_decimal.js/node_modules/uglify-js/package.json

122 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "uglify-js",
"scope": null,
"escapedName": "uglify-js",
"name": "uglify-js",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/julius/Documents/Scripts/JS/decimal.js"
]
],
"_from": "uglify-js@latest",
"_id": "uglify-js@3.3.7",
"_inCache": true,
"_location": "/uglify-js",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/uglify-js-3.3.7.tgz_1515929245620_0.698940843809396"
},
"_npmUser": {
"name": "alexlamsl",
"email": "alexlamsl@gmail.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "uglify-js",
"scope": null,
"escapedName": "uglify-js",
"name": "uglify-js",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.7.tgz",
"_shasum": "28463e7c7451f89061d2b235e30925bf5625e14d",
"_shrinkwrap": null,
"_spec": "uglify-js",
"_where": "/Users/julius/Documents/Scripts/JS/decimal.js",
"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"
},
"dependencies": {
"commander": "~2.13.0",
"source-map": "~0.6.1"
},
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"devDependencies": {
"acorn": "~5.3.0",
"mocha": "~3.5.1",
"semver": "~5.4.1"
},
"directories": {},
"dist": {
"integrity": "sha512-esJIpNQIC44EFSrbeFPhiXHy2HJ+dTcnn0Zdkn+5meuLsvoV0mFJffKlyezNIIHNfhF0NpgbifygCfEyAogIhQ==",
"shasum": "28463e7c7451f89061d2b235e30925bf5625e14d",
"tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.3.7.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"bin",
"lib",
"tools",
"LICENSE"
],
"gitHead": "7c0c92943f08e89118ed32019c014a44192f9dfc",
"homepage": "http://lisperator.net/uglifyjs",
"keywords": [
"uglify",
"uglify-js",
"minify",
"minifier",
"es5"
],
"license": "BSD-2-Clause",
"main": "tools/node.js",
"maintainers": [
{
"name": "alexlamsl",
"email": "alexlamsl@gmail.com"
},
{
"name": "mishoo",
"email": "mihai.bazon@gmail.com"
},
{
"name": "rvanvelzen1",
"email": "rvanvelzen1@gmail.com"
}
],
"name": "uglify-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
},
"scripts": {
"test": "node test/run-tests.js"
},
"version": "3.3.7"
}