99 lines
2.4 KiB
JSON
99 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"glob@~5.0.0",
|
|
"/Users/sid/Desktop/code/RustyCode/node_modules/findup-sync"
|
|
]
|
|
],
|
|
"_from": "glob@>=5.0.0 <5.1.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.0",
|
|
"rawSpec": "~5.0.0",
|
|
"scope": null,
|
|
"spec": ">=5.0.0 <5.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/findup-sync",
|
|
"/vscode"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
|
"_shasum": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "glob@~5.0.0",
|
|
"_where": "/Users/sid/Desktop/code/RustyCode/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 || 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": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
|
|
"tarball": "https://registry.npmjs.org/glob/-/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": {},
|
|
"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"
|
|
}
|