123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "uglify-js@^2.8.22",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
- "_location": "/uglify-js",
- "_phantomChildren": {
- "center-align": "0.1.3",
- "decamelize": "1.2.0",
- "right-align": "0.1.3",
- "window-size": "0.1.0",
- "wordwrap": "0.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "uglify-js@^2.8.22",
- "name": "uglify-js",
- "escapedName": "uglify-js",
- "rawSpec": "^2.8.22",
- "saveSpec": null,
- "fetchSpec": "^2.8.22"
- },
- "_requiredBy": [
- "/accord"
- ],
- "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
- "_shasum": "29c5733148057bb4e1f75df35b7a9cb72e6a59dd",
- "_spec": "uglify-js@^2.8.22",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\accord",
- "author": {
- "name": "Mihai Bazon",
- "email": "[email protected]",
- "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": "[email protected]",
- "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"
- }
|