package.json 2.65 KB
{
  "_args": [
    [
      "uglify-js@^2.6.1",
      "/root/nodejs/myapp/node_modules/pug-filters"
    ]
  ],
  "_from": "uglify-js@>=2.6.1 <3.0.0",
  "_id": "uglify-js@2.8.29",
  "_inCache": true,
  "_installable": true,
  "_location": "/uglify-js",
  "_nodeVersion": "6.10.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/uglify-js-2.8.29.tgz_1497411792713_0.252199525013566"
  },
  "_npmUser": {
    "email": "alexlamsl@gmail.com",
    "name": "alexlamsl"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "uglify-js",
    "raw": "uglify-js@^2.6.1",
    "rawSpec": "^2.6.1",
    "scope": null,
    "spec": ">=2.6.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pug-filters"
  ],
  "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
  "_shasum": "29c5733148057bb4e1f75df35b7a9cb72e6a59dd",
  "_shrinkwrap": null,
  "_spec": "uglify-js@^2.6.1",
  "_where": "/root/nodejs/myapp/node_modules/pug-filters",
  "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": {
    "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": "~5.0.3",
    "mocha": "~2.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "29c5733148057bb4e1f75df35b7a9cb72e6a59dd",
    "tarball": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "LICENSE",
    "bin",
    "lib",
    "tools"
  ],
  "gitHead": "23876a84a51835ca791afa12931e747df048178f",
  "homepage": "http://lisperator.net/uglifyjs",
  "keywords": [
    "minifier",
    "minify",
    "uglify",
    "uglify-js"
  ],
  "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": {
    "uglify-to-browserify": "~1.0.0"
  },
  "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": "2.8.29"
}