{
  "_from": "is-object@~0.1.2",
  "_id": "is-object@0.1.2",
  "_inBundle": false,
  "_integrity": "sha1-AO+8CIFsM8/ErIJR0TLhDcZQmNc=",
  "_location": "/is-object",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-object@~0.1.2",
    "name": "is-object",
    "escapedName": "is-object",
    "rawSpec": "~0.1.2",
    "saveSpec": null,
    "fetchSpec": "~0.1.2"
  },
  "_requiredBy": [
    "/xtend"
  ],
  "_resolved": "https://registry.npmjs.org/is-object/-/is-object-0.1.2.tgz",
  "_shasum": "00efbc08816c33cfc4ac8251d132e10dc65098d7",
  "_spec": "is-object@~0.1.2",
  "_where": "C:\\Users\\14295\\Desktop\\移动整合\\day3\\src\\node_modules\\xtend",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Colingo/is-object/issues",
    "email": "raynos2@gmail.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Checks whether a value is an object",
  "devDependencies": {
    "browserify-server": "~2.1.18",
    "browservefy": "~0.0.7",
    "tape": "~0.2.2",
    "testem": "https://github.com/raynos/testem/tarball/master"
  },
  "homepage": "https://github.com/Colingo/is-object",
  "keywords": [],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Colingo/is-object/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "is-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/Colingo/is-object.git"
  },
  "scripts": {
    "build": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
    "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle",
    "test": "testem ci",
    "testem": "testem"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "version": "0.1.2"
}
