Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « core-util-is « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e3708371a710a673f4c882a6ba9a4621f06997f (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
{
  "_args": [
    [
      "core-util-is@~1.0.0",
      "/Users/rebecca/code/npm/node_modules/readable-stream"
    ]
  ],
  "_from": "core-util-is@>=1.0.0 <1.1.0",
  "_id": "core-util-is@1.0.1",
  "_inCache": true,
  "_location": "/core-util-is",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "1.3.23",
  "_phantomChildren": {},
  "_requested": {
    "name": "core-util-is",
    "raw": "core-util-is@~1.0.0",
    "rawSpec": "~1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/bl/readable-stream",
    "/concat-stream/readable-stream",
    "/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz",
  "_shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
  "_shrinkwrap": null,
  "_spec": "core-util-is@~1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/readable-stream",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/core-util-is/issues"
  },
  "dependencies": {},
  "description": "The `util.is*` functions introduced in Node v0.12.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "6b07085aef9a3ccac6ee53bf9d3df0c1521a5538",
    "tarball": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
  },
  "homepage": "https://github.com/isaacs/core-util-is",
  "keywords": [
    "isArray",
    "isBuffer",
    "isNumber",
    "isRegExp",
    "isString",
    "isThat",
    "isThis",
    "polyfill",
    "util"
  ],
  "license": "MIT",
  "main": "lib/util.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "core-util-is",
  "optionalDependencies": {},
  "readme": "# core-util-is\n\nThe `util.is*` functions introduced in Node v0.12.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/core-util-is"
  },
  "version": "1.0.1"
}