package.json 2.3 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
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
{
  "_args": [
    [
      {
        "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"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/concat-stream/node_modules/readable-stream"
    ]
  ],
  "_from": "core-util-is@>=1.0.0 <1.1.0",
  "_id": "core-util-is@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/core-util-is",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.3.2",
  "_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": [
    "/concat-stream/readable-stream",
    "/through2/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
  "_shrinkwrap": null,
  "_spec": "core-util-is@~1.0.0",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/concat-stream/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": {
    "tap": "^2.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
    "tarball": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
  },
  "gitHead": "a177da234df5638b363ddc15fa324619a38577c8",
  "homepage": "https://github.com/isaacs/core-util-is#readme",
  "keywords": [
    "util",
    "isBuffer",
    "isArray",
    "isNumber",
    "isString",
    "isRegExp",
    "isThis",
    "isThat",
    "polyfill"
  ],
  "license": "MIT",
  "main": "lib/util.js",
  "maintainers": [
    {
      "email": "i@izs.me",
      "name": "isaacs"
    }
  ],
  "name": "core-util-is",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/core-util-is.git"
  },
  "scripts": {
    "test": "tap test.js"
  },
  "version": "1.0.2"
}