site_marriage/node_modules/uglify-js/package.json

121 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "uglify-js@^3.0.5",
"scope": null,
"escapedName": "uglify-js",
"name": "uglify-js",
"rawSpec": "^3.0.5",
"spec": ">=3.0.5 <4.0.0",
"type": "range"
},
"/Users/ramswaroop/MyProjects/RamAndAntara/node_modules/gulp-uglify"
]
],
"_from": "uglify-js@>=3.0.5 <4.0.0",
"_id": "uglify-js@3.1.2",
"_inCache": true,
"_location": "/uglify-js",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/uglify-js-3.1.2.tgz_1506223307817_0.8148115356452763"
},
"_npmUser": {
"name": "alexlamsl",
"email": "alexlamsl@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "uglify-js@^3.0.5",
"scope": null,
"escapedName": "uglify-js",
"name": "uglify-js",
"rawSpec": "^3.0.5",
"spec": ">=3.0.5 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-uglify"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.2.tgz",
"_shasum": "b50bcf15a5fd9e9ed40afbcdef3b59d6891b291f",
"_shrinkwrap": null,
"_spec": "uglify-js@^3.0.5",
"_where": "/Users/ramswaroop/MyProjects/RamAndAntara/node_modules/gulp-uglify",
"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.11.0",
"source-map": "~0.5.1"
},
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"devDependencies": {
"acorn": "~5.1.1",
"mocha": "~3.5.1",
"semver": "~5.4.1"
},
"directories": {},
"dist": {
"integrity": "sha512-kKJ8zg7Ivw3DG9Ytgp4+iiSHq3HaHjEQMvyT2x2Bs8kSUwVemj6bPGFp6YWL81f5NAIOLVUKPxBSvqLRGXMpdw==",
"shasum": "b50bcf15a5fd9e9ed40afbcdef3b59d6891b291f",
"tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.2.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"bin",
"lib",
"tools",
"LICENSE"
],
"gitHead": "55387e8fd022a64b349487ca3a66c3d9c5de1907",
"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.1.2"
}