adding frontend authentication, starting file priority code
This commit is contained in:
63
goTorrentWebUI/node_modules/material-ui/node_modules/encoding/package.json
generated
vendored
63
goTorrentWebUI/node_modules/material-ui/node_modules/encoding/package.json
generated
vendored
@@ -1,56 +1,19 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"encoding@0.1.12",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "encoding@0.1.12",
|
||||
"_id": "encoding@0.1.12",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
|
||||
"_location": "/material-ui/encoding",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "encoding@0.1.12",
|
||||
"name": "encoding",
|
||||
"escapedName": "encoding",
|
||||
"rawSpec": "0.1.12",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.12"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/node-fetch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
|
||||
"_spec": "0.1.12",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Andris Reinman"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andris9/encoding/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"iconv-lite": "~0.4.13"
|
||||
},
|
||||
"description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
|
||||
"devDependencies": {
|
||||
"iconv": "~2.1.11",
|
||||
"nodeunit": "~0.9.1"
|
||||
},
|
||||
"homepage": "https://github.com/andris9/encoding#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/encoding.js",
|
||||
"name": "encoding",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/andris9/encoding.git"
|
||||
},
|
||||
"version": "0.1.12",
|
||||
"description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
|
||||
"main": "lib/encoding.js",
|
||||
"scripts": {
|
||||
"test": "nodeunit test"
|
||||
},
|
||||
"version": "0.1.12"
|
||||
"repository": "https://github.com/andris9/encoding.git",
|
||||
"author": "Andris Reinman",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"iconv-lite": "~0.4.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"iconv": "~2.1.11",
|
||||
"nodeunit": "~0.9.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user