package.json 2.5 KB
{
  "_args": [
    [
      "glob@^5.0.10",
      "/Users/AlexWang/ws/LiveClass/node_modules/protobufjs"
    ]
  ],
  "_cnpm_publish_time": 1443378062495,
  "_from": "glob@>=5.0.10 <6.0.0",
  "_id": "glob@5.0.15",
  "_inCache": true,
  "_installable": true,
  "_location": "/glob",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "email": "isaacs@npmjs.com",
    "name": "isaacs"
  },
  "_npmVersion": "3.3.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "glob",
    "raw": "glob@^5.0.10",
    "rawSpec": "^5.0.10",
    "scope": null,
    "spec": ">=5.0.10 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/protobufjs"
  ],
  "_resolved": "http://registry.npm.taobao.org/glob/download/glob-5.0.15.tgz",
  "_shasum": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
  "_shrinkwrap": null,
  "_spec": "glob@^5.0.10",
  "_where": "/Users/AlexWang/ws/LiveClass/node_modules/protobufjs",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-glob/issues"
  },
  "dependencies": {
    "inflight": "^1.0.4",
    "inherits": "2",
    "minimatch": "2 || 3",
    "once": "^1.3.0",
    "path-is-absolute": "^1.0.0"
  },
  "description": "a little globber",
  "devDependencies": {
    "mkdirp": "0",
    "rimraf": "^2.2.8",
    "tap": "^1.1.4",
    "tick": "0.0.6"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
    "size": 14800,
    "tarball": "http://registry.npm.taobao.org/glob/download/glob-5.0.15.tgz"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "glob.js",
    "sync.js",
    "common.js"
  ],
  "gitHead": "3a7e71d453dd80e75b196fd262dd23ed54beeceb",
  "homepage": "https://github.com/isaacs/node-glob#readme",
  "license": "ISC",
  "main": "glob.js",
  "maintainers": [
    {
      "email": "i@izs.me",
      "name": "isaacs"
    }
  ],
  "name": "glob",
  "optionalDependencies": {},
  "publish_time": 1443378062495,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-glob.git"
  },
  "scripts": {
    "bench": "bash benchmark.sh",
    "benchclean": "node benchclean.js",
    "prepublish": "npm run benchclean",
    "prof": "bash prof.sh && cat profile.txt",
    "profclean": "rm -f v8.log profile.txt",
    "test": "tap test/*.js --cov",
    "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  },
  "version": "5.0.15"
}