mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.4 KiB
62 lines
1.4 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "glob",
|
|
"description": "a little globber",
|
|
"version": "4.0.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-glob.git"
|
|
},
|
|
"main": "glob.js",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"inherits": "2",
|
|
"minimatch": "^1.0.0",
|
|
"once": "^1.3.0",
|
|
"graceful-fs": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.4.0",
|
|
"mkdirp": "0",
|
|
"rimraf": "1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js",
|
|
"test-regen": "TEST_REGEN=1 node test/00-setup.js"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "a7d85acf4e89fa26d17396ab022ef98fbe1f8a4b",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-glob/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/node-glob",
|
|
"_id": "glob@4.0.5",
|
|
"_shasum": "95e42c9efdb3ab1f4788fd7793dfded4a3378063",
|
|
"_from": "glob@latest",
|
|
"_npmVersion": "1.4.21",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "95e42c9efdb3ab1f4788fd7793dfded4a3378063",
|
|
"tarball": "http://registry.npmjs.org/glob/-/glob-4.0.5.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/glob/-/glob-4.0.5.tgz"
|
|
}
|
|
|