{
  "_from": "is-empty",
  "_id": "is-empty@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-3pu1snhzigWgsJpX4ftNSjQan2s=",
  "_location": "/is-empty",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "is-empty",
    "name": "is-empty",
    "escapedName": "is-empty",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/is-empty/-/is-empty-1.2.0.tgz",
  "_shasum": "de9bb5b278738a05a0b09a57e1fb4d4a341a9f6b",
  "_spec": "is-empty",
  "_where": "C:\\express\\slc",
  "bugs": {
    "url": "https://github.com/ianstormtaylor/is-empty/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check whether a value is \"empty\".",
  "devDependencies": {
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/ianstormtaylor/is-empty#readme",
  "keywords": [
    "array",
    "check",
    "empty",
    "file",
    "is",
    "map",
    "object",
    "set",
    "value"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "is-empty",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ianstormtaylor/is-empty.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.2.0"
}
