adding frontend authentication, starting file priority code
This commit is contained in:
104
goTorrentWebUI/node_modules/material-ui-icons/node_modules/asap/package.json
generated
vendored
104
goTorrentWebUI/node_modules/material-ui-icons/node_modules/asap/package.json
generated
vendored
@@ -1,32 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"asap@2.0.6",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "asap",
|
||||
"version": "2.0.6",
|
||||
"description": "High-priority task queue for Node.js and browsers",
|
||||
"keywords": [
|
||||
"event",
|
||||
"task",
|
||||
"queue"
|
||||
],
|
||||
"_from": "asap@2.0.6",
|
||||
"_id": "asap@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
|
||||
"_location": "/material-ui-icons/asap",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "asap@2.0.6",
|
||||
"name": "asap",
|
||||
"escapedName": "asap",
|
||||
"rawSpec": "2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.6"
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kriskowal/asap.git"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/promise"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
||||
"_spec": "2.0.6",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"main": "./asap.js",
|
||||
"browser": {
|
||||
"./asap": "./browser-asap.js",
|
||||
"./asap.js": "./browser-asap.js",
|
||||
@@ -34,12 +20,29 @@
|
||||
"./raw.js": "./browser-raw.js",
|
||||
"./test/domain.js": "./test/browser-domain.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kriskowal/asap/issues"
|
||||
"react-native": {
|
||||
"domain": false
|
||||
},
|
||||
"files": [
|
||||
"raw.js",
|
||||
"asap.js",
|
||||
"browser-raw.js",
|
||||
"browser-asap.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run test-node",
|
||||
"test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker",
|
||||
"test-node": "node test/asap-test.js",
|
||||
"test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
|
||||
"test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
|
||||
"test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json",
|
||||
"test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json",
|
||||
"test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json",
|
||||
"test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
|
||||
"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
|
||||
"benchmarks": "node benchmarks"
|
||||
},
|
||||
"description": "High-priority task queue for Node.js and browsers",
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"events": "^1.0.1",
|
||||
"jshint": "^2.5.1",
|
||||
"knox": "^0.8.10",
|
||||
@@ -49,42 +52,7 @@
|
||||
"q-io": "^2.0.3",
|
||||
"saucelabs": "^0.1.1",
|
||||
"wd": "^0.2.21",
|
||||
"weak-map": "^1.0.5"
|
||||
},
|
||||
"files": [
|
||||
"raw.js",
|
||||
"asap.js",
|
||||
"browser-raw.js",
|
||||
"browser-asap.js"
|
||||
],
|
||||
"homepage": "https://github.com/kriskowal/asap#readme",
|
||||
"keywords": [
|
||||
"event",
|
||||
"task",
|
||||
"queue"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./asap.js",
|
||||
"name": "asap",
|
||||
"react-native": {
|
||||
"domain": false
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kriskowal/asap.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmarks": "node benchmarks",
|
||||
"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
|
||||
"test": "npm run lint && npm run test-node",
|
||||
"test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
|
||||
"test-node": "node test/asap-test.js",
|
||||
"test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
|
||||
"test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json",
|
||||
"test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json",
|
||||
"test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json",
|
||||
"test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
|
||||
"test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker"
|
||||
},
|
||||
"version": "2.0.6"
|
||||
"weak-map": "^1.0.5",
|
||||
"benchmark": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
103
goTorrentWebUI/node_modules/material-ui-icons/node_modules/change-emitter/package.json
generated
vendored
103
goTorrentWebUI/node_modules/material-ui-icons/node_modules/change-emitter/package.json
generated
vendored
@@ -1,35 +1,42 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"change-emitter@0.1.6",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "change-emitter",
|
||||
"version": "0.1.6",
|
||||
"description": "Listen for changes. Like an event emitter that only emits a single event type. Really tiny.",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"_from": "change-emitter@0.1.6",
|
||||
"_id": "change-emitter@0.1.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-6LL+PX8at9aaMhma/5HqaTFAlRU=",
|
||||
"_location": "/material-ui-icons/change-emitter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "change-emitter@0.1.6",
|
||||
"name": "change-emitter",
|
||||
"escapedName": "change-emitter",
|
||||
"rawSpec": "0.1.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.6"
|
||||
"scripts": {
|
||||
"check": "eslint src",
|
||||
"build": "babel src --out-dir lib",
|
||||
"test": "ava",
|
||||
"test:watch": "yarn run test -- --watch",
|
||||
"prepublish": "yarn run check && yarn run test && yarn run build"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/acdlite/change-emitter.git"
|
||||
},
|
||||
"keywords": [
|
||||
"change",
|
||||
"event",
|
||||
"emitter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/change-emitter/-/change-emitter-0.1.6.tgz",
|
||||
"_spec": "0.1.6",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Andrew Clark",
|
||||
"email": "acdlite@me.com"
|
||||
"author": "Andrew Clark <acdlite@me.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/acdlite/change-emitter/issues"
|
||||
},
|
||||
"homepage": "https://github.com/acdlite/change-emitter#readme",
|
||||
"devDependencies": {
|
||||
"ava": "^0.14.0",
|
||||
"babel-cli": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"eslint": "^2.10.1",
|
||||
"eslint-config-airbnb-base": "^3.0.1",
|
||||
"eslint-plugin-import": "^1.8.0",
|
||||
"sinon": "^1.17.4"
|
||||
},
|
||||
"ava": {
|
||||
"babel": "inherit",
|
||||
@@ -42,43 +49,5 @@
|
||||
"require": [
|
||||
"babel-register"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/acdlite/change-emitter/issues"
|
||||
},
|
||||
"description": "Listen for changes. Like an event emitter that only emits a single event type. Really tiny.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.14.0",
|
||||
"babel-cli": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"eslint": "^2.10.1",
|
||||
"eslint-config-airbnb-base": "^3.0.1",
|
||||
"eslint-plugin-import": "^1.8.0",
|
||||
"sinon": "^1.17.4"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/acdlite/change-emitter#readme",
|
||||
"keywords": [
|
||||
"change",
|
||||
"event",
|
||||
"emitter"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "change-emitter",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/acdlite/change-emitter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"check": "eslint src",
|
||||
"prepublish": "yarn run check && yarn run test && yarn run build",
|
||||
"test": "ava",
|
||||
"test:watch": "yarn run test -- --watch"
|
||||
},
|
||||
"version": "0.1.6"
|
||||
}
|
||||
}
|
||||
|
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/core-js/package.json
generated
vendored
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/core-js/package.json
generated
vendored
@@ -1,59 +1,41 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"core-js@1.2.7",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "core-js@1.2.7",
|
||||
"_id": "core-js@1.2.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
|
||||
"_location": "/material-ui-icons/core-js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "core-js@1.2.7",
|
||||
"name": "core-js",
|
||||
"escapedName": "core-js",
|
||||
"rawSpec": "1.2.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
|
||||
"_spec": "1.2.7",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zloirock/core-js/issues"
|
||||
},
|
||||
"name": "core-js",
|
||||
"description": "Standard library",
|
||||
"version": "1.2.7",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zloirock/core-js.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"webpack": "1.12.x",
|
||||
"LiveScript": "1.3.x",
|
||||
"eslint": "1.9.x",
|
||||
"grunt": "0.4.x",
|
||||
"grunt-cli": "0.1.x",
|
||||
"grunt-contrib-clean": "0.6.x",
|
||||
"grunt-contrib-copy": "0.8.x",
|
||||
"grunt-livescript": "0.5.x",
|
||||
"grunt-contrib-uglify": "0.10.x",
|
||||
"grunt-contrib-watch": "0.6.x",
|
||||
"grunt-contrib-clean": "0.6.x",
|
||||
"grunt-contrib-copy": "0.8.x",
|
||||
"grunt-karma": "0.12.x",
|
||||
"grunt-livescript": "0.5.x",
|
||||
"karma": "0.13.x",
|
||||
"karma-chrome-launcher": "0.2.x",
|
||||
"karma-firefox-launcher": "0.1.x",
|
||||
"karma-ie-launcher": "0.2.x",
|
||||
"karma-phantomjs-launcher": "0.2.x",
|
||||
"karma-qunit": "0.1.x",
|
||||
"phantomjs": "1.9.x",
|
||||
"karma-chrome-launcher": "0.2.x",
|
||||
"karma-ie-launcher": "0.2.x",
|
||||
"karma-firefox-launcher": "0.1.x",
|
||||
"karma-phantomjs-launcher": "0.2.x",
|
||||
"promises-aplus-tests": "2.1.x",
|
||||
"eslint": "1.9.x",
|
||||
"qunitjs": "1.23.x",
|
||||
"webpack": "1.12.x"
|
||||
"phantomjs": "1.9.x"
|
||||
},
|
||||
"homepage": "https://github.com/zloirock/core-js#readme",
|
||||
"scripts": {
|
||||
"grunt": "grunt",
|
||||
"lint": "eslint es5 es6 es7 js web core fn modules",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ES5",
|
||||
"ECMAScript 5",
|
||||
@@ -73,19 +55,5 @@
|
||||
"setImmediate",
|
||||
"Dict",
|
||||
"partial application"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "core-js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zloirock/core-js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"grunt": "grunt",
|
||||
"lint": "eslint es5 es6 es7 js web core fn modules",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
|
||||
},
|
||||
"version": "1.2.7"
|
||||
}
|
||||
]
|
||||
}
|
63
goTorrentWebUI/node_modules/material-ui-icons/node_modules/encoding/package.json
generated
vendored
63
goTorrentWebUI/node_modules/material-ui-icons/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-icons/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-icons/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"
|
||||
}
|
||||
}
|
||||
|
97
goTorrentWebUI/node_modules/material-ui-icons/node_modules/fbjs/package.json
generated
vendored
97
goTorrentWebUI/node_modules/material-ui-icons/node_modules/fbjs/package.json
generated
vendored
@@ -1,50 +1,19 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"fbjs@0.8.16",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "fbjs@0.8.16",
|
||||
"_id": "fbjs@0.8.16",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=",
|
||||
"_location": "/material-ui-icons/fbjs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fbjs@0.8.16",
|
||||
"name": "fbjs",
|
||||
"escapedName": "fbjs",
|
||||
"rawSpec": "0.8.16",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.8.16"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz",
|
||||
"_spec": "0.8.16",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/fbjs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^1.0.0",
|
||||
"isomorphic-fetch": "^2.1.1",
|
||||
"loose-envify": "^1.0.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"promise": "^7.1.1",
|
||||
"setimmediate": "^1.0.5",
|
||||
"ua-parser-js": "^0.7.9"
|
||||
},
|
||||
"name": "fbjs",
|
||||
"version": "0.8.16",
|
||||
"description": "A collection of utility libraries used by other Facebook JS projects",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/fbjs",
|
||||
"scripts": {
|
||||
"build": "gulp build",
|
||||
"postbuild": "node scripts/node/check-lib-requires.js lib",
|
||||
"lint": "eslint .",
|
||||
"prepublish": "npm run build",
|
||||
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
|
||||
"test": "NODE_ENV=test jest",
|
||||
"test-babel-presets": "cd babel-preset && npm install && npm test",
|
||||
"typecheck": "flow check src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^6.0.3",
|
||||
"babel-preset-fbjs": "file:babel-preset",
|
||||
@@ -61,10 +30,7 @@
|
||||
"merge-stream": "^1.0.0",
|
||||
"run-sequence": "^1.1.5"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": ">=4.x",
|
||||
"npm": ">=2.x"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
@@ -73,7 +39,6 @@
|
||||
"lib/",
|
||||
"module-map.json"
|
||||
],
|
||||
"homepage": "https://github.com/facebook/fbjs#readme",
|
||||
"jest": {
|
||||
"modulePathIgnorePatterns": [
|
||||
"/lib/",
|
||||
@@ -94,22 +59,22 @@
|
||||
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
|
||||
]
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "fbjs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/fbjs.git"
|
||||
"dependencies": {
|
||||
"core-js": "^1.0.0",
|
||||
"isomorphic-fetch": "^2.1.1",
|
||||
"loose-envify": "^1.0.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"promise": "^7.1.1",
|
||||
"setimmediate": "^1.0.5",
|
||||
"ua-parser-js": "^0.7.9"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp build",
|
||||
"lint": "eslint .",
|
||||
"postbuild": "node scripts/node/check-lib-requires.js lib",
|
||||
"prepublish": "npm run build",
|
||||
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
|
||||
"test": "NODE_ENV=test jest",
|
||||
"test-babel-presets": "cd babel-preset && npm install && npm test",
|
||||
"typecheck": "flow check src"
|
||||
"devEngines": {
|
||||
"node": ">=4.x",
|
||||
"npm": ">=2.x"
|
||||
},
|
||||
"version": "0.8.16"
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@@ -1,40 +1,20 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"hoist-non-react-statics@2.3.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "hoist-non-react-statics@2.3.1",
|
||||
"_id": "hoist-non-react-statics@2.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ND24TGAYxlB3iJgkATWhQg7iLOA=",
|
||||
"_location": "/material-ui-icons/hoist-non-react-statics",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "hoist-non-react-statics@2.3.1",
|
||||
"name": "hoist-non-react-statics",
|
||||
"escapedName": "hoist-non-react-statics",
|
||||
"rawSpec": "2.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz",
|
||||
"_spec": "2.3.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Michael Ridgway",
|
||||
"email": "mcridgway@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mridgway/hoist-non-react-statics/issues"
|
||||
},
|
||||
"name": "hoist-non-react-statics",
|
||||
"version": "2.3.1",
|
||||
"description": "Copies non-react specific statics from a child component to a parent component",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mridgway/hoist-non-react-statics.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
|
||||
"lint": "eslint ./index.js",
|
||||
"test": "mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec"
|
||||
},
|
||||
"author": "Michael Ridgway <mcridgway@gmail.com>",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"babel": "^6.23.0",
|
||||
"babel-cli": "^6.24.1",
|
||||
@@ -53,22 +33,7 @@
|
||||
"pre-commit": "^1.0.7",
|
||||
"react": "^15.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mridgway/hoist-non-react-statics#readme",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "index.js",
|
||||
"name": "hoist-non-react-statics",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mridgway/hoist-non-react-statics.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
|
||||
"lint": "eslint ./index.js",
|
||||
"test": "mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "2.3.1"
|
||||
]
|
||||
}
|
||||
|
167
goTorrentWebUI/node_modules/material-ui-icons/node_modules/iconv-lite/package.json
generated
vendored
167
goTorrentWebUI/node_modules/material-ui-icons/node_modules/iconv-lite/package.json
generated
vendored
@@ -1,126 +1,57 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"iconv-lite@0.4.19",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "iconv-lite@0.4.19",
|
||||
"_id": "iconv-lite@0.4.19",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
|
||||
"_location": "/material-ui-icons/iconv-lite",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "iconv-lite@0.4.19",
|
||||
"name": "iconv-lite",
|
||||
"escapedName": "iconv-lite",
|
||||
"rawSpec": "0.4.19",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.19"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/encoding"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
||||
"_spec": "0.4.19",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Alexander Shtuchkin",
|
||||
"email": "ashtuchkin@gmail.com"
|
||||
},
|
||||
"browser": {
|
||||
"./extend-node": false,
|
||||
"./streams": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jinwu Zhan",
|
||||
"url": "https://github.com/jenkinv"
|
||||
"description": "Convert character encodings in pure javascript.",
|
||||
"version": "0.4.19",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"iconv",
|
||||
"convert",
|
||||
"charset",
|
||||
"icu"
|
||||
],
|
||||
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
|
||||
"contributors": [
|
||||
"Jinwu Zhan (https://github.com/jenkinv)",
|
||||
"Adamansky Anton (https://github.com/adamansky)",
|
||||
"George Stagas (https://github.com/stagas)",
|
||||
"Mike D Pilsbury (https://github.com/pekim)",
|
||||
"Niggler (https://github.com/Niggler)",
|
||||
"wychi (https://github.com/wychi)",
|
||||
"David Kuo (https://github.com/david50407)",
|
||||
"ChangZhuo Chen (https://github.com/czchen)",
|
||||
"Lee Treveil (https://github.com/leetreveil)",
|
||||
"Brian White (https://github.com/mscdex)",
|
||||
"Mithgol (https://github.com/Mithgol)",
|
||||
"Nazar Leush (https://github.com/nleush)"
|
||||
],
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"homepage": "https://github.com/ashtuchkin/iconv-lite",
|
||||
"bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ashtuchkin/iconv-lite.git"
|
||||
},
|
||||
{
|
||||
"name": "Adamansky Anton",
|
||||
"url": "https://github.com/adamansky"
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
{
|
||||
"name": "George Stagas",
|
||||
"url": "https://github.com/stagas"
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha -- --grep .",
|
||||
"coverage-open": "open coverage/lcov-report/index.html",
|
||||
"test": "mocha --reporter spec --grep ."
|
||||
},
|
||||
{
|
||||
"name": "Mike D Pilsbury",
|
||||
"url": "https://github.com/pekim"
|
||||
"browser": {
|
||||
"./extend-node": false,
|
||||
"./streams": false
|
||||
},
|
||||
{
|
||||
"name": "Niggler",
|
||||
"url": "https://github.com/Niggler"
|
||||
},
|
||||
{
|
||||
"name": "wychi",
|
||||
"url": "https://github.com/wychi"
|
||||
},
|
||||
{
|
||||
"name": "David Kuo",
|
||||
"url": "https://github.com/david50407"
|
||||
},
|
||||
{
|
||||
"name": "ChangZhuo Chen",
|
||||
"url": "https://github.com/czchen"
|
||||
},
|
||||
{
|
||||
"name": "Lee Treveil",
|
||||
"url": "https://github.com/leetreveil"
|
||||
},
|
||||
{
|
||||
"name": "Brian White",
|
||||
"url": "https://github.com/mscdex"
|
||||
},
|
||||
{
|
||||
"name": "Mithgol",
|
||||
"url": "https://github.com/Mithgol"
|
||||
},
|
||||
{
|
||||
"name": "Nazar Leush",
|
||||
"url": "https://github.com/nleush"
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"request": "*",
|
||||
"unorm": "*",
|
||||
"errto": "*",
|
||||
"async": "*",
|
||||
"istanbul": "*",
|
||||
"semver": "*",
|
||||
"iconv": "*"
|
||||
}
|
||||
],
|
||||
"description": "Convert character encodings in pure javascript.",
|
||||
"devDependencies": {
|
||||
"async": "*",
|
||||
"errto": "*",
|
||||
"iconv": "*",
|
||||
"istanbul": "*",
|
||||
"mocha": "*",
|
||||
"request": "*",
|
||||
"semver": "*",
|
||||
"unorm": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/ashtuchkin/iconv-lite",
|
||||
"keywords": [
|
||||
"iconv",
|
||||
"convert",
|
||||
"charset",
|
||||
"icu"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "iconv-lite",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ashtuchkin/iconv-lite.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha -- --grep .",
|
||||
"coverage-open": "open coverage/lcov-report/index.html",
|
||||
"test": "mocha --reporter spec --grep ."
|
||||
},
|
||||
"typings": "./lib/index.d.ts",
|
||||
"version": "0.4.19"
|
||||
}
|
||||
|
61
goTorrentWebUI/node_modules/material-ui-icons/node_modules/is-stream/package.json
generated
vendored
61
goTorrentWebUI/node_modules/material-ui-icons/node_modules/is-stream/package.json
generated
vendored
@@ -1,53 +1,23 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-stream@1.1.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "is-stream@1.1.0",
|
||||
"_id": "is-stream@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
|
||||
"_location": "/material-ui-icons/is-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-stream@1.1.0",
|
||||
"name": "is-stream",
|
||||
"escapedName": "is-stream",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/node-fetch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "is-stream",
|
||||
"version": "1.1.0",
|
||||
"description": "Check if something is a Node.js stream",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-stream",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/is-stream/issues"
|
||||
},
|
||||
"description": "Check if something is a Node.js stream",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"tempfile": "^1.1.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/is-stream#readme",
|
||||
"keywords": [
|
||||
"stream",
|
||||
"type",
|
||||
@@ -60,14 +30,9 @@
|
||||
"detect",
|
||||
"is"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "is-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/is-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"tempfile": "^1.1.0",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
|
63
goTorrentWebUI/node_modules/material-ui-icons/node_modules/isomorphic-fetch/package.json
generated
vendored
63
goTorrentWebUI/node_modules/material-ui-icons/node_modules/isomorphic-fetch/package.json
generated
vendored
@@ -1,45 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"isomorphic-fetch@2.2.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "isomorphic-fetch@2.2.1",
|
||||
"_id": "isomorphic-fetch@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
|
||||
"_location": "/material-ui-icons/isomorphic-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "isomorphic-fetch@2.2.1",
|
||||
"name": "isomorphic-fetch",
|
||||
"escapedName": "isomorphic-fetch",
|
||||
"rawSpec": "2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
|
||||
"_spec": "2.2.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Matt Andrews",
|
||||
"email": "matt@mattandre.ws"
|
||||
},
|
||||
"name": "isomorphic-fetch",
|
||||
"version": "2.2.1",
|
||||
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
|
||||
"browser": "fetch-npm-browserify.js",
|
||||
"main": "fetch-npm-node.js",
|
||||
"scripts": {
|
||||
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
|
||||
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matthew-andrews/isomorphic-fetch.git"
|
||||
},
|
||||
"author": "Matt Andrews <matt@mattandre.ws>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
|
||||
},
|
||||
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
|
||||
"dependencies": {
|
||||
"node-fetch": "^1.0.1",
|
||||
"whatwg-fetch": ">=0.10.0"
|
||||
},
|
||||
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"es6-promise": "^2.0.1",
|
||||
@@ -48,18 +30,5 @@
|
||||
"mocha": "^2.1.0",
|
||||
"nock": "^0.56.0",
|
||||
"npm-prepublish": "^1.0.2"
|
||||
},
|
||||
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
|
||||
"license": "MIT",
|
||||
"main": "fetch-npm-node.js",
|
||||
"name": "isomorphic-fetch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
|
||||
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
}
|
||||
|
71
goTorrentWebUI/node_modules/material-ui-icons/node_modules/js-tokens/package.json
generated
vendored
71
goTorrentWebUI/node_modules/material-ui-icons/node_modules/js-tokens/package.json
generated
vendored
@@ -1,49 +1,9 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"js-tokens@3.0.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "js-tokens@3.0.2",
|
||||
"_id": "js-tokens@3.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
|
||||
"_location": "/material-ui-icons/js-tokens",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "js-tokens@3.0.2",
|
||||
"name": "js-tokens",
|
||||
"escapedName": "js-tokens",
|
||||
"rawSpec": "3.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/loose-envify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
|
||||
"_spec": "3.0.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Simon Lydell"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lydell/js-tokens/issues"
|
||||
},
|
||||
"name": "js-tokens",
|
||||
"version": "3.0.2",
|
||||
"author": "Simon Lydell",
|
||||
"license": "MIT",
|
||||
"description": "A regex that tokenizes JavaScript.",
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.12.6",
|
||||
"esprima": "^4.0.0",
|
||||
"everything.js": "^1.0.3",
|
||||
"mocha": "^3.4.2"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/lydell/js-tokens#readme",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
"js",
|
||||
@@ -51,17 +11,20 @@
|
||||
"tokenize",
|
||||
"regex"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "js-tokens",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lydell/js-tokens.git"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": "lydell/js-tokens",
|
||||
"scripts": {
|
||||
"build": "node generate-index.js",
|
||||
"dev": "npm run build && npm test",
|
||||
"test": "mocha --ui tdd",
|
||||
"esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
|
||||
"test": "mocha --ui tdd"
|
||||
"build": "node generate-index.js",
|
||||
"dev": "npm run build && npm test"
|
||||
},
|
||||
"version": "3.0.2"
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.12.6",
|
||||
"esprima": "^4.0.0",
|
||||
"everything.js": "^1.0.3",
|
||||
"mocha": "^3.4.2"
|
||||
}
|
||||
}
|
||||
|
64
goTorrentWebUI/node_modules/material-ui-icons/node_modules/loose-envify/package.json
generated
vendored
64
goTorrentWebUI/node_modules/material-ui-icons/node_modules/loose-envify/package.json
generated
vendored
@@ -1,52 +1,7 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"loose-envify@1.3.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "loose-envify@1.3.1",
|
||||
"_id": "loose-envify@1.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
|
||||
"_location": "/material-ui-icons/loose-envify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "loose-envify@1.3.1",
|
||||
"name": "loose-envify",
|
||||
"escapedName": "loose-envify",
|
||||
"rawSpec": "1.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
|
||||
"_spec": "1.3.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Andres Suarez",
|
||||
"email": "zertosh@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"loose-envify": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/zertosh/loose-envify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-tokens": "^3.0.0"
|
||||
},
|
||||
"name": "loose-envify",
|
||||
"version": "1.3.1",
|
||||
"description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
|
||||
"devDependencies": {
|
||||
"browserify": "^13.1.1",
|
||||
"envify": "^3.4.0",
|
||||
"tap": "^8.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/zertosh/loose-envify",
|
||||
"keywords": [
|
||||
"environment",
|
||||
"variables",
|
||||
@@ -56,9 +11,13 @@
|
||||
"source",
|
||||
"configuration"
|
||||
],
|
||||
"homepage": "https://github.com/zertosh/loose-envify",
|
||||
"license": "MIT",
|
||||
"author": "Andres Suarez <zertosh@gmail.com>",
|
||||
"main": "index.js",
|
||||
"name": "loose-envify",
|
||||
"bin": {
|
||||
"loose-envify": "cli.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/zertosh/loose-envify.git"
|
||||
@@ -66,5 +25,12 @@
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "1.3.1"
|
||||
"dependencies": {
|
||||
"js-tokens": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^13.1.1",
|
||||
"envify": "^3.4.0",
|
||||
"tap": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
76
goTorrentWebUI/node_modules/material-ui-icons/node_modules/node-fetch/package.json
generated
vendored
76
goTorrentWebUI/node_modules/material-ui-icons/node_modules/node-fetch/package.json
generated
vendored
@@ -1,43 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-fetch@1.7.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "node-fetch@1.7.3",
|
||||
"_id": "node-fetch@1.7.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
|
||||
"_location": "/material-ui-icons/node-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node-fetch@1.7.3",
|
||||
"name": "node-fetch",
|
||||
"escapedName": "node-fetch",
|
||||
"rawSpec": "1.7.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.7.3"
|
||||
"name": "node-fetch",
|
||||
"version": "1.7.3",
|
||||
"description": "A light-weight module that brings window.fetch to node.js and io.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js",
|
||||
"report": "istanbul cover _mocha -- -R spec test/test.js",
|
||||
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/isomorphic-fetch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
|
||||
"_spec": "1.7.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "David Frank"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bitinn/node-fetch.git"
|
||||
},
|
||||
"keywords": [
|
||||
"fetch",
|
||||
"http",
|
||||
"promise"
|
||||
],
|
||||
"author": "David Frank",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitinn/node-fetch/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"encoding": "^0.1.11",
|
||||
"is-stream": "^1.0.1"
|
||||
},
|
||||
"description": "A light-weight module that brings window.fetch to node.js and io.js",
|
||||
"homepage": "https://github.com/bitinn/node-fetch",
|
||||
"devDependencies": {
|
||||
"bluebird": "^3.3.4",
|
||||
"chai": "^3.5.0",
|
||||
@@ -50,23 +35,8 @@
|
||||
"promise": "^7.1.1",
|
||||
"resumer": "0.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/bitinn/node-fetch",
|
||||
"keywords": [
|
||||
"fetch",
|
||||
"http",
|
||||
"promise"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "node-fetch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bitinn/node-fetch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov",
|
||||
"report": "istanbul cover _mocha -- -R spec test/test.js",
|
||||
"test": "mocha test/test.js"
|
||||
},
|
||||
"version": "1.7.3"
|
||||
"dependencies": {
|
||||
"encoding": "^0.1.11",
|
||||
"is-stream": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
65
goTorrentWebUI/node_modules/material-ui-icons/node_modules/object-assign/package.json
generated
vendored
65
goTorrentWebUI/node_modules/material-ui-icons/node_modules/object-assign/package.json
generated
vendored
@@ -1,54 +1,24 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"object-assign@4.1.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "object-assign@4.1.1",
|
||||
"_id": "object-assign@4.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
|
||||
"_location": "/material-ui-icons/object-assign",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "object-assign@4.1.1",
|
||||
"name": "object-assign",
|
||||
"escapedName": "object-assign",
|
||||
"rawSpec": "4.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
||||
"_spec": "4.1.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "object-assign",
|
||||
"version": "4.1.1",
|
||||
"description": "ES2015 `Object.assign()` ponyfill",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/object-assign",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/object-assign/issues"
|
||||
},
|
||||
"description": "ES2015 `Object.assign()` ponyfill",
|
||||
"devDependencies": {
|
||||
"ava": "^0.16.0",
|
||||
"lodash": "^4.16.4",
|
||||
"matcha": "^0.7.0",
|
||||
"xo": "^0.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava",
|
||||
"bench": "matcha bench.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/object-assign#readme",
|
||||
"keywords": [
|
||||
"object",
|
||||
"assign",
|
||||
@@ -63,15 +33,10 @@
|
||||
"shim",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "object-assign",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/object-assign.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "matcha bench.js",
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "4.1.1"
|
||||
"devDependencies": {
|
||||
"ava": "^0.16.0",
|
||||
"lodash": "^4.16.4",
|
||||
"matcha": "^0.7.0",
|
||||
"xo": "^0.16.0"
|
||||
}
|
||||
}
|
||||
|
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/promise/package.json
generated
vendored
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/promise/package.json
generated
vendored
@@ -1,42 +1,26 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"promise@7.3.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "promise@7.3.1",
|
||||
"_id": "promise@7.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
|
||||
"_location": "/material-ui-icons/promise",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "promise@7.3.1",
|
||||
"name": "promise",
|
||||
"escapedName": "promise",
|
||||
"rawSpec": "7.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
|
||||
"_spec": "7.3.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/then/promise/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"asap": "~2.0.3"
|
||||
},
|
||||
"name": "promise",
|
||||
"version": "7.3.1",
|
||||
"description": "Bare bones Promises/A+ implementation",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepublish": "node build",
|
||||
"pretest": "node build",
|
||||
"pretest-resolve": "node build",
|
||||
"pretest-extensions": "node build",
|
||||
"pretest-memory-leak": "node build",
|
||||
"test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
|
||||
"test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999",
|
||||
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
|
||||
"test-memory-leak": "node --expose-gc test/memory-leak.js",
|
||||
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/then/promise.git"
|
||||
},
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"acorn": "^1.0.1",
|
||||
"better-assert": "*",
|
||||
@@ -45,25 +29,7 @@
|
||||
"promises-aplus-tests": "*",
|
||||
"rimraf": "^2.3.2"
|
||||
},
|
||||
"homepage": "https://github.com/then/promise#readme",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "promise",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/then/promise.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
|
||||
"prepublish": "node build",
|
||||
"pretest": "node build",
|
||||
"pretest-extensions": "node build",
|
||||
"pretest-memory-leak": "node build",
|
||||
"pretest-resolve": "node build",
|
||||
"test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
|
||||
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
|
||||
"test-memory-leak": "node --expose-gc test/memory-leak.js",
|
||||
"test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
|
||||
},
|
||||
"version": "7.3.1"
|
||||
}
|
||||
"dependencies": {
|
||||
"asap": "~2.0.3"
|
||||
}
|
||||
}
|
63
goTorrentWebUI/node_modules/material-ui-icons/node_modules/recompose/package.json
generated
vendored
63
goTorrentWebUI/node_modules/material-ui-icons/node_modules/recompose/package.json
generated
vendored
@@ -1,47 +1,17 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"recompose@0.26.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "recompose@0.26.0",
|
||||
"_id": "recompose@0.26.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KwOu6ztO0mN5vy3+zDcc45lgnaUoaQse/a5yLVqtzTK13czSWnFGmXbQVmnoMgDkI5POd1EwIKSbjU1V7xdZog==",
|
||||
"_location": "/material-ui-icons/recompose",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "recompose@0.26.0",
|
||||
"name": "recompose",
|
||||
"escapedName": "recompose",
|
||||
"rawSpec": "0.26.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.26.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/recompose/-/recompose-0.26.0.tgz",
|
||||
"_spec": "0.26.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Andrew Clark",
|
||||
"email": "acdlite@me.com"
|
||||
"name": "recompose",
|
||||
"version": "0.26.0",
|
||||
"author": "Andrew Clark <acdlite@me.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/acdlite/recompose.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/acdlite/recompose/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"change-emitter": "^0.1.2",
|
||||
"fbjs": "^0.8.1",
|
||||
"hoist-non-react-statics": "^2.3.1",
|
||||
"symbol-observable": "^1.0.4"
|
||||
},
|
||||
"description": "A React utility belt for function components and higher-order components",
|
||||
"homepage": "https://github.com/acdlite/recompose",
|
||||
"description": "A React utility belt for function components and higher-order components",
|
||||
"keywords": [
|
||||
"react",
|
||||
"higher-order",
|
||||
@@ -51,16 +21,15 @@
|
||||
"utilities",
|
||||
"composition"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "cjs/Recompose.js",
|
||||
"module": "es/Recompose.js",
|
||||
"name": "recompose",
|
||||
"dependencies": {
|
||||
"change-emitter": "^0.1.2",
|
||||
"fbjs": "^0.8.1",
|
||||
"hoist-non-react-statics": "^2.3.1",
|
||||
"symbol-observable": "^1.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/acdlite/recompose.git"
|
||||
},
|
||||
"version": "0.26.0"
|
||||
}
|
||||
}
|
||||
}
|
97
goTorrentWebUI/node_modules/material-ui-icons/node_modules/setimmediate/package.json
generated
vendored
97
goTorrentWebUI/node_modules/material-ui-icons/node_modules/setimmediate/package.json
generated
vendored
@@ -1,77 +1,30 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"setimmediate@1.0.5",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "setimmediate@1.0.5",
|
||||
"_id": "setimmediate@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
|
||||
"_location": "/material-ui-icons/setimmediate",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "setimmediate@1.0.5",
|
||||
"name": "setimmediate",
|
||||
"escapedName": "setimmediate",
|
||||
"rawSpec": "1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
||||
"_spec": "1.0.5",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "YuzuJS"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/YuzuJS/setImmediate/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Domenic Denicola",
|
||||
"email": "d@domenic.me",
|
||||
"url": "https://domenic.me"
|
||||
"description": "A shim for the setImmediate efficient script yielding API",
|
||||
"version": "1.0.5",
|
||||
"author": "YuzuJS",
|
||||
"contributors": [
|
||||
"Domenic Denicola <d@domenic.me> (https://domenic.me)",
|
||||
"Donavon West <github@donavon.com> (http://donavon.com)",
|
||||
"Yaffle"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": "YuzuJS/setImmediate",
|
||||
"main": "setImmediate.js",
|
||||
"files": [
|
||||
"setImmediate.js"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "jshint setImmediate.js",
|
||||
"test": "mocha test/tests.js",
|
||||
"test-browser": "opener http://localhost:9008/__zuul && zuul test/tests.js --ui mocha-bdd --local 9008",
|
||||
"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
|
||||
},
|
||||
{
|
||||
"name": "Donavon West",
|
||||
"email": "github@donavon.com",
|
||||
"url": "http://donavon.com"
|
||||
},
|
||||
{
|
||||
"name": "Yaffle"
|
||||
"devDependencies": {
|
||||
"jshint": "^2.5.0",
|
||||
"mocha": "~1.18.2",
|
||||
"http-server": "~0.6.1",
|
||||
"opener": "^1.3",
|
||||
"zuul": "^1.6.4"
|
||||
}
|
||||
],
|
||||
"description": "A shim for the setImmediate efficient script yielding API",
|
||||
"devDependencies": {
|
||||
"http-server": "~0.6.1",
|
||||
"jshint": "^2.5.0",
|
||||
"mocha": "~1.18.2",
|
||||
"opener": "^1.3",
|
||||
"zuul": "^1.6.4"
|
||||
},
|
||||
"files": [
|
||||
"setImmediate.js"
|
||||
],
|
||||
"homepage": "https://github.com/YuzuJS/setImmediate#readme",
|
||||
"license": "MIT",
|
||||
"main": "setImmediate.js",
|
||||
"name": "setimmediate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/YuzuJS/setImmediate.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint setImmediate.js",
|
||||
"test": "mocha test/tests.js",
|
||||
"test-browser": "opener http://localhost:9008/__zuul && zuul test/tests.js --ui mocha-bdd --local 9008",
|
||||
"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
|
@@ -1,52 +1,21 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"symbol-observable@1.0.4",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "symbol-observable@1.0.4",
|
||||
"_id": "symbol-observable@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0=",
|
||||
"_location": "/material-ui-icons/symbol-observable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "symbol-observable@1.0.4",
|
||||
"name": "symbol-observable",
|
||||
"escapedName": "symbol-observable",
|
||||
"rawSpec": "1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.4.tgz",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "symbol-observable",
|
||||
"version": "1.0.4",
|
||||
"description": "Symbol.observable ponyfill",
|
||||
"license": "MIT",
|
||||
"repository": "blesh/symbol-observable",
|
||||
"author": {
|
||||
"name": "Ben Lesh",
|
||||
"email": "ben@benlesh.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/blesh/symbol-observable/issues"
|
||||
},
|
||||
"description": "Symbol.observable ponyfill",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es3": "^1.0.0",
|
||||
"chai": "^3.5.0",
|
||||
"check-es3-syntax-cli": "^0.1.0",
|
||||
"mocha": "^2.4.5",
|
||||
"typescript": "^1.8.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill",
|
||||
"build": "babel es --out-dir lib",
|
||||
"prepublish": "npm test"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"ponyfill.js",
|
||||
@@ -56,8 +25,8 @@
|
||||
"lib/index.js",
|
||||
"lib/ponyfill.js"
|
||||
],
|
||||
"homepage": "https://github.com/blesh/symbol-observable#readme",
|
||||
"jsnext:main": "es/index.js",
|
||||
"typings": "index.d.ts",
|
||||
"keywords": [
|
||||
"symbol",
|
||||
"observable",
|
||||
@@ -66,17 +35,13 @@
|
||||
"polyfill",
|
||||
"shim"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "symbol-observable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/blesh/symbol-observable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel es --out-dir lib",
|
||||
"prepublish": "npm test",
|
||||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
|
||||
},
|
||||
"typings": "index.d.ts",
|
||||
"version": "1.0.4"
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es3": "^1.0.0",
|
||||
"chai": "^3.5.0",
|
||||
"check-es3-syntax-cli": "^0.1.0",
|
||||
"mocha": "^2.4.5",
|
||||
"typescript": "^1.8.10"
|
||||
}
|
||||
}
|
||||
|
395
goTorrentWebUI/node_modules/material-ui-icons/node_modules/ua-parser-js/package.json
generated
vendored
395
goTorrentWebUI/node_modules/material-ui-icons/node_modules/ua-parser-js/package.json
generated
vendored
@@ -1,297 +1,9 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"ua-parser-js@0.7.17",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "ua-parser-js@0.7.17",
|
||||
"_id": "ua-parser-js@0.7.17",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uRdSdu1oA1rncCQL7sCj8vSyZkgtL7faaw9Tc9rZ3mGgraQ7+Pdx7w5mnOSF3gw9ZNG6oc+KXfkon3bKuROm0g==",
|
||||
"_location": "/material-ui-icons/ua-parser-js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "ua-parser-js@0.7.17",
|
||||
"name": "ua-parser-js",
|
||||
"escapedName": "ua-parser-js",
|
||||
"rawSpec": "0.7.17",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.7.17"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz",
|
||||
"_spec": "0.7.17",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Faisal Salman",
|
||||
"email": "f@faisalman.com",
|
||||
"url": "http://faisalman.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/faisalman/ua-parser-js/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Aamir Poonawalla",
|
||||
"email": "aamir@urx.com"
|
||||
},
|
||||
{
|
||||
"name": "Admas",
|
||||
"email": "mollases@users.noreply.github.com"
|
||||
},
|
||||
{
|
||||
"name": "algenon",
|
||||
"email": "m@antonz.ru"
|
||||
},
|
||||
{
|
||||
"name": "Andrea Vaghi",
|
||||
"email": "andrea.vaghi@jobrapido.com"
|
||||
},
|
||||
{
|
||||
"name": "Anton Zhiyanov",
|
||||
"email": "m@antonz.ru"
|
||||
},
|
||||
{
|
||||
"name": "Austin Pray",
|
||||
"email": "austin@austinpray.com"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin Bertrand",
|
||||
"email": "bertrand.design@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "boneyao",
|
||||
"email": "admin@boneyao.com"
|
||||
},
|
||||
{
|
||||
"name": "Carl C Von Lewin",
|
||||
"email": "carlchristianlewin@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "CESAR RAMOS",
|
||||
"email": "c@imagenproactiva.com"
|
||||
},
|
||||
{
|
||||
"name": "Christopher De Cairos",
|
||||
"email": "chris.decairos@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Davit Barbakadze",
|
||||
"email": "jayarjo@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "ddivernois",
|
||||
"email": "david-emmanuel.divernois@amadeus.com"
|
||||
},
|
||||
{
|
||||
"name": "Demis Palma",
|
||||
"email": "demis.palma@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Dmitry Tyschenko",
|
||||
"email": "dtyschenko@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Douglas Li",
|
||||
"email": "doug@knotch.it"
|
||||
},
|
||||
{
|
||||
"name": "Dumitru Uzun",
|
||||
"email": "contact@duzun.me"
|
||||
},
|
||||
{
|
||||
"name": "Erik Hesselink",
|
||||
"email": "hesselink@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Fabian Becker",
|
||||
"email": "halfdan@xnorfz.de"
|
||||
},
|
||||
{
|
||||
"name": "Faisal Salman",
|
||||
"email": "fyzlman@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Frédéric Camblor",
|
||||
"email": "fcamblor@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Grigory Dmitrenko",
|
||||
"email": "grigory@snsk.ru"
|
||||
},
|
||||
{
|
||||
"name": "Hendrik Helwich",
|
||||
"email": "h.helwich@iplabs.de"
|
||||
},
|
||||
{
|
||||
"name": "jackpoll",
|
||||
"email": "jackpoll123456@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jake Mc",
|
||||
"email": "startswithaj@users.noreply.github.com"
|
||||
},
|
||||
{
|
||||
"name": "John Tantalo",
|
||||
"email": "john.tantalo@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "John Yanarella",
|
||||
"email": "jmy@codecatalyst.com"
|
||||
},
|
||||
{
|
||||
"name": "Jon Buckley",
|
||||
"email": "jon@jbuckley.ca"
|
||||
},
|
||||
{
|
||||
"name": "Kendall Buchanan",
|
||||
"email": "kendall@kendagriff.com"
|
||||
},
|
||||
{
|
||||
"name": "Lee Treveil",
|
||||
"email": "leetreveil@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "leonardo",
|
||||
"email": "leofiore@libero.it"
|
||||
},
|
||||
{
|
||||
"name": "Levente Balogh",
|
||||
"email": "noreply@github.com"
|
||||
},
|
||||
{
|
||||
"name": "Liam Quinn",
|
||||
"email": "lquinn@blackberry.com"
|
||||
},
|
||||
{
|
||||
"name": "Lithin",
|
||||
"email": "lithin@webklipper.com"
|
||||
},
|
||||
{
|
||||
"name": "Lukas Eipert",
|
||||
"email": "leipert@users.noreply.github.com"
|
||||
},
|
||||
{
|
||||
"name": "Malash",
|
||||
"email": "i@malash.me"
|
||||
},
|
||||
{
|
||||
"name": "Martynas",
|
||||
"email": "noreply@github.com"
|
||||
},
|
||||
{
|
||||
"name": "Maximilian Haupt",
|
||||
"email": "mail@maximilianhaupt.com"
|
||||
},
|
||||
{
|
||||
"name": "Max Maurer",
|
||||
"email": "maxemanuel.maurer@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Michael Hess",
|
||||
"email": "mhess@connectify.me"
|
||||
},
|
||||
{
|
||||
"name": "naoh",
|
||||
"email": "noreply@github.com"
|
||||
},
|
||||
{
|
||||
"name": "Nik Rolls",
|
||||
"email": "nik@rolls.cc"
|
||||
},
|
||||
{
|
||||
"name": "niris",
|
||||
"email": "nirisix@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "otakuSiD",
|
||||
"email": "otakusid@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Peter Dave Hello",
|
||||
"email": "PeterDaveHello@users.noreply.github.com"
|
||||
},
|
||||
{
|
||||
"name": "philippsimon",
|
||||
"email": "github@philippsimon.de"
|
||||
},
|
||||
{
|
||||
"name": "Pieter Hendrickx",
|
||||
"email": "pieter.hendrickx@belfius.be"
|
||||
},
|
||||
{
|
||||
"name": "Robert Tod",
|
||||
"email": "robert@qubit.com"
|
||||
},
|
||||
{
|
||||
"name": "Ross Noble",
|
||||
"email": "rosshnoble@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Sandro Sonntag",
|
||||
"email": "sandro.sonntag@adorsys.de"
|
||||
},
|
||||
{
|
||||
"name": "sgautrea",
|
||||
"email": "shanegautreau@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Shane Gautreau",
|
||||
"email": "sgautrea@opentext.com"
|
||||
},
|
||||
{
|
||||
"name": "Shane Thacker",
|
||||
"email": "shane@steadymade.com"
|
||||
},
|
||||
{
|
||||
"name": "Simon Eisenmann",
|
||||
"email": "simon@longsleep.org"
|
||||
},
|
||||
{
|
||||
"name": "Simon Lang",
|
||||
"email": "me@simonlang.org"
|
||||
},
|
||||
{
|
||||
"name": "Sylvain Gizard",
|
||||
"email": "sylvain.gizard@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "szchenghuang",
|
||||
"email": "szchenghuang@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Vadim Kurachevsky",
|
||||
"email": "vadim@hmvs.org"
|
||||
},
|
||||
{
|
||||
"name": "Yun Young-jin",
|
||||
"email": "yupmin@yupmin-office-macmini.local"
|
||||
}
|
||||
],
|
||||
"demo": "https://faisalman.github.io/ua-parser-js",
|
||||
"title": "UAParser.js",
|
||||
"name": "ua-parser-js",
|
||||
"version": "0.7.17",
|
||||
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
|
||||
"description": "Lightweight JavaScript-based user-agent string parser",
|
||||
"devDependencies": {
|
||||
"jshint": "~1.1.0",
|
||||
"mocha": "~1.8.0",
|
||||
"requirejs": "^2.3.2",
|
||||
"uglify-js": "~2.7.5",
|
||||
"verup": "^1.3.x"
|
||||
},
|
||||
"directories": {
|
||||
"dist": "dist",
|
||||
"src": "src",
|
||||
"test": "test"
|
||||
},
|
||||
"download": "https://raw.github.com/faisalman/ua-parser-js/master/dist/ua-parser.min.js",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "http://github.com/faisalman/ua-parser-js",
|
||||
"keywords": [
|
||||
"user-agent",
|
||||
"parser",
|
||||
@@ -303,21 +15,75 @@
|
||||
"jquery-plugin",
|
||||
"ecosystem:jquery"
|
||||
],
|
||||
"license": "(GPL-2.0 OR MIT)",
|
||||
"homepage": "http://github.com/faisalman/ua-parser-js",
|
||||
"contributors": [
|
||||
"Aamir Poonawalla <aamir@urx.com>",
|
||||
"Admas <mollases@users.noreply.github.com>",
|
||||
"algenon <m@antonz.ru>",
|
||||
"Andrea Vaghi <andrea.vaghi@jobrapido.com>",
|
||||
"Anton Zhiyanov <m@antonz.ru>",
|
||||
"Austin Pray <austin@austinpray.com>",
|
||||
"Benjamin Bertrand <bertrand.design@gmail.com>",
|
||||
"boneyao <admin@boneyao.com>",
|
||||
"Carl C Von Lewin <carlchristianlewin@gmail.com>",
|
||||
"CESAR RAMOS <c@imagenproactiva.com>",
|
||||
"Christopher De Cairos <chris.decairos@gmail.com>",
|
||||
"Davit Barbakadze <jayarjo@gmail.com>",
|
||||
"ddivernois <david-emmanuel.divernois@amadeus.com>",
|
||||
"Demis Palma <demis.palma@gmail.com>",
|
||||
"Dmitry Tyschenko <dtyschenko@gmail.com>",
|
||||
"Douglas Li <doug@knotch.it>",
|
||||
"Dumitru Uzun <contact@duzun.me>",
|
||||
"Erik Hesselink <hesselink@gmail.com>",
|
||||
"Fabian Becker <halfdan@xnorfz.de>",
|
||||
"Faisal Salman <fyzlman@gmail.com>",
|
||||
"Frédéric Camblor <fcamblor@gmail.com>",
|
||||
"Grigory Dmitrenko <grigory@snsk.ru>",
|
||||
"Hendrik Helwich <h.helwich@iplabs.de>",
|
||||
"jackpoll <jackpoll123456@gmail.com>",
|
||||
"Jake Mc <startswithaj@users.noreply.github.com>",
|
||||
"John Tantalo <john.tantalo@gmail.com>",
|
||||
"John Yanarella <jmy@codecatalyst.com>",
|
||||
"Jon Buckley <jon@jbuckley.ca>",
|
||||
"Kendall Buchanan <kendall@kendagriff.com>",
|
||||
"Lee Treveil <leetreveil@gmail.com>",
|
||||
"leonardo <leofiore@libero.it>",
|
||||
"Levente Balogh <noreply@github.com>",
|
||||
"Liam Quinn <lquinn@blackberry.com>",
|
||||
"Lithin <lithin@webklipper.com>",
|
||||
"Lukas Eipert <leipert@users.noreply.github.com>",
|
||||
"Malash <i@malash.me>",
|
||||
"Martynas <noreply@github.com>",
|
||||
"Maximilian Haupt <mail@maximilianhaupt.com>",
|
||||
"Max Maurer <maxemanuel.maurer@gmail.com>",
|
||||
"Michael Hess <mhess@connectify.me>",
|
||||
"naoh <noreply@github.com>",
|
||||
"Nik Rolls <nik@rolls.cc>",
|
||||
"niris <nirisix@gmail.com>",
|
||||
"otakuSiD <otakusid@gmail.com>",
|
||||
"Peter Dave Hello <PeterDaveHello@users.noreply.github.com>",
|
||||
"philippsimon <github@philippsimon.de>",
|
||||
"Pieter Hendrickx <pieter.hendrickx@belfius.be>",
|
||||
"Robert Tod <robert@qubit.com>",
|
||||
"Ross Noble <rosshnoble@gmail.com>",
|
||||
"Sandro Sonntag <sandro.sonntag@adorsys.de>",
|
||||
"sgautrea <shanegautreau@gmail.com>",
|
||||
"Shane Gautreau <sgautrea@opentext.com>",
|
||||
"Shane Thacker <shane@steadymade.com>",
|
||||
"Simon Eisenmann <simon@longsleep.org>",
|
||||
"Simon Lang <me@simonlang.org>",
|
||||
"Sylvain Gizard <sylvain.gizard@gmail.com>",
|
||||
"szchenghuang <szchenghuang@gmail.com>",
|
||||
"Vadim Kurachevsky <vadim@hmvs.org>",
|
||||
"Yun Young-jin <yupmin@yupmin-office-macmini.local>"
|
||||
],
|
||||
"main": "src/ua-parser.js",
|
||||
"name": "ua-parser-js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/faisalman/ua-parser-js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "uglifyjs src/ua-parser.js -o dist/ua-parser.min.js --comments '/UAParser\\.js/' && uglifyjs src/ua-parser.js -o dist/ua-parser.pack.js --comments '/UAParser\\.js/' --compress --mangle",
|
||||
"test": "jshint src/ua-parser.js && mocha -R nyan test/test.js",
|
||||
"version": "node ./node_modules/verup 0",
|
||||
"verup": "node ./node_modules/verup"
|
||||
"verup": "node ./node_modules/verup",
|
||||
"version": "node ./node_modules/verup 0"
|
||||
},
|
||||
"title": "UAParser.js",
|
||||
"version": "0.7.17",
|
||||
"verup": {
|
||||
"files": [
|
||||
"bower.json",
|
||||
@@ -328,5 +94,28 @@
|
||||
"^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})",
|
||||
"^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
|
||||
]
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "~1.1.0",
|
||||
"mocha": "~1.8.0",
|
||||
"requirejs": "^2.3.2",
|
||||
"uglify-js": "~2.7.5",
|
||||
"verup": "^1.3.x"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/faisalman/ua-parser-js.git"
|
||||
},
|
||||
"license": "(GPL-2.0 OR MIT)",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"directories": {
|
||||
"dist": "dist",
|
||||
"src": "src",
|
||||
"test": "test"
|
||||
},
|
||||
"bugs": "https://github.com/faisalman/ua-parser-js/issues",
|
||||
"demo": "https://faisalman.github.io/ua-parser-js",
|
||||
"download": "https://raw.github.com/faisalman/ua-parser-js/master/dist/ua-parser.min.js"
|
||||
}
|
||||
|
47
goTorrentWebUI/node_modules/material-ui-icons/node_modules/whatwg-fetch/package.json
generated
vendored
47
goTorrentWebUI/node_modules/material-ui-icons/node_modules/whatwg-fetch/package.json
generated
vendored
@@ -1,36 +1,10 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"whatwg-fetch@2.0.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "whatwg-fetch@2.0.3",
|
||||
"_id": "whatwg-fetch@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=",
|
||||
"_location": "/material-ui-icons/whatwg-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "whatwg-fetch@2.0.3",
|
||||
"name": "whatwg-fetch",
|
||||
"escapedName": "whatwg-fetch",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/isomorphic-fetch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz",
|
||||
"_spec": "2.0.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"bugs": {
|
||||
"url": "https://github.com/github/fetch/issues"
|
||||
},
|
||||
"name": "whatwg-fetch",
|
||||
"description": "A window.fetch polyfill.",
|
||||
"version": "2.0.3",
|
||||
"main": "fetch.js",
|
||||
"repository": "github/fetch",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"chai": "1.10.0",
|
||||
"jshint": "2.8.0",
|
||||
@@ -43,16 +17,7 @@
|
||||
"LICENSE",
|
||||
"fetch.js"
|
||||
],
|
||||
"homepage": "https://github.com/github/fetch#readme",
|
||||
"license": "MIT",
|
||||
"main": "fetch.js",
|
||||
"name": "whatwg-fetch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/github/fetch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user