summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/@sindresorhus/is/package.json
blob: 8f08c0e1fd515632f19b12432db7d732b5bbb8bf (plain)
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
{
  "_from": "@sindresorhus/is@^0.14.0",
  "_id": "@sindresorhus/is@0.14.0",
  "_inBundle": false,
  "_integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==",
  "_location": "/@sindresorhus/is",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sindresorhus/is@^0.14.0",
    "name": "@sindresorhus/is",
    "escapedName": "@sindresorhus%2fis",
    "scope": "@sindresorhus",
    "rawSpec": "^0.14.0",
    "saveSpec": null,
    "fetchSpec": "^0.14.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
  "_shasum": "9fb3a3cf3132328151f353de4632e01e52102bea",
  "_spec": "@sindresorhus/is@^0.14.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/got",
  "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": {
    "@sindresorhus/tsconfig": "^0.1.0",
    "@types/jsdom": "^11.12.0",
    "@types/node": "^10.12.10",
    "@types/tempy": "^0.2.0",
    "@types/zen-observable": "^0.8.0",
    "ava": "^0.25.0",
    "del-cli": "^1.1.0",
    "jsdom": "^11.6.2",
    "rxjs": "^6.3.3",
    "tempy": "^0.2.1",
    "tslint": "^5.9.1",
    "tslint-xo": "^0.10.0",
    "typescript": "^3.2.1",
    "zen-observable": "^0.8.8"
  },
  "engines": {
    "node": ">=6"
  },
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is.git"
  },
  "scripts": {
    "build": "del dist && 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.14.0"
}