You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.3 KiB
JSON

{
"_args": [
[
"glob@~4.3.0",
"/Users/alfiepates/src/invoicer/node_modules/findup-sync"
]
],
"_from": "glob@>=4.3.0 <4.4.0",
"_id": "glob@4.3.5",
"_inCache": true,
"_installable": true,
"_location": "/glob",
"_nodeVersion": "0.10.35",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "2.2.0",
"_phantomChildren": {},
"_requested": {
"name": "glob",
"raw": "glob@~4.3.0",
"rawSpec": "~4.3.0",
"scope": null,
"spec": ">=4.3.0 <4.4.0",
"type": "range"
},
"_requiredBy": [
"/findup-sync"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-4.3.5.tgz",
"_shasum": "80fbb08ca540f238acce5d11d1e9bc41e75173d3",
"_shrinkwrap": null,
"_spec": "glob@~4.3.0",
"_where": "/Users/alfiepates/src/invoicer/node_modules/findup-sync",
"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.0.1",
"once": "^1.3.0"
},
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^0.5.0",
"tick": "0.0.6"
},
"directories": {},
"dist": {
"shasum": "80fbb08ca540f238acce5d11d1e9bc41e75173d3",
"tarball": "http://localhost:4873/glob/-/glob-4.3.5.tgz"
},
"engines": {
"node": "*"
},
"files": [
"glob.js",
"sync.js",
"common.js"
],
"gitHead": "9de4cb6bfeb9c8458cf188fe91447b99bf8f3cfd",
"homepage": "https://github.com/isaacs/node-glob",
"license": "ISC",
"main": "glob.js",
"maintainers": [
{
"email": "i@izs.me",
"name": "isaacs"
}
],
"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": "bash benchclean.sh",
"prepublish": "npm run benchclean",
"prof": "bash prof.sh && cat profile.txt",
"profclean": "rm -f v8.log profile.txt",
"test": "npm run profclean && tap test/*.js",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
"version": "4.3.5"
}