mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
98
node_modules/glob/package.json
generated
vendored
Normal file
98
node_modules/glob/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"glob@^6.0.4",
|
||||
"/home/beppe/Github/yahooApi/node_modules/express-handlebars"
|
||||
]
|
||||
],
|
||||
"_from": "glob@>=6.0.4 <7.0.0",
|
||||
"_id": "glob@6.0.4",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/glob",
|
||||
"_nodeVersion": "4.0.0",
|
||||
"_npmUser": {
|
||||
"email": "i@izs.me",
|
||||
"name": "isaacs"
|
||||
},
|
||||
"_npmVersion": "2.14.15",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "glob",
|
||||
"raw": "glob@^6.0.4",
|
||||
"rawSpec": "^6.0.4",
|
||||
"scope": null,
|
||||
"spec": ">=6.0.4 <7.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express-handlebars"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
|
||||
"_shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "glob@^6.0.4",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/express-handlebars",
|
||||
"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": "^5.0.0",
|
||||
"tick": "0.0.6"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
|
||||
"tarball": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"files": [
|
||||
"common.js",
|
||||
"glob.js",
|
||||
"sync.js"
|
||||
],
|
||||
"gitHead": "3bd419c538737e56fda7e21c21ff52ca0c198df6",
|
||||
"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.4"
|
||||
}
|
Reference in New Issue
Block a user