package.json 2.72 KB
{
  "_args": [
    [
      {
        "raw": "filesize@^3.5.4",
        "scope": null,
        "escapedName": "filesize",
        "name": "filesize",
        "rawSpec": "^3.5.4",
        "spec": ">=3.5.4 <4.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer"
    ]
  ],
  "_from": "filesize@>=3.5.4 <4.0.0",
  "_id": "filesize@3.5.4",
  "_inCache": true,
  "_location": "/filesize",
  "_nodeVersion": "7.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/filesize-3.5.4.tgz_1485351961644_0.597131300251931"
  },
  "_npmUser": {
    "name": "avoidwork",
    "email": "jason.mulligan@avoidwork.com"
  },
  "_npmVersion": "4.0.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "filesize@^3.5.4",
    "scope": null,
    "escapedName": "filesize",
    "name": "filesize",
    "rawSpec": "^3.5.4",
    "spec": ">=3.5.4 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack-bundle-analyzer"
  ],
  "_resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.4.tgz",
  "_shasum": "742fc7fb6aef4ee3878682600c22f840731e1fda",
  "_shrinkwrap": null,
  "_spec": "filesize@^3.5.4",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer",
  "author": {
    "name": "Jason Mulligan",
    "email": "jason.mulligan@avoidwork.com"
  },
  "bugs": {
    "url": "https://github.com/avoidwork/filesize.js/issues"
  },
  "dependencies": {},
  "description": "JavaScript library to generate a human readable String describing the file size",
  "devDependencies": {
    "babel-preset-es2015": "~6.18.0",
    "grunt": "~1.0.1",
    "grunt-babel": "~6.0.0",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-nodeunit": "~1.0.0",
    "grunt-contrib-uglify": "~2.0.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-eslint": "~19.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "742fc7fb6aef4ee3878682600c22f840731e1fda",
    "tarball": "https://registry.npmjs.org/filesize/-/filesize-3.5.4.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "gitHead": "7c75121420abb6a3c855b96cb7552cda7ae7e1f4",
  "homepage": "http://filesizejs.com",
  "keywords": [
    "file",
    "filesize",
    "size",
    "readable",
    "file system",
    "bytes",
    "diff"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/filesize",
  "maintainers": [
    {
      "name": "avoidwork",
      "email": "jason@attack.io"
    }
  ],
  "name": "filesize",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/avoidwork/filesize.js.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "3.5.4"
}