{
  "_from": "google-closure-compiler@20181008.0.0",
  "_id": "google-closure-compiler@20181008.0.0",
  "_inBundle": false,
  "_integrity": "sha512-XmJIasXHyy4kirthlsuDev2LZcXjYXWfOHwHdCLUQnfJH8T2sxWDNjFLQycaCIXwQLOyw2Kem38VgxrYfG0hzg==",
  "_location": "/google-closure-compiler",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-closure-compiler@20181008.0.0",
    "name": "google-closure-compiler",
    "escapedName": "google-closure-compiler",
    "rawSpec": "20181008.0.0",
    "saveSpec": null,
    "fetchSpec": "20181008.0.0"
  },
  "_requiredBy": [
    "/node-minify"
  ],
  "_resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20181008.0.0.tgz",
  "_shasum": "dcf02ab3a679822a0d1ded519ec8bec99d6887ba",
  "_spec": "google-closure-compiler@20181008.0.0",
  "_where": "/home/arun/Work/sdpk-content/node_modules/node-minify",
  "bin": {
    "google-closure-compiler": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/google/closure-compiler/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Chad Killingsworth",
      "email": "chadkillingsworth@gmail.com"
    }
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "google-closure-compiler-linux": "^20181008.0.0",
    "google-closure-compiler-osx": "^20181008.0.0",
    "minimist": "^1.2.0",
    "vinyl": "^2.0.1",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "deprecated": false,
  "description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-filter": "^5.1.0",
    "gulp-mocha": "6.0.0",
    "gulp-sourcemaps": "^2.6.4",
    "lodash": "^4.17.10",
    "mocha": "5.2.0",
    "ncp": "^2.0.0",
    "semver": "^5.1.0",
    "should": "^11.2.0",
    "stream-assert": "^2.0.3"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib/",
    "compiler.jar",
    "cli.js",
    "index.js",
    "jscomp.js",
    "package.json",
    "contrib/",
    "README.md"
  ],
  "homepage": "https://developers.google.com/closure/compiler/",
  "keywords": [
    "javascript",
    "compiler",
    "optimizer",
    "minifier",
    "closure",
    "gulpplugin",
    "gruntplugin"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "google-closure-compiler",
  "optionalDependencies": {
    "google-closure-compiler-linux": "^20181008.0.0",
    "google-closure-compiler-osx": "^20181008.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/closure-compiler-npm.git"
  },
  "scripts": {
    "pretest": "./build_compiler.js",
    "test": "mocha"
  },
  "version": "20181008.0.0"
}
