adding frontend authentication, starting file priority code
This commit is contained in:
74
goTorrentWebUI/node_modules/babel-cli/node_modules/parse-glob/package.json
generated
vendored
74
goTorrentWebUI/node_modules/babel-cli/node_modules/parse-glob/package.json
generated
vendored
@@ -1,60 +1,36 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"parse-glob@3.0.4",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "parse-glob@3.0.4",
|
||||
"_id": "parse-glob@3.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
|
||||
"_location": "/babel-cli/parse-glob",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parse-glob@3.0.4",
|
||||
"name": "parse-glob",
|
||||
"escapedName": "parse-glob",
|
||||
"rawSpec": "3.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-cli/micromatch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
|
||||
"_spec": "3.0.4",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"name": "parse-glob",
|
||||
"description": "Parse a glob pattern into an object of tokens.",
|
||||
"version": "3.0.4",
|
||||
"homepage": "https://github.com/jonschlinkert/parse-glob",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/parse-glob",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/parse-glob/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"prepublish": "browserify -o browser.js -e index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"glob-base": "^0.3.0",
|
||||
"is-dotfile": "^1.0.0",
|
||||
"is-extglob": "^1.0.0",
|
||||
"is-glob": "^2.0.0"
|
||||
},
|
||||
"description": "Parse a glob pattern into an object of tokens.",
|
||||
"devDependencies": {
|
||||
"browserify": "^9.0.3",
|
||||
"lodash": "^3.3.1",
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/parse-glob",
|
||||
"keywords": [
|
||||
"glob",
|
||||
"match",
|
||||
@@ -82,17 +58,5 @@
|
||||
"regular",
|
||||
"shell",
|
||||
"wildcard"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "parse-glob",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/parse-glob.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "browserify -o browser.js -e index.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "3.0.4"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user