package.json 2.17 KB
{
  "_from": "is-object@^1.0.1",
  "_id": "is-object@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=",
  "_location": "/is-object",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-object@^1.0.1",
    "name": "is-object",
    "escapedName": "is-object",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/urlobj"
  ],
  "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
  "_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
  "_spec": "is-object@^1.0.1",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\urlobj",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ljharb/is-object/issues",
    "email": "ljharb@gmail.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Raynos"
    },
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Checks whether a value is an object",
  "devDependencies": {
    "covert": "~1.0.0",
    "jscs": "~1.6.0",
    "tape": "~2.14.0"
  },
  "homepage": "https://github.com/ljharb/is-object",
  "keywords": [],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "is-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/is-object.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 && npm run coverage-quiet"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/6..latest",
      "firefox/3..6",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/10.0",
      "opera/11..latest",
      "opera/next",
      "safari/4..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "version": "1.0.1"
}