package.json 4.2 KB
{
  "_args": [
    [
      {
        "raw": "webpack-bundle-analyzer@^2.2.1",
        "scope": null,
        "escapedName": "webpack-bundle-analyzer",
        "name": "webpack-bundle-analyzer",
        "rawSpec": "^2.2.1",
        "spec": ">=2.2.1 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming"
    ]
  ],
  "_from": "webpack-bundle-analyzer@>=2.2.1 <3.0.0",
  "_id": "webpack-bundle-analyzer@2.3.0",
  "_inCache": true,
  "_location": "/webpack-bundle-analyzer",
  "_nodeVersion": "7.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/webpack-bundle-analyzer-2.3.0.tgz_1487009979426_0.7503472245298326"
  },
  "_npmUser": {
    "name": "th0r",
    "email": "grunin.ya@ya.ru"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "webpack-bundle-analyzer@^2.2.1",
    "scope": null,
    "escapedName": "webpack-bundle-analyzer",
    "name": "webpack-bundle-analyzer",
    "rawSpec": "^2.2.1",
    "spec": ">=2.2.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.0.tgz",
  "_shasum": "0d05e96a43033f7cc57f6855b725782ba61e93a4",
  "_shrinkwrap": null,
  "_spec": "webpack-bundle-analyzer@^2.2.1",
  "_where": "/Users/admin/Documents/workspace/programming",
  "author": {
    "name": "Yury Grunin",
    "email": "grunin.ya@ya.ru"
  },
  "bin": {
    "webpack-bundle-analyzer": "lib/bin/analyzer.js"
  },
  "bugs": {
    "url": "https://github.com/th0r/webpack-bundle-analyzer/issues"
  },
  "changelog": "https://github.com/th0r/webpack-bundle-analyzer/blob/master/CHANGELOG.md",
  "dependencies": {
    "acorn": "^4.0.11",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "ejs": "^2.5.5",
    "express": "^4.14.1",
    "filesize": "^3.5.4",
    "gzip-size": "^3.0.0",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "opener": "^1.4.2"
  },
  "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
  "devDependencies": {
    "babel-core": "6.22.1",
    "babel-eslint": "7.1.1",
    "babel-loader": "6.2.10",
    "babel-plugin-transform-react-jsx": "6.22.0",
    "babel-plugin-transform-runtime": "6.22.0",
    "babel-polyfill": "6.22.0",
    "babel-preset-es2015": "6.22.0",
    "babel-preset-stage-2": "6.22.0",
    "chai": "3.5.0",
    "chai-subset": "1.4.0",
    "classnames": "2.2.5",
    "css-loader": "0.26.1",
    "del": "2.2.2",
    "eslint": "3.15.0",
    "eslint-plugin-react": "6.9.0",
    "exports-loader": "0.6.3",
    "gulp": "3.9.1",
    "gulp-babel": "6.1.2",
    "gulp-plumber": "1.1.0",
    "gulp-util": "3.0.8",
    "gulp-watch": "4.3.11",
    "mocha": "3.2.0",
    "nightmare": "2.9.1",
    "preact": "7.2.0",
    "sinon": "1.17.7",
    "stream-combiner2": "1.1.1",
    "style-loader": "0.13.1",
    "webpack": "2.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "0d05e96a43033f7cc57f6855b725782ba61e93a4",
    "tarball": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.3.0.tgz"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "public",
    "lib",
    "src",
    "views"
  ],
  "gitHead": "e5b274fe364ca518ce58f748eff643e37e86050f",
  "homepage": "https://github.com/th0r/webpack-bundle-analyzer",
  "keywords": [
    "webpack",
    "bundle",
    "analyzer",
    "modules",
    "size",
    "interactive",
    "chart",
    "treemap",
    "zoomable",
    "zoom"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "th0r",
      "email": "grunin.ya@ya.ru"
    }
  ],
  "name": "webpack-bundle-analyzer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/th0r/webpack-bundle-analyzer.git"
  },
  "scripts": {
    "build": "gulp build",
    "lint": "eslint --ext js,jsx .",
    "npm-publish": "npm run lint && npm run build && npm test && npm publish",
    "start": "gulp watch",
    "test": "mocha --compilers js:babel-core/register -r babel-polyfill",
    "test-dev": "mocha --watch --compilers js:babel-core/register -r babel-polyfill"
  },
  "version": "2.3.0"
}