{
  "_args": [
    [
      {
        "raw": "object-inspect@~1.2.1",
        "scope": null,
        "escapedName": "object-inspect",
        "name": "object-inspect",
        "rawSpec": "~1.2.1",
        "spec": ">=1.2.1 <1.3.0",
        "type": "range"
      },
      "C:\\src\\pnpm\\node_modules\\tape"
    ]
  ],
  "_from": "object-inspect@>=1.2.1 <1.3.0",
  "_id": "object-inspect@1.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/object-inspect",
  "_nodeVersion": "5.10.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/object-inspect-1.2.1.tgz_1460217450014_0.6012979652732611"
  },
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "3.8.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "object-inspect@~1.2.1",
    "scope": null,
    "escapedName": "object-inspect",
    "name": "object-inspect",
    "rawSpec": "~1.2.1",
    "spec": ">=1.2.1 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tape"
  ],
  "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz",
  "_shasum": "3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f",
  "_shrinkwrap": null,
  "_spec": "object-inspect@~1.2.1",
  "_where": "C:\\src\\pnpm\\node_modules\\tape",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/object-inspect/issues"
  },
  "dependencies": {},
  "description": "string representations of objects in node and the browser",
  "devDependencies": {
    "tape": "^4.5.1"
  },
  "directories": {},
  "dist": {
    "shasum": "3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f",
    "tarball": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz"
  },
  "gitHead": "bd0329aaaf501de7bf2a6c5d714f533ced5e96f1",
  "homepage": "https://github.com/substack/object-inspect",
  "keywords": [
    "inspect",
    "util.inspect",
    "object",
    "stringify",
    "pretty"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "object-inspect",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/object-inspect.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": [
      "test/*.js",
      "test/browser/*.js"
    ],
    "browsers": [
      "ie/6..latest",
      "chrome/latest",
      "firefox/latest",
      "safari/latest",
      "opera/latest",
      "iphone/latest",
      "ipad/latest",
      "android/latest"
    ]
  },
  "version": "1.2.1"
}
