package.json 2.29 KB
{
  "_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": "range",
    "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": [
    "/p-series"
  ],
  "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
  "_shasum": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd",
  "_spec": "@sindresorhus/is@^0.7.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\p-series",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}