{
  "_args": [
    [
      {
        "raw": "console-browserify@0.1.x",
        "scope": null,
        "escapedName": "console-browserify",
        "name": "console-browserify",
        "rawSpec": "0.1.x",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "C:\\Users\\herberthsu\\Desktop\\earth\\node_modules\\jshint"
    ]
  ],
  "_from": "console-browserify@>=0.1.0 <0.2.0",
  "_id": "console-browserify@0.1.6",
  "_inCache": true,
  "_location": "/console-browserify",
  "_npmUser": {
    "name": "raynos",
    "email": "raynos2@gmail.com"
  },
  "_npmVersion": "1.2.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "console-browserify@0.1.x",
    "scope": null,
    "escapedName": "console-browserify",
    "name": "console-browserify",
    "rawSpec": "0.1.x",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jshint"
  ],
  "_resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-0.1.6.tgz",
  "_shasum": "d128a3c0bb88350eb5626c6e7c71a6f0fd48983c",
  "_shrinkwrap": null,
  "_spec": "console-browserify@0.1.x",
  "_where": "C:\\Users\\herberthsu\\Desktop\\earth\\node_modules\\jshint",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Raynos/console-browserify/issues",
    "email": "raynos2@gmail.com"
  },
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "dependencies": {},
  "description": "Emulate console for all the browsers",
  "devDependencies": {
    "browserify": "https://github.com/raynos/node-browserify/tarball/master",
    "jsonify": "0.0.0",
    "tape": "~0.2.2",
    "testem": "~0.2.55"
  },
  "directories": {},
  "dist": {
    "shasum": "d128a3c0bb88350eb5626c6e7c71a6f0fd48983c",
    "tarball": "https://registry.npmjs.org/console-browserify/-/console-browserify-0.1.6.tgz"
  },
  "homepage": "https://github.com/Raynos/console-browserify",
  "keywords": [],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "maintainers": [
    {
      "name": "raynos",
      "email": "raynos2@gmail.com"
    }
  ],
  "name": "console-browserify",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/Raynos/console-browserify.git"
  },
  "scripts": {
    "build": "browserify test/index.js -o test/static/bundle.js",
    "test": "node ./test",
    "testem": "testem"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": {
      "ie": [
        "6",
        "7",
        "8",
        "9",
        "10"
      ],
      "firefox": [
        "16",
        "17",
        "nightly"
      ],
      "chrome": [
        "22",
        "23",
        "canary"
      ],
      "opera": [
        "12",
        "next"
      ],
      "safari": [
        "5.1"
      ]
    }
  },
  "version": "0.1.6"
}
