{
  "_from": "javascript-obfuscator",
  "_id": "javascript-obfuscator@0.28.0",
  "_inBundle": false,
  "_integrity": "sha512-TKN3GLNZ1s5QtBmYDGCOdzhT85pP91Ia4dYvFaG0ft8/xjhEl7spkX1TtAiCEtL2jKJ3ewxPe4dPnQ82mNI4Qw==",
  "_location": "/javascript-obfuscator",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "javascript-obfuscator",
    "name": "javascript-obfuscator",
    "escapedName": "javascript-obfuscator",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/javascript-obfuscator/-/javascript-obfuscator-0.28.0.tgz",
  "_shasum": "6743dabcbcb751f4925af04443ac7e6c0fa11c17",
  "_spec": "javascript-obfuscator",
  "_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code",
  "author": {
    "name": "Timofey Kachalov"
  },
  "bin": {
    "javascript-obfuscator": "bin/javascript-obfuscator"
  },
  "browser": "dist/index.browser.js",
  "bugs": {
    "url": "https://github.com/javascript-obfuscator/javascript-obfuscator/issues"
  },
  "bundleDependencies": false,
  "collective": {
    "url": "https://opencollective.com/javascript-obfuscator"
  },
  "contributors": [
    {
      "name": "Timofey Kachalov",
      "url": "https://github.com/sanex3339"
    },
    {
      "name": "Dmitry Zamotkin",
      "url": "https://github.com/zamotkin"
    }
  ],
  "dependencies": {
    "@gradecam/tsenum": "1.2.0",
    "@nuxtjs/opencollective": "0.2.2",
    "acorn": "7.1.1",
    "acorn-import-meta": "1.1.0",
    "chalk": "4.0.0",
    "chance": "1.1.4",
    "class-validator": "0.12.2",
    "commander": "5.1.0",
    "escodegen": "1.14.1",
    "eslint-scope": "5.0.0",
    "estraverse": "5.1.0",
    "eventemitter3": "4.0.0",
    "fast-deep-equal": "3.1.1",
    "inversify": "5.0.1",
    "js-string-escape": "1.0.1",
    "md5": "2.2.1",
    "mkdirp": "1.0.4",
    "multimatch": "4.0.0",
    "reflect-metadata": "0.1.13",
    "source-map-support": "0.5.19",
    "string-template": "1.0.0",
    "tslib": "1.11.1"
  },
  "deprecated": false,
  "description": "JavaScript obfuscator",
  "devDependencies": {
    "@types/chai": "4.2.11",
    "@types/chance": "1.0.10",
    "@types/escodegen": "0.0.6",
    "@types/eslint-scope": "3.7.0",
    "@types/estraverse": "0.0.6",
    "@types/estree": "0.0.44",
    "@types/md5": "2.2.0",
    "@types/mkdirp": "1.0.0",
    "@types/mocha": "7.0.2",
    "@types/multimatch": "4.0.0",
    "@types/node": "13.13.2",
    "@types/rimraf": "3.0.0",
    "@types/sinon": "9.0.0",
    "@types/string-template": "1.0.2",
    "@types/webpack-env": "1.15.2",
    "@typescript-eslint/eslint-plugin": "2.29.0",
    "@typescript-eslint/parser": "2.29.0",
    "chai": "4.2.0",
    "coveralls": "3.1.0",
    "eslint": "6.8.0",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-jsdoc": "24.0.0",
    "eslint-plugin-no-null": "1.0.2",
    "eslint-plugin-prefer-arrow": "1.2.0",
    "eslint-plugin-unicorn": "18.0.1",
    "fork-ts-checker-notifier-webpack-plugin": "2.0.0",
    "fork-ts-checker-webpack-plugin": "4.1.3",
    "mocha": "7.1.1",
    "nyc": "15.0.1",
    "pjson": "1.0.9",
    "pre-commit": "1.2.2",
    "rimraf": "3.0.2",
    "sinon": "9.0.2",
    "threads": "1.4.1",
    "ts-loader": "7.0.1",
    "ts-node": "6.1.0",
    "typescript": "3.8.3",
    "webpack": "4.43.0",
    "webpack-cli": "3.3.11",
    "webpack-node-externals": "1.7.2"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://obfuscator.io/",
  "keywords": [
    "obfuscator",
    "obfuscation",
    "uglify",
    "crush",
    "code protection",
    "javascript obfuscator",
    "js obfuscator"
  ],
  "license": "BSD-2-Clause",
  "main": "dist/index.js",
  "name": "javascript-obfuscator",
  "pre-commit": [
    "build",
    "git:addFiles"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javascript-obfuscator/javascript-obfuscator.git"
  },
  "scripts": {
    "build": "scripts/build",
    "eslint": "scripts/eslint",
    "git:addFiles": "scripts/git-add-files",
    "postinstall": "opencollective || exit 0",
    "removeCacheDir": "scripts/remove-cache-dir",
    "start": "scripts/start",
    "test": "scripts/test",
    "test:compile": "scripts/test-compile",
    "test:coveralls": "scripts/test-coveralls",
    "test:dev": "scripts/test-dev",
    "test:devCompilePerformance": "scripts/test-dev-compile-performance",
    "test:devRuntimePerformance": "scripts/test-dev-runtime-performance",
    "test:full": "scripts/test-full",
    "test:mocha": "scripts/test-mocha",
    "test:removeTmpDir": "scripts/test-remove-tmp-dir",
    "travis": "scripts/travis",
    "watch": "scripts/watch",
    "webpack:dev": "scripts/webpack-dev",
    "webpack:prod": "scripts/webpack-prod"
  },
  "types": "index.d.ts",
  "version": "0.28.0"
}