package.json 2.21 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
{
  "_args": [
    [
      "@sindresorhus/is@0.7.0",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "@sindresorhus/is@0.7.0",
  "_id": "@sindresorhus/is@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==",
  "_location": "/@sindresorhus/is",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sindresorhus/is@0.7.0",
    "name": "@sindresorhus/is",
    "escapedName": "@sindresorhus%2fis",
    "scope": "@sindresorhus",
    "rawSpec": "0.7.0",
    "saveSpec": null,
    "fetchSpec": "0.7.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
  "_spec": "0.7.0",
  "_where": "E:\\changfa\\crscd-view",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is/issues"
  },
  "description": "Type check values: `is.string('🦄') //=> true`",
  "devDependencies": {
    "@types/jsdom": "^2.0.31",
    "@types/node": "^8.0.47",
    "@types/tempy": "^0.1.0",
    "ava": "*",
    "del-cli": "^1.1.0",
    "jsdom": "^9.12.0",
    "tempy": "^0.2.1",
    "tslint": "^5.8.0",
    "tslint-xo": "^0.3.0",
    "typescript": "^2.6.1"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/sindresorhus/is#readme",
  "keywords": [
    "type",
    "types",
    "is",
    "check",
    "checking",
    "validate",
    "validation",
    "utility",
    "util",
    "typeof",
    "instanceof",
    "object",
    "assert",
    "assertion",
    "test",
    "kind",
    "primitive",
    "verify",
    "compare"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@sindresorhus/is",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint --format stylish --project .",
    "prepublish": "npm run build && del dist/tests",
    "test": "npm run lint && npm run build && ava dist/tests"
  },
  "types": "dist/index.d.ts",
  "version": "0.7.0"
}