{
  "_args": [
    [
      {
        "raw": "is@^2.2.0",
        "scope": null,
        "escapedName": "is",
        "name": "is",
        "rawSpec": "^2.2.0",
        "spec": ">=2.2.0 <3.0.0",
        "type": "range"
      },
      "C:\\src\\pnpm\\node_modules\\metalsmith"
    ]
  ],
  "_from": "is@>=2.2.0 <3.0.0",
  "_id": "is@2.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/is",
  "_nodeVersion": "1.0.4",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "2.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is@^2.2.0",
    "scope": null,
    "escapedName": "is",
    "name": "is",
    "rawSpec": "^2.2.0",
    "spec": ">=2.2.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/metalsmith"
  ],
  "_resolved": "https://registry.npmjs.org/is/-/is-2.2.1.tgz",
  "_shasum": "5b0557a3dc68089d978ecd1184cc8fc529837a04",
  "_shrinkwrap": null,
  "_spec": "is@^2.2.0",
  "_where": "C:\\src\\pnpm\\node_modules\\metalsmith",
  "author": {
    "name": "Enrico Marino",
    "url": "http://onirame.com"
  },
  "bugs": {
    "url": "https://github.com/enricomarino/is/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "the definitive JavaScript type testing library",
  "devDependencies": {
    "covert": "1.0.0",
    "foreach": "~2.0.5",
    "jscs": "~1.10.0",
    "tape": "~3.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5b0557a3dc68089d978ecd1184cc8fc529837a04",
    "tarball": "https://registry.npmjs.org/is/-/is-2.2.1.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "4f4f866b06f5950c500381c821387d8c57bedfd8",
  "homepage": "https://github.com/enricomarino/is",
  "keywords": [
    "util",
    "type",
    "test"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    },
    {
      "name": "enricomarino",
      "email": "enrico.marino@email.com"
    }
  ],
  "name": "is",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/enricomarino/is.git"
  },
  "scripts": {
    "coverage": "covert test/index.js",
    "coverage-quiet": "covert test/index.js --quiet",
    "lint": "jscs *.js */*.js",
    "test": "npm run lint && node test/index.js"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0",
      "chrome/22.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/5.0.5..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "version": "2.2.1"
}
