package.json 1.79 KB
{
  "_from": "type-of@^2.0.1",
  "_id": "type-of@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI=",
  "_location": "/type-of",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-of@^2.0.1",
    "name": "type-of",
    "escapedName": "type-of",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/cheerio-httpcli"
  ],
  "_resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz",
  "_shasum": "e72a1741896568e9f628378d816d6912f7f23972",
  "_spec": "type-of@^2.0.1",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\cheerio-httpcli",
  "bugs": {
    "url": "https://github.com/ForbesLindesay/type-of/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Type assertions aka less-broken typeof.",
  "devDependencies": {
    "tape": "~2.3.2"
  },
  "homepage": "https://github.com/ForbesLindesay/type-of#readme",
  "keywords": [],
  "license": "MIT",
  "name": "type-of",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForbesLindesay/type-of.git"
  },
  "scripts": {
    "test": "node test/tests.js"
  },
  "testling": {
    "files": "test/tests.js",
    "browsers": [
      "iexplore/8.0",
      "iexplore/9.0",
      "iexplore/10.0",
      "chrome/30.0",
      "chrome/31.0",
      "chrome/canary",
      "firefox/4.0",
      "firefox/10.0",
      "firefox/15.0",
      "firefox/20.0",
      "firefox/21.0",
      "firefox/22.0",
      "firefox/23.0",
      "firefox/24.0",
      "firefox/25.0",
      "firefox/nightly",
      "opera/11.0",
      "opera/17.0",
      "opera/next",
      "safari/5.0.5",
      "safari/5.1",
      "safari/6.0",
      "iphone/6.0",
      "ipad/6.0"
    ]
  },
  "version": "2.0.1"
}