1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00
Files
mywebsite/node_modules/glob/package.json
2016-01-04 12:25:28 -05:00

99 lines
2.3 KiB
JSON

{
"_args": [
[
"glob@^6.0.1",
"/home/mywebsite/node_modules/rimraf"
]
],
"_from": "glob@>=6.0.1 <7.0.0",
"_id": "glob@6.0.3",
"_inCache": true,
"_installable": true,
"_location": "/glob",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.3.2",
"_phantomChildren": {},
"_requested": {
"name": "glob",
"raw": "glob@^6.0.1",
"rawSpec": "^6.0.1",
"scope": null,
"spec": ">=6.0.1 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/rimraf"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.3.tgz",
"_shasum": "5f02cd89587ce58b154ae0855de02a2e63986fca",
"_shrinkwrap": null,
"_spec": "glob@^6.0.1",
"_where": "/home/mywebsite/node_modules/rimraf",
"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": {
"shasum": "5f02cd89587ce58b154ae0855de02a2e63986fca",
"tarball": "http://registry.npmjs.org/glob/-/glob-6.0.3.tgz"
},
"engines": {
"node": "*"
},
"files": [
"common.js",
"glob.js",
"sync.js"
],
"gitHead": "dd5b255ff9b161d23f81c4d0a381ca46a97d049a",
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "ISC",
"main": "glob.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "glob",
"optionalDependencies": {},
"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": "6.0.3"
}