adding frontend authentication, starting file priority code
This commit is contained in:
104
goTorrentWebUI/node_modules/material-ui/node_modules/asap/package.json
generated
vendored
104
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
}
|
||||
|
50
goTorrentWebUI/node_modules/material-ui/node_modules/babel-runtime/package.json
generated
vendored
50
goTorrentWebUI/node_modules/material-ui/node_modules/babel-runtime/package.json
generated
vendored
@@ -1,52 +1,16 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-runtime@6.26.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "babel-runtime@6.26.0",
|
||||
"_id": "babel-runtime@6.26.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
||||
"_location": "/material-ui/babel-runtime",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "babel-runtime@6.26.0",
|
||||
"name": "babel-runtime",
|
||||
"escapedName": "babel-runtime",
|
||||
"rawSpec": "6.26.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.26.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/react-event-listener",
|
||||
"/material-ui/react-scrollbar-size"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
||||
"_spec": "6.26.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Sebastian McKenzie",
|
||||
"email": "sebmck@gmail.com"
|
||||
},
|
||||
"name": "babel-runtime",
|
||||
"version": "6.26.0",
|
||||
"description": "babel selfContained runtime",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"dependencies": {
|
||||
"core-js": "^2.4.0",
|
||||
"regenerator-runtime": "^0.11.0"
|
||||
},
|
||||
"description": "babel selfContained runtime",
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.22.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "babel-runtime",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
|
||||
},
|
||||
"version": "6.26.0"
|
||||
}
|
||||
}
|
||||
|
121
goTorrentWebUI/node_modules/material-ui/node_modules/brcast/package.json
generated
vendored
121
goTorrentWebUI/node_modules/material-ui/node_modules/brcast/package.json
generated
vendored
@@ -1,42 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"brcast@3.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "brcast@3.0.1",
|
||||
"_id": "brcast@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eI3yqf9YEqyGl9PCNTR46MGvDylGtaHjalcz6Q3fAPnP/PhpKkkve52vFdfGpwp4VUvK6LUr4TQN+2stCrEwTg==",
|
||||
"_location": "/material-ui/brcast",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "brcast@3.0.1",
|
||||
"name": "brcast",
|
||||
"escapedName": "brcast",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/theming"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/brcast/-/brcast-3.0.1.tgz",
|
||||
"_spec": "3.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "brcast",
|
||||
"amdName": "brcast",
|
||||
"version": "3.0.1",
|
||||
"description": "Tiny data broadcaster with 0 dependencies",
|
||||
"jsnext:main": "dist/brcast.es.js",
|
||||
"module": "dist/brcast.es.js",
|
||||
"main": "dist/brcast.cjs.js",
|
||||
"umd:main": "dist/brcast.umd.js",
|
||||
"scripts": {
|
||||
"bump": "standard-version",
|
||||
"testonly": "jest --coverage",
|
||||
"lint": "standard",
|
||||
"format": "prettier --write --semi false '*.js' && standard --fix",
|
||||
"test": "npm run lint && npm run testonly",
|
||||
"build": "npm-run-all test clean rollup rollup:min size",
|
||||
"clean": "rimraf dist",
|
||||
"rollup": "rollup -c",
|
||||
"rollup:min": "cross-env MINIFY=minify rollup -c",
|
||||
"size": "echo \"Gzipped Size: $(cat dist/brcast.umd.min.js | gzip-size)\"",
|
||||
"precommit": "lint-staged",
|
||||
"release": "npm run build && npm run bump && git push --follow-tags origin master && npm publish"
|
||||
},
|
||||
"repository": "vesparny/brcast",
|
||||
"keywords": [
|
||||
"events",
|
||||
"eventemitter",
|
||||
"pubsub",
|
||||
"broadcast"
|
||||
],
|
||||
"homepage": "https://github.com/vesparny/brcast",
|
||||
"authors": [
|
||||
"Alessandro Arnodo <alessandro@arnodo.net>"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/vesparny/brcast/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Tiny data broadcaster with 0 dependencies",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist",
|
||||
"index.js",
|
||||
"index.spec.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-eslint": "^7.2.2",
|
||||
@@ -56,48 +57,7 @@
|
||||
"standard": "^10.0.2",
|
||||
"standard-version": "^4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"index.js",
|
||||
"index.spec.js"
|
||||
],
|
||||
"homepage": "https://github.com/vesparny/brcast",
|
||||
"jsnext:main": "dist/brcast.es.js",
|
||||
"keywords": [
|
||||
"events",
|
||||
"eventemitter",
|
||||
"pubsub",
|
||||
"broadcast"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"prettier --write --semi false --single-quote",
|
||||
"standard --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "dist/brcast.cjs.js",
|
||||
"module": "dist/brcast.es.js",
|
||||
"name": "brcast",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vesparny/brcast.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm-run-all test clean rollup rollup:min size",
|
||||
"bump": "standard-version",
|
||||
"clean": "rimraf dist",
|
||||
"format": "prettier --write --semi false '*.js' && standard --fix",
|
||||
"lint": "standard",
|
||||
"precommit": "lint-staged",
|
||||
"release": "npm run build && npm run bump && git push --follow-tags origin master && npm publish",
|
||||
"rollup": "rollup -c",
|
||||
"rollup:min": "cross-env MINIFY=minify rollup -c",
|
||||
"size": "echo \"Gzipped Size: $(cat dist/brcast.umd.min.js | gzip-size)\"",
|
||||
"test": "npm run lint && npm run testonly",
|
||||
"testonly": "jest --coverage"
|
||||
},
|
||||
"dependencies": {},
|
||||
"standard": {
|
||||
"parser": "babel-eslint",
|
||||
"globals": [
|
||||
@@ -108,6 +68,11 @@
|
||||
"describe"
|
||||
]
|
||||
},
|
||||
"umd:main": "dist/brcast.umd.js",
|
||||
"version": "3.0.1"
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"prettier --write --semi false --single-quote",
|
||||
"standard --fix",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
58
goTorrentWebUI/node_modules/material-ui/node_modules/chain-function/package.json
generated
vendored
58
goTorrentWebUI/node_modules/material-ui/node_modules/chain-function/package.json
generated
vendored
@@ -1,54 +1,24 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"chain-function@1.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "chain-function@1.0.0",
|
||||
"_id": "chain-function@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DUqzfn4Y6tC9xHuSB2QRjOWHM9w=",
|
||||
"_location": "/material-ui/chain-function",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "chain-function@1.0.0",
|
||||
"name": "chain-function",
|
||||
"escapedName": "chain-function",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/react-transition-group"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/chain-function/-/chain-function-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "jquense"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jquense/chain-function/issues"
|
||||
},
|
||||
"name": "chain-function",
|
||||
"version": "1.0.0",
|
||||
"description": "chain a bunch of functions together into a single call",
|
||||
"homepage": "https://github.com/jquense/chain-function#readme",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jquense/chain-function.git"
|
||||
},
|
||||
"keywords": [
|
||||
"chain",
|
||||
"compose",
|
||||
"function"
|
||||
],
|
||||
"author": "jquense",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "chain-function",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jquense/chain-function.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/jquense/chain-function/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
"homepage": "https://github.com/jquense/chain-function#readme"
|
||||
}
|
||||
|
103
goTorrentWebUI/node_modules/material-ui/node_modules/change-emitter/package.json
generated
vendored
103
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
}
|
||||
|
69
goTorrentWebUI/node_modules/material-ui/node_modules/classnames/package.json
generated
vendored
69
goTorrentWebUI/node_modules/material-ui/node_modules/classnames/package.json
generated
vendored
@@ -1,45 +1,19 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"classnames@2.2.5",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "classnames@2.2.5",
|
||||
"_id": "classnames@2.2.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-+zgB1FNGdknvNgPH1hoCvRKb3m0=",
|
||||
"_location": "/material-ui/classnames",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "classnames@2.2.5",
|
||||
"name": "classnames",
|
||||
"escapedName": "classnames",
|
||||
"rawSpec": "2.2.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/react-transition-group"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.5.tgz",
|
||||
"_spec": "2.2.5",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jed Watson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/JedWatson/classnames/issues"
|
||||
},
|
||||
"name": "classnames",
|
||||
"version": "2.2.5",
|
||||
"description": "A simple utility for conditionally joining classNames together",
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"mocha": "^2.1.0"
|
||||
"main": "index.js",
|
||||
"author": "Jed Watson",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JedWatson/classnames.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmarks": "node ./benchmarks/run",
|
||||
"unit": "mocha tests/*.js",
|
||||
"test": "npm run unit"
|
||||
},
|
||||
"homepage": "https://github.com/JedWatson/classnames#readme",
|
||||
"keywords": [
|
||||
"react",
|
||||
"css",
|
||||
@@ -49,17 +23,8 @@
|
||||
"util",
|
||||
"utility"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "classnames",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/JedWatson/classnames.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmarks": "node ./benchmarks/run",
|
||||
"test": "npm run unit",
|
||||
"unit": "mocha tests/*.js"
|
||||
},
|
||||
"version": "2.2.5"
|
||||
"devDependencies": {
|
||||
"benchmark": "^1.0.0",
|
||||
"mocha": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
104
goTorrentWebUI/node_modules/material-ui/node_modules/core-js/package.json
generated
vendored
104
goTorrentWebUI/node_modules/material-ui/node_modules/core-js/package.json
generated
vendored
@@ -1,62 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"core-js@2.5.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "core-js@2.5.1",
|
||||
"_id": "core-js@2.5.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs=",
|
||||
"_location": "/material-ui/core-js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "core-js@2.5.1",
|
||||
"name": "core-js",
|
||||
"escapedName": "core-js",
|
||||
"rawSpec": "2.5.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.5.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/babel-runtime"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
|
||||
"_spec": "2.5.1",
|
||||
"_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": "2.5.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zloirock/core-js.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"webpack": "3.5.x",
|
||||
"LiveScript": "1.3.x",
|
||||
"grunt": "1.0.x",
|
||||
"grunt-cli": "1.2.x",
|
||||
"grunt-livescript": "0.6.x",
|
||||
"grunt-contrib-uglify": "3.0.x",
|
||||
"grunt-contrib-watch": "1.0.x",
|
||||
"grunt-contrib-clean": "1.1.x",
|
||||
"grunt-contrib-copy": "1.0.x",
|
||||
"grunt-karma": "2.0.x",
|
||||
"karma": "1.7.x",
|
||||
"karma-qunit": "1.2.x",
|
||||
"karma-chrome-launcher": "2.2.x",
|
||||
"karma-ie-launcher": "1.0.x",
|
||||
"karma-firefox-launcher": "1.0.x",
|
||||
"karma-phantomjs-launcher": "1.0.x",
|
||||
"qunitjs": "2.4.x",
|
||||
"phantomjs-prebuilt": "2.1.x",
|
||||
"promises-aplus-tests": "2.1.x",
|
||||
"es-observable-tests": "0.2.x",
|
||||
"eslint": "4.5.x",
|
||||
"eslint-plugin-import": "2.7.x",
|
||||
"grunt": "1.0.x",
|
||||
"grunt-cli": "1.2.x",
|
||||
"grunt-contrib-clean": "1.1.x",
|
||||
"grunt-contrib-copy": "1.0.x",
|
||||
"grunt-contrib-uglify": "3.0.x",
|
||||
"grunt-contrib-watch": "1.0.x",
|
||||
"grunt-karma": "2.0.x",
|
||||
"grunt-livescript": "0.6.x",
|
||||
"karma": "1.7.x",
|
||||
"karma-chrome-launcher": "2.2.x",
|
||||
"karma-firefox-launcher": "1.0.x",
|
||||
"karma-ie-launcher": "1.0.x",
|
||||
"karma-phantomjs-launcher": "1.0.x",
|
||||
"karma-qunit": "1.2.x",
|
||||
"phantomjs-prebuilt": "2.1.x",
|
||||
"promises-aplus-tests": "2.1.x",
|
||||
"qunitjs": "2.4.x",
|
||||
"temp": "0.8.x",
|
||||
"webpack": "3.5.x"
|
||||
"temp": "0.8.x"
|
||||
},
|
||||
"homepage": "https://github.com/zloirock/core-js#readme",
|
||||
"scripts": {
|
||||
"grunt": "grunt",
|
||||
"lint": "eslint ./",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
|
||||
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ES3",
|
||||
"ES5",
|
||||
@@ -85,20 +68,5 @@
|
||||
"Dict",
|
||||
"polyfill",
|
||||
"shim"
|
||||
],
|
||||
"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 ./",
|
||||
"observables-tests": "node tests/observables/adapter && node tests/observables/adapter-library",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"test": "npm run grunt clean copy && npm run lint && npm run grunt livescript client karma:default && npm run grunt library karma:library && npm run promises-tests && npm run observables-tests && lsc tests/commonjs"
|
||||
},
|
||||
"version": "2.5.1"
|
||||
}
|
||||
]
|
||||
}
|
110
goTorrentWebUI/node_modules/material-ui/node_modules/css-vendor/package.json
generated
vendored
110
goTorrentWebUI/node_modules/material-ui/node_modules/css-vendor/package.json
generated
vendored
@@ -1,43 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"css-vendor@0.3.8",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "css-vendor@0.3.8",
|
||||
"_id": "css-vendor@0.3.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZCHP0wNM5mT+dnOXL9ARn8KJQfo=",
|
||||
"_location": "/material-ui/css-vendor",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "css-vendor@0.3.8",
|
||||
"name": "css-vendor",
|
||||
"escapedName": "css-vendor",
|
||||
"rawSpec": "0.3.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-vendor-prefixer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-0.3.8.tgz",
|
||||
"_spec": "0.3.8",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "css-vendor",
|
||||
"description": "CSS vendor prefix detection and property feature testing.",
|
||||
"version": "0.3.8",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/css-vendor/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/css-vendor.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-in-browser": "^1.0.2"
|
||||
"keywords": [
|
||||
"css",
|
||||
"vendor",
|
||||
"feature",
|
||||
"test",
|
||||
"prefix",
|
||||
"cssinjs",
|
||||
"jss",
|
||||
"css-in-js"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/react-jss.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-jss.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublish": "npm run all"
|
||||
},
|
||||
"description": "CSS vendor prefix detection and property feature testing.",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -73,48 +75,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.12.2"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/css-vendor#readme",
|
||||
"keywords": [
|
||||
"css",
|
||||
"vendor",
|
||||
"feature",
|
||||
"test",
|
||||
"prefix",
|
||||
"cssinjs",
|
||||
"jss",
|
||||
"css-in-js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"is-in-browser": "^1.0.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "./lib/index",
|
||||
"name": "css-vendor",
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/css-vendor.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/react-jss.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-jss.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublish": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "0.3.8"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
69
goTorrentWebUI/node_modules/material-ui/node_modules/deepmerge/package.json
generated
vendored
69
goTorrentWebUI/node_modules/material-ui/node_modules/deepmerge/package.json
generated
vendored
@@ -1,51 +1,7 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"deepmerge@2.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "deepmerge@2.0.1",
|
||||
"_id": "deepmerge@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VIPwiMJqJ13ZQfaCsIFnp5Me9tnjURiaIFxfz7EH0Ci0dTSQpZtSLrqOicXqEd/z2r+z+Klk9GzmnRsgpgbOsQ==",
|
||||
"_location": "/material-ui/deepmerge",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "deepmerge@2.0.1",
|
||||
"name": "deepmerge",
|
||||
"escapedName": "deepmerge",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Nick Fisher"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/KyleAMathews/deepmerge/issues"
|
||||
},
|
||||
"author": "Nick Fisher",
|
||||
"name": "deepmerge",
|
||||
"description": "A library for deep (recursive) merging of Javascript objects",
|
||||
"devDependencies": {
|
||||
"is-mergeable-object": "1.1.0",
|
||||
"jsmd": "0.3.1",
|
||||
"rollup": "0.49.3",
|
||||
"rollup-plugin-commonjs": "8.2.1",
|
||||
"rollup-plugin-node-resolve": "3.0.0",
|
||||
"tap": "~7.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"homepage": "https://github.com/KyleAMathews/deepmerge",
|
||||
"keywords": [
|
||||
"merge",
|
||||
"deep",
|
||||
@@ -54,17 +10,28 @@
|
||||
"clone",
|
||||
"recursive"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/umd.js",
|
||||
"module": "dist/es.js",
|
||||
"name": "deepmerge",
|
||||
"version": "2.0.1",
|
||||
"homepage": "https://github.com/KyleAMathews/deepmerge",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/KyleAMathews/deepmerge.git"
|
||||
},
|
||||
"main": "dist/umd.js",
|
||||
"module": "dist/es.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"test": "npm run build && tap test/*.js && jsmd readme.md"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
"devDependencies": {
|
||||
"is-mergeable-object": "1.1.0",
|
||||
"jsmd": "0.3.1",
|
||||
"rollup": "0.49.3",
|
||||
"rollup-plugin-commonjs": "8.2.1",
|
||||
"rollup-plugin-node-resolve": "3.0.0",
|
||||
"tap": "~7.1.2"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
50
goTorrentWebUI/node_modules/material-ui/node_modules/dom-helpers/package.json
generated
vendored
50
goTorrentWebUI/node_modules/material-ui/node_modules/dom-helpers/package.json
generated
vendored
@@ -1,42 +1,14 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dom-helpers@3.2.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "dom-helpers@3.2.1",
|
||||
"_id": "dom-helpers@3.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-MgPgf+0he9H0JLAZc1WC/Deyglo=",
|
||||
"_location": "/material-ui/dom-helpers",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dom-helpers@3.2.1",
|
||||
"name": "dom-helpers",
|
||||
"escapedName": "dom-helpers",
|
||||
"rawSpec": "3.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/react-transition-group"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.2.1.tgz",
|
||||
"_spec": "3.2.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "dom-helpers",
|
||||
"version": "3.2.1",
|
||||
"description": "tiny modular DOM lib for ie8+ ",
|
||||
"author": {
|
||||
"name": "Jason Quense",
|
||||
"email": "monastic.panic@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jquense/dom-helpers/issues"
|
||||
},
|
||||
"description": "tiny modular DOM lib for ie8+ ",
|
||||
"homepage": "https://github.com/jquense/dom-helpers#readme",
|
||||
"repository": "jquense/dom-helpers",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"dom-helpers",
|
||||
"react-component",
|
||||
@@ -51,13 +23,5 @@
|
||||
"class",
|
||||
"classlist",
|
||||
"css"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "dom-helpers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jquense/dom-helpers.git"
|
||||
},
|
||||
"version": "3.2.1"
|
||||
]
|
||||
}
|
||||
|
60
goTorrentWebUI/node_modules/material-ui/node_modules/dom-walk/package.json
generated
vendored
60
goTorrentWebUI/node_modules/material-ui/node_modules/dom-walk/package.json
generated
vendored
@@ -1,64 +1,30 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dom-walk@0.1.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "dom-walk@0.1.1",
|
||||
"_id": "dom-walk@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg=",
|
||||
"_location": "/material-ui/dom-walk",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dom-walk@0.1.1",
|
||||
"name": "dom-walk",
|
||||
"escapedName": "dom-walk",
|
||||
"rawSpec": "0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/min-document"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Raynos",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/dom-walk/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"name": "dom-walk",
|
||||
"version": "0.1.1",
|
||||
"description": "iteratively walk a DOM node",
|
||||
"keywords": [],
|
||||
"author": "Raynos <raynos2@gmail.com>",
|
||||
"repository": "git://github.com/Raynos/dom-walk.git",
|
||||
"main": "index",
|
||||
"homepage": "https://github.com/Raynos/dom-walk",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jake Verbaten"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/dom-walk/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "iteratively walk a DOM node",
|
||||
"devDependencies": {
|
||||
"browserify-server": "~0.5.6"
|
||||
},
|
||||
"homepage": "https://github.com/Raynos/dom-walk",
|
||||
"keywords": [],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "index",
|
||||
"name": "dom-walk",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Raynos/dom-walk.git"
|
||||
},
|
||||
"scripts": {},
|
||||
"version": "0.1.1"
|
||||
"scripts": {}
|
||||
}
|
||||
|
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"
|
||||
}
|
||||
}
|
||||
|
@@ -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/fbjs/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/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"
|
||||
}
|
||||
]
|
||||
}
|
66
goTorrentWebUI/node_modules/material-ui/node_modules/global/package.json
generated
vendored
66
goTorrentWebUI/node_modules/material-ui/node_modules/global/package.json
generated
vendored
@@ -1,69 +1,36 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"global@4.3.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "global",
|
||||
"version": "4.3.2",
|
||||
"description": "Require global variables",
|
||||
"keywords": [],
|
||||
"author": "Raynos <raynos2@gmail.com>",
|
||||
"repository": "git://github.com/Raynos/global.git",
|
||||
"main": "window.js",
|
||||
"homepage": "https://github.com/Raynos/global",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Raynos"
|
||||
}
|
||||
],
|
||||
"_from": "global@4.3.2",
|
||||
"_id": "global@4.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=",
|
||||
"_location": "/material-ui/global",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "global@4.3.2",
|
||||
"name": "global",
|
||||
"escapedName": "global",
|
||||
"rawSpec": "4.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/rafl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
|
||||
"_spec": "4.3.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Raynos",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/global/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"browser": {
|
||||
"min-document": false,
|
||||
"individual": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/global/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Raynos"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"min-document": "^2.19.0",
|
||||
"process": "~0.5.1"
|
||||
},
|
||||
"description": "Require global variables",
|
||||
"devDependencies": {
|
||||
"tape": "^2.12.0"
|
||||
},
|
||||
"homepage": "https://github.com/Raynos/global",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "window.js",
|
||||
"name": "global",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Raynos/global.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify test/index.js -o test/static/bundle.js",
|
||||
"test": "node ./test",
|
||||
"build": "browserify test/index.js -o test/static/bundle.js",
|
||||
"testem": "testem"
|
||||
},
|
||||
"testling": {
|
||||
@@ -92,6 +59,5 @@
|
||||
"5.1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "4.3.2"
|
||||
}
|
||||
}
|
||||
|
@@ -1,41 +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/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",
|
||||
"/material-ui/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",
|
||||
@@ -54,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/node_modules/iconv-lite/package.json
generated
vendored
167
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
|
60
goTorrentWebUI/node_modules/material-ui/node_modules/is-function/package.json
generated
vendored
60
goTorrentWebUI/node_modules/material-ui/node_modules/is-function/package.json
generated
vendored
@@ -1,60 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-function@1.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "is-function@1.0.1",
|
||||
"_id": "is-function@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU=",
|
||||
"_location": "/material-ui/is-function",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-function@1.0.1",
|
||||
"name": "is-function",
|
||||
"escapedName": "is-function",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/theming"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Stephen Sugden",
|
||||
"email": "me@stephensugden.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/grncdr/js-is-function/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"name": "is-function",
|
||||
"version": "1.0.1",
|
||||
"description": "is that thing a function? Use this module to find out",
|
||||
"main": "index.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tape": "~2.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/grncdr/js-is-function.git"
|
||||
},
|
||||
"homepage": "https://github.com/grncdr/js-is-function",
|
||||
"keywords": [
|
||||
"polyfill",
|
||||
"is-function",
|
||||
"ie6"
|
||||
],
|
||||
"author": "Stephen Sugden <me@stephensugden.com>",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-function",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/grncdr/js-is-function.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test.js",
|
||||
"browsers": [
|
||||
@@ -72,6 +39,5 @@
|
||||
"iphone/6.0..latest",
|
||||
"android-browser/4.2"
|
||||
]
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
}
|
||||
|
65
goTorrentWebUI/node_modules/material-ui/node_modules/is-in-browser/package.json
generated
vendored
65
goTorrentWebUI/node_modules/material-ui/node_modules/is-in-browser/package.json
generated
vendored
@@ -1,41 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-in-browser@1.1.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "is-in-browser@1.1.3",
|
||||
"_id": "is-in-browser@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=",
|
||||
"_location": "/material-ui/is-in-browser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-in-browser@1.1.3",
|
||||
"name": "is-in-browser",
|
||||
"escapedName": "is-in-browser",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/css-vendor",
|
||||
"/material-ui/jss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jared Anderson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tuxsudo/is-in-browser/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"name": "is-in-browser",
|
||||
"version": "1.1.3",
|
||||
"description": "Simple check to see if current app is running in browser",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/module.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "BABEL_ENV=cjs babel src -d dist && BABEL_ENV=module babel src/index.js -o dist/module.js && cpy src/index.d.ts dist",
|
||||
"test": "babel-tape-runner test/*.js | tap-spec",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"babel": "^6.3.26",
|
||||
"babel-cli": "^6.4.5",
|
||||
@@ -52,21 +29,13 @@
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/tuxsudo/is-in-browser#readme",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/module.js",
|
||||
"name": "is-in-browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tuxsudo/is-in-browser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "BABEL_ENV=cjs babel src -d dist && BABEL_ENV=module babel src/index.js -o dist/module.js && cpy src/index.d.ts dist",
|
||||
"prepublish": "npm run build",
|
||||
"test": "babel-tape-runner test/*.js | tap-spec"
|
||||
"author": "Jared Anderson",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tuxsudo/is-in-browser/issues"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "1.1.3"
|
||||
"homepage": "https://github.com/tuxsudo/is-in-browser#readme"
|
||||
}
|
||||
|
97
goTorrentWebUI/node_modules/material-ui/node_modules/is-plain-object/package.json
generated
vendored
97
goTorrentWebUI/node_modules/material-ui/node_modules/is-plain-object/package.json
generated
vendored
@@ -1,60 +1,37 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-plain-object@2.0.4",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "is-plain-object",
|
||||
"description": "Returns true if an object was created by the `Object` constructor.",
|
||||
"version": "2.0.4",
|
||||
"homepage": "https://github.com/jonschlinkert/is-plain-object",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
||||
"Osman Nuri Okumuş (http://onokumus.com)",
|
||||
"Steven Vachon (https://svachon.com)",
|
||||
"(https://github.com/wtgtybhertgeghgtwtg)"
|
||||
],
|
||||
"_from": "is-plain-object@2.0.4",
|
||||
"_id": "is-plain-object@2.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
||||
"_location": "/material-ui/is-plain-object",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-plain-object@2.0.4",
|
||||
"name": "is-plain-object",
|
||||
"escapedName": "is-plain-object",
|
||||
"rawSpec": "2.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/theming"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
|
||||
"_spec": "2.0.4",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"repository": "jonschlinkert/is-plain-object",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/is-plain-object/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Osman Nuri Okumuş",
|
||||
"url": "http://onokumus.com"
|
||||
},
|
||||
{
|
||||
"name": "Steven Vachon",
|
||||
"url": "https://svachon.com"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
||||
}
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
|
||||
"test_browser": "mocha-phantomjs test/browser.html",
|
||||
"test_node": "mocha",
|
||||
"test": "npm run test_node && npm run browserify && npm run test_browser"
|
||||
},
|
||||
"dependencies": {
|
||||
"isobject": "^3.0.1"
|
||||
},
|
||||
"description": "Returns true if an object was created by the `Object` constructor.",
|
||||
"devDependencies": {
|
||||
"browserify": "^14.4.0",
|
||||
"chai": "^4.0.2",
|
||||
@@ -64,14 +41,6 @@
|
||||
"phantomjs": "^2.1.7",
|
||||
"uglify-js": "^3.0.24"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/is-plain-object",
|
||||
"keywords": [
|
||||
"check",
|
||||
"is",
|
||||
@@ -86,19 +55,6 @@
|
||||
"typeof",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-plain-object",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/is-plain-object.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
|
||||
"test": "npm run test_node && npm run browserify && npm run test_browser",
|
||||
"test_browser": "mocha-phantomjs test/browser.html",
|
||||
"test_node": "mocha"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"verb": {
|
||||
"toc": false,
|
||||
@@ -119,6 +75,5 @@
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "2.0.4"
|
||||
}
|
||||
}
|
||||
|
61
goTorrentWebUI/node_modules/material-ui/node_modules/is-stream/package.json
generated
vendored
61
goTorrentWebUI/node_modules/material-ui/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/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/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": "*"
|
||||
}
|
||||
}
|
||||
|
100
goTorrentWebUI/node_modules/material-ui/node_modules/isobject/package.json
generated
vendored
100
goTorrentWebUI/node_modules/material-ui/node_modules/isobject/package.json
generated
vendored
@@ -1,74 +1,37 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"isobject@3.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "isobject",
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"version": "3.0.1",
|
||||
"homepage": "https://github.com/jonschlinkert/isobject",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"(https://github.com/LeSuisse)",
|
||||
"Brian Woodward (https://twitter.com/doowb)",
|
||||
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
||||
"Magnús Dæhlen (https://github.com/magnudae)",
|
||||
"Tom MacWright (https://macwright.org)"
|
||||
],
|
||||
"_from": "isobject@3.0.1",
|
||||
"_id": "isobject@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
||||
"_location": "/material-ui/isobject",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "isobject@3.0.1",
|
||||
"name": "isobject",
|
||||
"escapedName": "isobject",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/is-plain-object"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
|
||||
"_spec": "3.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"repository": "jonschlinkert/isobject",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/isobject/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"url": "https://github.com/LeSuisse"
|
||||
},
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Magnús Dæhlen",
|
||||
"url": "https://github.com/magnudae"
|
||||
},
|
||||
{
|
||||
"name": "Tom MacWright",
|
||||
"url": "https://macwright.org"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/isobject",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"check",
|
||||
"is",
|
||||
@@ -83,16 +46,6 @@
|
||||
"typeof",
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "isobject",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/isobject.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"verb": {
|
||||
"related": {
|
||||
@@ -117,6 +70,5 @@
|
||||
"reflinks": [
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
||||
}
|
||||
|
71
goTorrentWebUI/node_modules/material-ui/node_modules/js-tokens/package.json
generated
vendored
71
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
}
|
||||
|
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-camel-case/package.json
generated
vendored
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-camel-case/package.json
generated
vendored
@@ -1,40 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-camel-case@5.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-camel-case@5.0.0",
|
||||
"_id": "jss-camel-case@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vz11ip5EIlGuevtlUo9xIgiuD+it4Ebbb0+Y4o0A4oA8eOWY4aY7ihi/L7WvkQ54xnGOjUvLZ6nm2VYch2ufYg==",
|
||||
"_location": "/material-ui/jss-camel-case",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-camel-case@5.0.0",
|
||||
"name": "jss-camel-case",
|
||||
"escapedName": "jss-camel-case",
|
||||
"rawSpec": "5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-camel-case/-/jss-camel-case-5.0.0.tgz",
|
||||
"_spec": "5.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-camel-case",
|
||||
"description": "JSS plugin that allows to write camel cased rule properties",
|
||||
"version": "5.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-camel-case/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-camel-case.git"
|
||||
},
|
||||
"description": "JSS plugin that allows to write camel cased rule properties",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"camel case"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-camel-case.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-camel-case.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublish": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -71,49 +74,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/jss-camel-case#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"camel case"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-camel-case",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-camel-case.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-camel-case.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-camel-case.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublish": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "5.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
110
goTorrentWebUI/node_modules/material-ui/node_modules/jss-compose/package.json
generated
vendored
110
goTorrentWebUI/node_modules/material-ui/node_modules/jss-compose/package.json
generated
vendored
@@ -1,43 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-compose@4.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-compose@4.0.0",
|
||||
"_id": "jss-compose@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VnsEziD2Lwrfwp10wx39FNybRLW5+RX/E2qQAXPAMbS+nHc0Jf2dC6ZiCfn5FaBGrpzLfIZ9MalTJDx4CQoMAQ==",
|
||||
"_location": "/material-ui/jss-compose",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-compose@4.0.0",
|
||||
"name": "jss-compose",
|
||||
"escapedName": "jss-compose",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-compose/-/jss-compose-4.0.0.tgz",
|
||||
"_spec": "4.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-compose",
|
||||
"description": "JSS plugin for classes composition",
|
||||
"version": "4.0.0",
|
||||
"author": {
|
||||
"name": "Pavel Davydov",
|
||||
"email": "typical000@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-compose/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-compose.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"warning": "^3.0.0"
|
||||
"keywords": [
|
||||
"cssinnjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"compose",
|
||||
"composition"
|
||||
],
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-compose.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-compose.min.js",
|
||||
"clean": "rimraf '{lib,dist,tests,tmp}/*'",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublishOnly": "npm run all"
|
||||
},
|
||||
"description": "JSS plugin for classes composition",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -68,49 +68,17 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.12.2"
|
||||
},
|
||||
"homepage": "https://github.com/cssinjs/jss-compose#readme",
|
||||
"keywords": [
|
||||
"cssinnjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"compose",
|
||||
"composition"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"name": "jss-compose",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-compose.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-compose.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-compose.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf '{lib,dist,tests,tmp}/*'",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "4.0.0"
|
||||
"dependencies": {
|
||||
"warning": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
112
goTorrentWebUI/node_modules/material-ui/node_modules/jss-default-unit/package.json
generated
vendored
112
goTorrentWebUI/node_modules/material-ui/node_modules/jss-default-unit/package.json
generated
vendored
@@ -1,40 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-default-unit@7.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-default-unit@7.0.0",
|
||||
"_id": "jss-default-unit@7.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-U1Oi1h45vFRuISr+g1DQ3Oua7CkNKNs47fTdiT/lHkuBMc6BBDUbPv9IbPPhk9gsEaX45Iy9TX8CAuaHLPCfEA==",
|
||||
"_location": "/material-ui/jss-default-unit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-default-unit@7.0.0",
|
||||
"name": "jss-default-unit",
|
||||
"escapedName": "jss-default-unit",
|
||||
"rawSpec": "7.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-default-unit/-/jss-default-unit-7.0.0.tgz",
|
||||
"_spec": "7.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-default-unit",
|
||||
"description": "JSS plugin that adds default custom unit to numeric values where needed",
|
||||
"version": "7.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-default-unit/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-default-unit.git"
|
||||
},
|
||||
"description": "JSS plugin that adds default custom unit to numeric values where needed",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"px",
|
||||
"unit",
|
||||
"default-unit"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-default-unit.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-default-unit.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublishOnly": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -72,51 +77,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/jss-default-unit#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"px",
|
||||
"unit",
|
||||
"default-unit"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-default-unit",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-default-unit.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-default-unit.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-default-unit.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "7.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-expand/package.json
generated
vendored
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-expand/package.json
generated
vendored
@@ -1,40 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-expand@4.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-expand@4.0.1",
|
||||
"_id": "jss-expand@4.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LRIMXXChAOgnhwSqYLJg8MS6dI98bf/sg52pAg04pbjOAtjfzyS0JTnQAiyk3PxqR3nKFR/Yv44ahpIpkdcxVA==",
|
||||
"_location": "/material-ui/jss-expand",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-expand@4.0.1",
|
||||
"name": "jss-expand",
|
||||
"escapedName": "jss-expand",
|
||||
"rawSpec": "4.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-expand/-/jss-expand-4.0.1.tgz",
|
||||
"_spec": "4.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-expand",
|
||||
"description": "JSS plugin that gives you a better syntax than CSS.",
|
||||
"version": "4.0.1",
|
||||
"author": {
|
||||
"name": "Pavel Davydov",
|
||||
"email": "typical000@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-expand/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-expand.git"
|
||||
},
|
||||
"description": "JSS plugin that gives you a better syntax than CSS.",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"expand"
|
||||
],
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-expand.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-expand.min.js",
|
||||
"clean": "rimraf '{lib,dist,tests,tmp}/*'",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"bench": "cross-env NODE_ENV=test BENCHMARK=true karma start --single-run ",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublishOnly": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.14.0",
|
||||
"babel-core": "^6.14.0",
|
||||
@@ -70,49 +73,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.12.2"
|
||||
},
|
||||
"homepage": "https://github.com/cssinjs/jss-expand#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"expand"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"name": "jss-expand",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-expand.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"bench": "cross-env NODE_ENV=test BENCHMARK=true karma start --single-run ",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-expand.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-expand.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf '{lib,dist,tests,tmp}/*'",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "4.0.1"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-extend/package.json
generated
vendored
108
goTorrentWebUI/node_modules/material-ui/node_modules/jss-extend/package.json
generated
vendored
@@ -1,43 +1,42 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-extend@5.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-extend@5.0.0",
|
||||
"_id": "jss-extend@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fUp+9KipbdmzSfTxNHoT3mrFnE7fYn7EyHg3LTUexfpWrwj5Afkwb3iCfYV7GYCpg9OKDsqc18atwjHvSPWWKg==",
|
||||
"_location": "/material-ui/jss-extend",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-extend@5.0.0",
|
||||
"name": "jss-extend",
|
||||
"escapedName": "jss-extend",
|
||||
"rawSpec": "5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-extend/-/jss-extend-5.0.0.tgz",
|
||||
"_spec": "5.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-extend",
|
||||
"description": "JSS plugin that enables inheritance",
|
||||
"version": "5.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-extend/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-extend.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"warning": "^3.0.0"
|
||||
"keywords": [
|
||||
"jss",
|
||||
"plugin",
|
||||
"extend",
|
||||
"css-in-js",
|
||||
"cssinjs",
|
||||
"css in js"
|
||||
],
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-extend.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-extend.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublishOnly": "npm run all"
|
||||
},
|
||||
"description": "JSS plugin that enables inheritance",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -79,48 +78,17 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.12.2"
|
||||
},
|
||||
"homepage": "https://github.com/cssinjs/jss-extend#readme",
|
||||
"keywords": [
|
||||
"jss",
|
||||
"plugin",
|
||||
"extend",
|
||||
"css-in-js",
|
||||
"cssinjs",
|
||||
"css in js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"name": "jss-extend",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-extend.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-extend.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-extend.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "5.0.0"
|
||||
"dependencies": {
|
||||
"warning": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
104
goTorrentWebUI/node_modules/material-ui/node_modules/jss-global/package.json
generated
vendored
104
goTorrentWebUI/node_modules/material-ui/node_modules/jss-global/package.json
generated
vendored
@@ -1,40 +1,50 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-global@2.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-global@2.0.0",
|
||||
"_id": "jss-global@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/FSOMp4lF/vg47T/w8kKvL9tu7ka9am8N4izS63W81Qlay9hAq6xe9RxrPxygLpnn4KEb8LNbkKRoUv4SJfQsQ==",
|
||||
"_location": "/material-ui/jss-global",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-global@2.0.0",
|
||||
"name": "jss-global",
|
||||
"escapedName": "jss-global",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
"name": "jss-global",
|
||||
"version": "2.0.0",
|
||||
"description": "Global styles for JSS",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-global.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-global.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublishOnly": "npm run all"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cssinjs/jss-global.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"global",
|
||||
"unscoped"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-global/-/jss-global-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-global]"
|
||||
},
|
||||
"description": "Global styles for JSS",
|
||||
"homepage": "https://github.com/cssinjs/jss-global",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.10.1",
|
||||
"babel-core": "^6.9.1",
|
||||
@@ -69,49 +79,11 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"homepage": "https://github.com/cssinjs/jss-global",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"global",
|
||||
"unscoped"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-global",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssinjs/jss-global.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-global.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-global.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
110
goTorrentWebUI/node_modules/material-ui/node_modules/jss-props-sort/package.json
generated
vendored
110
goTorrentWebUI/node_modules/material-ui/node_modules/jss-props-sort/package.json
generated
vendored
@@ -1,40 +1,44 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-props-sort@5.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-props-sort@5.0.0",
|
||||
"_id": "jss-props-sort@5.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-xtoVE7BlcPaMN/dzypHPYJn+QiphLPB1skypAOp9zLkOozPbR/x0JVAFdZnd7zqmmjvg+Ma/txjSg0HN/eZsGA==",
|
||||
"_location": "/material-ui/jss-props-sort",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-props-sort@5.0.0",
|
||||
"name": "jss-props-sort",
|
||||
"escapedName": "jss-props-sort",
|
||||
"rawSpec": "5.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-props-sort/-/jss-props-sort-5.0.0.tgz",
|
||||
"_spec": "5.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-props-sort",
|
||||
"description": "JSS plugin that ensures style properties extend each other instead of override",
|
||||
"version": "5.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-props-sort/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-props-sort.git"
|
||||
},
|
||||
"description": "JSS plugin that ensures style properties extend each other instead of override",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"sort",
|
||||
"props"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-props-sort.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-props-sort.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublish": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -70,50 +74,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/jss-props-sort#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"css-in-js",
|
||||
"css in js",
|
||||
"jss",
|
||||
"plugin",
|
||||
"sort",
|
||||
"props"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-props-sort",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-props-sort.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-props-sort.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-props-sort.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublish": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "5.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
106
goTorrentWebUI/node_modules/material-ui/node_modules/jss-vendor-prefixer/package.json
generated
vendored
106
goTorrentWebUI/node_modules/material-ui/node_modules/jss-vendor-prefixer/package.json
generated
vendored
@@ -1,43 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss-vendor-prefixer@6.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss-vendor-prefixer@6.0.0",
|
||||
"_id": "jss-vendor-prefixer@6.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-leqW7B2QLXYsUNR3jsUZP3CkuOYcWXyfF8TSJc4XNxhVCNH7ztK5dcnF8nLoMnxT0w/ajloeJKcch2ty/viCAA==",
|
||||
"_location": "/material-ui/jss-vendor-prefixer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss-vendor-prefixer@6.0.0",
|
||||
"name": "jss-vendor-prefixer",
|
||||
"escapedName": "jss-vendor-prefixer",
|
||||
"rawSpec": "6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/jss-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss-vendor-prefixer/-/jss-vendor-prefixer-6.0.0.tgz",
|
||||
"_spec": "6.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss-vendor-prefixer",
|
||||
"description": "JSS plugin that handles vendor prefixes in the browser",
|
||||
"version": "6.0.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss-vendor-prefixer/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss-vendor-prefixer.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"jss",
|
||||
"plugin",
|
||||
"vendor",
|
||||
"prefixer"
|
||||
],
|
||||
"engines": {},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-vendor-prefixer.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-vendor-prefixer.min.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"prepublish": "npm run all"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"css-vendor": "^0.3.8"
|
||||
},
|
||||
"description": "JSS plugin that handles vendor prefixes in the browser",
|
||||
"main": "lib/index.js",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
@@ -74,48 +76,14 @@
|
||||
"rimraf": "^2.5.4",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"engines": {},
|
||||
"homepage": "https://github.com/cssinjs/jss-vendor-prefixer#readme",
|
||||
"keywords": [
|
||||
"cssinjs",
|
||||
"jss",
|
||||
"plugin",
|
||||
"vendor",
|
||||
"prefixer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"name": "jss-vendor-prefixer",
|
||||
"peerDependencies": {
|
||||
"jss": "^8.0.0"
|
||||
},
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss-vendor-prefixer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run test && npm run build",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
||||
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
||||
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-vendor-prefixer.js",
|
||||
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-vendor-prefixer.min.js",
|
||||
"build:lib": "babel src --out-dir lib",
|
||||
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
||||
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
||||
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
||||
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
||||
"lint": "eslint ./src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prepublish": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
123
goTorrentWebUI/node_modules/material-ui/node_modules/jss/package.json
generated
vendored
123
goTorrentWebUI/node_modules/material-ui/node_modules/jss/package.json
generated
vendored
@@ -1,45 +1,31 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"jss@8.1.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "jss@8.1.0",
|
||||
"_id": "jss@8.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NZ4CNAoPaPlM2rqHxPG5uGQbQEFZ9n1PITn0+wGIdAk2ZtA/F6el0SphLHf8So1Sx6N34hnVFFIuc32/hdsEzw==",
|
||||
"_location": "/material-ui/jss",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jss@8.1.0",
|
||||
"name": "jss",
|
||||
"escapedName": "jss",
|
||||
"rawSpec": "8.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "8.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/react-jss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jss/-/jss-8.1.0.tgz",
|
||||
"_spec": "8.1.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "jss",
|
||||
"description": "A lib for generating Style Sheets with JavaScript.",
|
||||
"version": "8.1.0",
|
||||
"author": {
|
||||
"name": "Oleg Slobodskoi",
|
||||
"email": "oleg008@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssinjs/jss/issues"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:cssinjs/jss.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-in-browser": "^1.0.2",
|
||||
"warning": "^3.0.0"
|
||||
"keywords": [
|
||||
"jss",
|
||||
"style",
|
||||
"sheet",
|
||||
"stylesheet",
|
||||
"css",
|
||||
"components",
|
||||
"composable",
|
||||
"css in js",
|
||||
"css-in-js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"description": "A lib for generating Style Sheets with JavaScript.",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.18.0",
|
||||
"babel-core": "^6.20.0",
|
||||
@@ -98,8 +84,29 @@
|
||||
"size-limit": "^0.2.0",
|
||||
"webpack": "^2.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run flow && npm run test && npm run build && npm run size",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:max && npm run build:min && npm run build:tests",
|
||||
"build:lib": "babel src --out-dir lib && npm run flow:copy-src",
|
||||
"build:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss.js",
|
||||
"build:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss.min.js",
|
||||
"build:tests": "cross-env NODE_ENV=test webpack tests/index.js tmp/tests.js",
|
||||
"clean": "rimraf '{lib,dist,tmp}/*'",
|
||||
"flow": "flow --show-all-errors",
|
||||
"flow:copy-src": "flow-copy-source -i './src/**' src lib",
|
||||
"lint": "eslint ./src ./tests ./benchmark ./*.js && npm run flow",
|
||||
"lint:staged": "lint-staged && npm run flow",
|
||||
"prepublishOnly": "npm run all",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start",
|
||||
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
|
||||
"codecov": "codecov",
|
||||
"bench": "cross-env BENCHMARK=true karma start --single-run",
|
||||
"size": "size-limit 5.8KB dist/jss.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-in-browser": "^1.0.2",
|
||||
"warning": "^3.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -109,51 +116,11 @@
|
||||
"changelog.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/cssinjs/jss#readme",
|
||||
"keywords": [
|
||||
"jss",
|
||||
"style",
|
||||
"sheet",
|
||||
"stylesheet",
|
||||
"css",
|
||||
"components",
|
||||
"composable",
|
||||
"css in js",
|
||||
"css-in-js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"./src ./tests ./benchmark ./*.js": [
|
||||
"eslint",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"name": "jss",
|
||||
"pre-commit": "lint:staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cssinjs/jss.git"
|
||||
},
|
||||
"scripts": {
|
||||
"all": "npm run lint && npm run flow && npm run test && npm run build && npm run size",
|
||||
"bench": "cross-env BENCHMARK=true karma start --single-run",
|
||||
"build": "npm run clean && npm run build:lib && npm run build:max && npm run build:min && npm run build:tests",
|
||||
"build:lib": "babel src --out-dir lib && npm run flow:copy-src",
|
||||
"build:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss.js",
|
||||
"build:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss.min.js",
|
||||
"build:tests": "cross-env NODE_ENV=test webpack tests/index.js tmp/tests.js",
|
||||
"clean": "rimraf '{lib,dist,tmp}/*'",
|
||||
"codecov": "codecov",
|
||||
"flow": "flow --show-all-errors",
|
||||
"flow:copy-src": "flow-copy-source -i './src/**' src lib",
|
||||
"lint": "eslint ./src ./tests ./benchmark ./*.js && npm run flow",
|
||||
"lint:staged": "lint-staged && npm run flow",
|
||||
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
|
||||
"prepublishOnly": "npm run all",
|
||||
"size": "size-limit 5.8KB dist/jss.js",
|
||||
"test": "cross-env NODE_ENV=test karma start --single-run",
|
||||
"test:watch": "cross-env NODE_ENV=test karma start"
|
||||
},
|
||||
"version": "8.1.0"
|
||||
"pre-commit": "lint:staged"
|
||||
}
|
||||
|
71
goTorrentWebUI/node_modules/material-ui/node_modules/keycode/package.json
generated
vendored
71
goTorrentWebUI/node_modules/material-ui/node_modules/keycode/package.json
generated
vendored
@@ -1,49 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"keycode@2.1.9",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "keycode@2.1.9",
|
||||
"_id": "keycode@2.1.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-lkojxU5IiUBbSGGlyfBIDUUUHfo=",
|
||||
"_location": "/material-ui/keycode",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "keycode@2.1.9",
|
||||
"name": "keycode",
|
||||
"escapedName": "keycode",
|
||||
"rawSpec": "2.1.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz",
|
||||
"_spec": "2.1.9",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Tim Oxley",
|
||||
"email": "secoif@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/timoxley/keycode/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"name": "keycode",
|
||||
"description": "Convert between keyboard keycodes and keynames and vice versa.",
|
||||
"devDependencies": {
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"version": "2.1.9",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/keycode.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/timoxley/keycode.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/timoxley/keycode/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^3.0.2"
|
||||
},
|
||||
"homepage": "https://github.com/timoxley/keycode",
|
||||
"dependencies": {},
|
||||
"keywords": [
|
||||
"keyboard",
|
||||
"keycode",
|
||||
@@ -55,16 +34,6 @@
|
||||
"keyname",
|
||||
"keypress"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "keycode",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/timoxley/keycode.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/keycode.js"
|
||||
},
|
||||
"typings": "./keycode.d.ts",
|
||||
"version": "2.1.9"
|
||||
"author": "Tim Oxley <secoif@gmail.com>",
|
||||
"typings": "./keycode.d.ts"
|
||||
}
|
||||
|
72
goTorrentWebUI/node_modules/material-ui/node_modules/lodash/package.json
generated
vendored
72
goTorrentWebUI/node_modules/material-ui/node_modules/lodash/package.json
generated
vendored
@@ -1,69 +1,17 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"lodash@4.17.4",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "lodash@4.17.4",
|
||||
"_id": "lodash@4.17.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
|
||||
"_location": "/material-ui/lodash",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "lodash@4.17.4",
|
||||
"name": "lodash",
|
||||
"escapedName": "lodash",
|
||||
"rawSpec": "4.17.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.17.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
||||
"_spec": "4.17.4",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lodash/lodash/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "John-David Dalton",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"url": "http://allyoucanleet.com/"
|
||||
},
|
||||
{
|
||||
"name": "Mathias Bynens",
|
||||
"email": "mathias@qiwi.be",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
}
|
||||
],
|
||||
"name": "lodash",
|
||||
"version": "4.17.4",
|
||||
"description": "Lodash modular utilities.",
|
||||
"keywords": "modules, stdlib, util",
|
||||
"homepage": "https://lodash.com/",
|
||||
"repository": "lodash/lodash",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
"keywords": [
|
||||
"modules",
|
||||
"stdlib",
|
||||
"util"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lodash.js",
|
||||
"name": "lodash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lodash/lodash.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
|
||||
},
|
||||
"version": "4.17.4"
|
||||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||
"contributors": [
|
||||
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
||||
],
|
||||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
||||
}
|
||||
|
67
goTorrentWebUI/node_modules/material-ui/node_modules/loose-envify/package.json
generated
vendored
67
goTorrentWebUI/node_modules/material-ui/node_modules/loose-envify/package.json
generated
vendored
@@ -1,55 +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/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/fbjs",
|
||||
"/material-ui/prop-types",
|
||||
"/material-ui/react-transition-group",
|
||||
"/material-ui/warning"
|
||||
],
|
||||
"_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",
|
||||
@@ -59,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"
|
||||
@@ -69,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"
|
||||
}
|
||||
}
|
||||
|
72
goTorrentWebUI/node_modules/material-ui/node_modules/min-document/package.json
generated
vendored
72
goTorrentWebUI/node_modules/material-ui/node_modules/min-document/package.json
generated
vendored
@@ -1,76 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"min-document@2.19.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "min-document@2.19.0",
|
||||
"_id": "min-document@2.19.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=",
|
||||
"_location": "/material-ui/min-document",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "min-document@2.19.0",
|
||||
"name": "min-document",
|
||||
"escapedName": "min-document",
|
||||
"rawSpec": "2.19.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.19.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/global"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz",
|
||||
"_spec": "2.19.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Raynos",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/min-document/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"name": "min-document",
|
||||
"version": "2.19.0",
|
||||
"description": "A minimal DOM implementation",
|
||||
"keywords": [],
|
||||
"author": "Raynos <raynos2@gmail.com>",
|
||||
"repository": "git://github.com/Raynos/min-document.git",
|
||||
"main": "index",
|
||||
"homepage": "https://github.com/Raynos/min-document",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Raynos"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/Raynos/min-document/issues",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"dom-walk": "^0.1.0"
|
||||
},
|
||||
"description": "A minimal DOM implementation",
|
||||
"devDependencies": {
|
||||
"run-browser": "git://github.com/Raynos/run-browser.git",
|
||||
"run-browser": "git://github.com/Raynos/run-browser",
|
||||
"tap-dot": "^0.2.1",
|
||||
"tap-spec": "^0.1.8",
|
||||
"tape": "^2.12.3"
|
||||
},
|
||||
"homepage": "https://github.com/Raynos/min-document",
|
||||
"keywords": [],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "index",
|
||||
"name": "min-document",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Raynos/min-document.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser": "run-browser test/index.js",
|
||||
"cover": "istanbul cover --report none --print detail ./test/index.js",
|
||||
"dot": "node ./test/index.js | tap-dot",
|
||||
"phantom": "run-browser test/index.js -b | tap-spec",
|
||||
"test": "node ./test/index.js | tap-spec",
|
||||
"view-cover": "istanbul report html && google-chrome ./coverage/index.html"
|
||||
"dot": "node ./test/index.js | tap-dot",
|
||||
"cover": "istanbul cover --report none --print detail ./test/index.js",
|
||||
"view-cover": "istanbul report html && google-chrome ./coverage/index.html",
|
||||
"browser": "run-browser test/index.js",
|
||||
"phantom": "run-browser test/index.js -b | tap-spec"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/index.js",
|
||||
@@ -87,6 +54,5 @@
|
||||
"iphone/6.0..latest",
|
||||
"android-browser/4.2..latest"
|
||||
]
|
||||
},
|
||||
"version": "2.19.0"
|
||||
}
|
||||
}
|
||||
|
76
goTorrentWebUI/node_modules/material-ui/node_modules/node-fetch/package.json
generated
vendored
76
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
}
|
||||
|
88
goTorrentWebUI/node_modules/material-ui/node_modules/normalize-scroll-left/package.json
generated
vendored
88
goTorrentWebUI/node_modules/material-ui/node_modules/normalize-scroll-left/package.json
generated
vendored
@@ -1,40 +1,36 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"normalize-scroll-left@0.1.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "normalize-scroll-left@0.1.2",
|
||||
"_id": "normalize-scroll-left@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-F9YMRls0zCF6BFIE2YnXDRpHPpfd91nOIaNdDgrx5YMoPLo8Wqj+6jNXHQsYBavJeXP4ww8HCt0xQAKc5qk2Fg==",
|
||||
"_location": "/material-ui/normalize-scroll-left",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "normalize-scroll-left@0.1.2",
|
||||
"name": "normalize-scroll-left",
|
||||
"escapedName": "normalize-scroll-left",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/normalize-scroll-left/-/normalize-scroll-left-0.1.2.tgz",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "normalize-scroll-left",
|
||||
"description": "Utility library to determine and normalize Element.scrollLeft behavior",
|
||||
"version": "0.1.2",
|
||||
"author": {
|
||||
"name": "Ali Taheri Moghaddar",
|
||||
"email": "ali.taheri.m@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/alitaheri/normalize-scroll-left/issues"
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alitaheri/normalize-scroll-left.git"
|
||||
},
|
||||
"description": "Utility library to determine and normalize Element.scrollLeft behavior",
|
||||
"keywords": [
|
||||
"rtl",
|
||||
"dom",
|
||||
"scroll-left",
|
||||
"scrollLeft",
|
||||
"normalize",
|
||||
"browser",
|
||||
"element"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rimraf lib && tsc",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"",
|
||||
"test": "mocha --compilers ts:ts-node/register \"src/**/*.spec.ts\""
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/main.js",
|
||||
"types": "lib/main.d.ts",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.0.4",
|
||||
"@types/mocha": "^2.2.43",
|
||||
@@ -48,33 +44,5 @@
|
||||
"tslint-eslint-rules": "^4.1.1",
|
||||
"tslint-microsoft-contrib": "^5.0.1",
|
||||
"typescript": "^2.5.3"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/alitaheri/normalize-scroll-left#readme",
|
||||
"keywords": [
|
||||
"rtl",
|
||||
"dom",
|
||||
"scroll-left",
|
||||
"scrollLeft",
|
||||
"normalize",
|
||||
"browser",
|
||||
"element"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/main.js",
|
||||
"name": "normalize-scroll-left",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/alitaheri/normalize-scroll-left.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rimraf lib && tsc",
|
||||
"lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "mocha --compilers ts:ts-node/register \"src/**/*.spec.ts\""
|
||||
},
|
||||
"types": "lib/main.d.ts",
|
||||
"version": "0.1.2"
|
||||
}
|
||||
}
|
||||
|
66
goTorrentWebUI/node_modules/material-ui/node_modules/object-assign/package.json
generated
vendored
66
goTorrentWebUI/node_modules/material-ui/node_modules/object-assign/package.json
generated
vendored
@@ -1,55 +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/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/fbjs",
|
||||
"/material-ui/prop-types"
|
||||
],
|
||||
"_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",
|
||||
@@ -64,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"
|
||||
}
|
||||
}
|
||||
|
96
goTorrentWebUI/node_modules/material-ui/node_modules/popper.js/package.json
generated
vendored
96
goTorrentWebUI/node_modules/material-ui/node_modules/popper.js/package.json
generated
vendored
@@ -1,55 +1,20 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"popper.js@1.12.7",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "popper.js@1.12.7",
|
||||
"_id": "popper.js@1.12.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-uNIlYY5dleJ6wrWR3r9YGFepwW0=",
|
||||
"_location": "/material-ui/popper.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "popper.js@1.12.7",
|
||||
"name": "popper.js",
|
||||
"escapedName": "popper.js",
|
||||
"rawSpec": "1.12.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.12.7"
|
||||
"name": "popper.js",
|
||||
"version": "1.12.7",
|
||||
"description": "A kickass library to manage your poppers",
|
||||
"homepage": "https://popper.js.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/FezVrasta/popper.js.git"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/react-popper"
|
||||
"author": "Federico Zivolo <federico.zivolo@gmail.com>",
|
||||
"contributors": [
|
||||
"Contributors (https://github.com/FezVrasta/popper.js/graphs/contributors)"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.12.7.tgz",
|
||||
"_spec": "1.12.7",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Federico Zivolo",
|
||||
"email": "federico.zivolo@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/FezVrasta/popper.js/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Contributors",
|
||||
"url": "https://github.com/FezVrasta/popper.js/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "A kickass library to manage your poppers",
|
||||
"devDependencies": {
|
||||
"@popperjs/bundle": "^1.0.2",
|
||||
"@popperjs/eslint-config-popper": "^1.0.0",
|
||||
"@popperjs/test": "^1.0.0",
|
||||
"@popperjs/test-utils": "^1.0.0",
|
||||
"eslint": "^4.1.1",
|
||||
"nuget-publish": "^1.0.3"
|
||||
},
|
||||
"homepage": "https://popper.js.org",
|
||||
"keywords": [
|
||||
"popperjs",
|
||||
"component",
|
||||
@@ -59,28 +24,29 @@
|
||||
"position",
|
||||
"attached"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/umd/popper.js",
|
||||
"module": "dist/esm/popper.js",
|
||||
"name": "popper.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/FezVrasta/popper.js.git"
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"prepare": "yarn build",
|
||||
"postpublish": "nuget-publish && ./bower-publish.sh",
|
||||
"prebuild": "yarn lint",
|
||||
"pretest": "yarn lint",
|
||||
"build": "node bundle.js",
|
||||
"lint": "eslint .",
|
||||
"test": "popper-karma",
|
||||
"test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test",
|
||||
"coverage": "COVERAGE=true yarn test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@popperjs/bundle": "^1.0.2",
|
||||
"@popperjs/eslint-config-popper": "^1.0.0",
|
||||
"@popperjs/test": "^1.0.0",
|
||||
"@popperjs/test-utils": "^1.0.0",
|
||||
"eslint": "^4.1.1",
|
||||
"nuget-publish": "^1.0.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"micromatch": "^3.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node bundle.js",
|
||||
"coverage": "COVERAGE=true yarn test",
|
||||
"lint": "eslint .",
|
||||
"postpublish": "nuget-publish && ./bower-publish.sh",
|
||||
"prebuild": "yarn lint",
|
||||
"prepare": "yarn build",
|
||||
"pretest": "yarn lint",
|
||||
"test": "popper-karma",
|
||||
"test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.12.7"
|
||||
}
|
||||
}
|
||||
|
51
goTorrentWebUI/node_modules/material-ui/node_modules/process/package.json
generated
vendored
51
goTorrentWebUI/node_modules/material-ui/node_modules/process/package.json
generated
vendored
@@ -1,53 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"process@0.5.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "process@0.5.2",
|
||||
"_id": "process@0.5.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=",
|
||||
"_location": "/material-ui/process",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "process@0.5.2",
|
||||
"name": "process",
|
||||
"escapedName": "process",
|
||||
"rawSpec": "0.5.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.5.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/global"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
|
||||
"_spec": "0.5.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Roman Shtylman",
|
||||
"email": "shtylman@gmail.com"
|
||||
},
|
||||
"browser": "./browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/shtylman/node-process/issues"
|
||||
},
|
||||
"author": "Roman Shtylman <shtylman@gmail.com>",
|
||||
"name": "process",
|
||||
"description": "process information for node.js and browsers",
|
||||
"engines": {
|
||||
"node": ">= 0.6.0"
|
||||
},
|
||||
"homepage": "https://github.com/shtylman/node-process#readme",
|
||||
"keywords": [
|
||||
"process"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"name": "process",
|
||||
"version": "0.5.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/shtylman/node-process.git"
|
||||
},
|
||||
"version": "0.5.2"
|
||||
"browser": "./browser.js",
|
||||
"main": "./index.js",
|
||||
"engines": {
|
||||
"node": ">= 0.6.0"
|
||||
}
|
||||
}
|
||||
|
84
goTorrentWebUI/node_modules/material-ui/node_modules/promise/package.json
generated
vendored
84
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
}
|
60
goTorrentWebUI/node_modules/material-ui/node_modules/rafl/package.json
generated
vendored
60
goTorrentWebUI/node_modules/material-ui/node_modules/rafl/package.json
generated
vendored
@@ -1,57 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"rafl@1.2.2",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "rafl@1.2.2",
|
||||
"_id": "rafl@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-/pMPdYIRAg1H44gV9Rlqi+QVB0A=",
|
||||
"_location": "/material-ui/rafl",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "rafl@1.2.2",
|
||||
"name": "rafl",
|
||||
"escapedName": "rafl",
|
||||
"rawSpec": "1.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/scroll"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rafl/-/rafl-1.2.2.tgz",
|
||||
"_spec": "1.2.2",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Michael Rhodes"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/michaelrhodes/raf/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"global": "~4.3.0"
|
||||
},
|
||||
"name": "rafl",
|
||||
"description": "request animation frame",
|
||||
"devDependencies": {
|
||||
"tape": "~4.5.1"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/raf#readme",
|
||||
"version": "1.2.2",
|
||||
"keywords": [
|
||||
"animate",
|
||||
"requestAnimationFrame",
|
||||
"performance"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "rafl",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/michaelrhodes/raf.git"
|
||||
"dependencies": {
|
||||
"global": "~4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "~4.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
@@ -59,5 +20,10 @@
|
||||
"testling": {
|
||||
"files": "test.js"
|
||||
},
|
||||
"version": "1.2.2"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/michaelrhodes/raf.git"
|
||||
},
|
||||
"author": "Michael Rhodes",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
51
goTorrentWebUI/node_modules/material-ui/node_modules/react-flow-types/package.json
generated
vendored
51
goTorrentWebUI/node_modules/material-ui/node_modules/react-flow-types/package.json
generated
vendored
@@ -1,48 +1,17 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"react-flow-types@0.2.0-beta.3",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "react-flow-types@0.2.0-beta.3",
|
||||
"_id": "react-flow-types@0.2.0-beta.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wrzQ4TJaRAqNA3hFxj23QnnuFfvb3t3J1aXouWX95DwyUfo2CFpmaB+dP7jpwXF0fsv6awHqsxdSnjRVLTfTiA==",
|
||||
"_location": "/material-ui/react-flow-types",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "react-flow-types@0.2.0-beta.3",
|
||||
"name": "react-flow-types",
|
||||
"escapedName": "react-flow-types",
|
||||
"rawSpec": "0.2.0-beta.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.0-beta.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-flow-types/-/react-flow-types-0.2.0-beta.3.tgz",
|
||||
"_spec": "0.2.0-beta.3",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Aria Minaei",
|
||||
"url": "aria.minaei@gmail.com"
|
||||
},
|
||||
"name": "react-flow-types",
|
||||
"version": "0.2.0-beta.3",
|
||||
"description": "A small collection of flow type definitions for working with React components",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "flow"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Aria Minaei (aria.minaei@gmail.com)",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"flow-bin": "^0.57.3",
|
||||
"react": "^15.4.2",
|
||||
"react-dom": "^15.4.2"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "react-flow-types",
|
||||
"scripts": {
|
||||
"test": "flow"
|
||||
},
|
||||
"version": "0.2.0-beta.3"
|
||||
}
|
||||
}
|
||||
|
@@ -1,40 +1,24 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"hoist-non-react-statics@1.2.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "hoist-non-react-statics@1.2.0",
|
||||
"_id": "hoist-non-react-statics@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-qkSM8JhtVcxAdzsXF0t90GbLfPs=",
|
||||
"_location": "/material-ui/react-jss/hoist-non-react-statics",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "hoist-non-react-statics@1.2.0",
|
||||
"name": "hoist-non-react-statics",
|
||||
"escapedName": "hoist-non-react-statics",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/react-jss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz",
|
||||
"_spec": "1.2.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Michael Ridgway",
|
||||
"email": "mridgway@yahoo-inc.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mridgway/hoist-non-react-statics/issues"
|
||||
},
|
||||
"name": "hoist-non-react-statics",
|
||||
"version": "1.2.0",
|
||||
"description": "Copies non-react specific statics from a child component to a parent component",
|
||||
"main": "index.js",
|
||||
"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 <mridgway@yahoo-inc.com>",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "BSD",
|
||||
"url": "https://github.com/mridgway/hoist-non-react-statics/blob/master/LICENSE.md"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel": "^5.0.7",
|
||||
"babel-eslint": "^3.0.1",
|
||||
@@ -46,26 +30,7 @@
|
||||
"pre-commit": "^1.0.7",
|
||||
"react": "^15.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mridgway/hoist-non-react-statics#readme",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "BSD",
|
||||
"url": "https://github.com/mridgway/hoist-non-react-statics/blob/master/LICENSE.md"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
]
|
||||
}
|
||||
|
41
goTorrentWebUI/node_modules/material-ui/node_modules/regenerator-runtime/package.json
generated
vendored
41
goTorrentWebUI/node_modules/material-ui/node_modules/regenerator-runtime/package.json
generated
vendored
@@ -1,49 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"regenerator-runtime@0.11.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "regenerator-runtime@0.11.0",
|
||||
"_id": "regenerator-runtime@0.11.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/aA0kLeRb5N9K0d4fw7ooEbI+xDe+DKD499EQqygGqeS8N3xto15p09uY2xj7ixP81sNPXvRLnAQIqdVStgb1A==",
|
||||
"_location": "/material-ui/regenerator-runtime",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "regenerator-runtime@0.11.0",
|
||||
"name": "regenerator-runtime",
|
||||
"escapedName": "regenerator-runtime",
|
||||
"rawSpec": "0.11.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.11.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui/babel-runtime"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz",
|
||||
"_spec": "0.11.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Ben Newman",
|
||||
"email": "bn@cs.stanford.edu"
|
||||
},
|
||||
"name": "regenerator-runtime",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Runtime for Regenerator-compiled generator and async functions.",
|
||||
"version": "0.11.0",
|
||||
"main": "runtime-module.js",
|
||||
"keywords": [
|
||||
"regenerator",
|
||||
"runtime",
|
||||
"generator",
|
||||
"async"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "runtime-module.js",
|
||||
"name": "regenerator-runtime",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
"license": "MIT"
|
||||
}
|
||||
|
111
goTorrentWebUI/node_modules/material-ui/node_modules/scroll/package.json
generated
vendored
111
goTorrentWebUI/node_modules/material-ui/node_modules/scroll/package.json
generated
vendored
@@ -1,100 +1,43 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"scroll@2.0.1",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "scroll@2.0.1",
|
||||
"_id": "scroll@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-tMfSfovPOuiligQvJyaK4/VfnM0=",
|
||||
"_location": "/material-ui/scroll",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "scroll@2.0.1",
|
||||
"name": "scroll",
|
||||
"escapedName": "scroll",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/scroll/-/scroll-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Michael Rhodes"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/michaelrhodes/scroll/issues"
|
||||
},
|
||||
"name": "scroll",
|
||||
"version": "2.0.1",
|
||||
"description": "A function that animates an element’s scrollTop or scrollLeft position.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"rafl": "~1.2.1"
|
||||
},
|
||||
"description": "A function that animates an element’s scrollTop or scrollLeft position.",
|
||||
"devDependencies": {
|
||||
"ease-component": "~1.0.0",
|
||||
"tape": "~2.3.2"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/scroll",
|
||||
"keywords": [
|
||||
"scrollTop",
|
||||
"scrollTo",
|
||||
"animate"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "scroll",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/michaelrhodes/scroll.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": {
|
||||
"ie": [
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10
|
||||
],
|
||||
"chrome": [
|
||||
20,
|
||||
25,
|
||||
29
|
||||
],
|
||||
"firefox": [
|
||||
3,
|
||||
4,
|
||||
7,
|
||||
19,
|
||||
24
|
||||
],
|
||||
"safari": [
|
||||
5.1,
|
||||
6
|
||||
],
|
||||
"opera": [
|
||||
10,
|
||||
12,
|
||||
15
|
||||
],
|
||||
"iphone": [
|
||||
6
|
||||
],
|
||||
"android": [
|
||||
4.2
|
||||
]
|
||||
}
|
||||
"ie": [6, 7, 8, 9, 10],
|
||||
"chrome": [20, 25, 29],
|
||||
"firefox": [3, 4, 7, 19, 24],
|
||||
"safari": [5.1, 6],
|
||||
"opera": [10, 12, 15],
|
||||
"iphone": [6],
|
||||
"android": [4.2]
|
||||
}
|
||||
},
|
||||
"version": "2.0.1"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:michaelrhodes/scroll.git"
|
||||
},
|
||||
"keywords": [
|
||||
"scrollTop",
|
||||
"scrollTo",
|
||||
"animate"
|
||||
],
|
||||
"author": "Michael Rhodes",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/michaelrhodes/scroll/issues"
|
||||
},
|
||||
"homepage": "https://github.com/michaelrhodes/scroll"
|
||||
}
|
||||
|
97
goTorrentWebUI/node_modules/material-ui/node_modules/setimmediate/package.json
generated
vendored
97
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
|
75
goTorrentWebUI/node_modules/material-ui/node_modules/symbol-observable/package.json
generated
vendored
75
goTorrentWebUI/node_modules/material-ui/node_modules/symbol-observable/package.json
generated
vendored
@@ -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/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/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/node_modules/ua-parser-js/package.json
generated
vendored
395
goTorrentWebUI/node_modules/material-ui/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/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/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"
|
||||
}
|
||||
|
82
goTorrentWebUI/node_modules/material-ui/node_modules/warning/package.json
generated
vendored
82
goTorrentWebUI/node_modules/material-ui/node_modules/warning/package.json
generated
vendored
@@ -1,80 +1,42 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"warning@3.0.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "warning@3.0.0",
|
||||
"_id": "warning@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=",
|
||||
"_location": "/material-ui/warning",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "warning@3.0.0",
|
||||
"name": "warning",
|
||||
"escapedName": "warning",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui",
|
||||
"/material-ui/jss",
|
||||
"/material-ui/jss-compose",
|
||||
"/material-ui/jss-extend",
|
||||
"/material-ui/jss-nested",
|
||||
"/material-ui/react-event-listener",
|
||||
"/material-ui/react-transition-group"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Berkeley Martinez",
|
||||
"email": "berkeley@r3dm.com",
|
||||
"url": "http://www.freecodecamp.com"
|
||||
},
|
||||
"name": "warning",
|
||||
"version": "3.0.0",
|
||||
"description": "A mirror of Facebook's Warning",
|
||||
"main": "warning.js",
|
||||
"browser": "browser.js",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"loose-envify"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/BerkeleyTrue/warning/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"loose-envify": "^1.0.0"
|
||||
},
|
||||
"description": "A mirror of Facebook's Warning",
|
||||
"devDependencies": {
|
||||
"browserify": "^11.0.1",
|
||||
"tap": "^1.4.0"
|
||||
},
|
||||
"files": [
|
||||
"browser.js",
|
||||
"warning.js"
|
||||
],
|
||||
"homepage": "https://github.com/BerkeleyTrue/warning",
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"loose-envify": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^11.0.1",
|
||||
"tap": "^1.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/BerkeleyTrue/warning.git"
|
||||
},
|
||||
"keywords": [
|
||||
"warning",
|
||||
"facebook",
|
||||
"react",
|
||||
"invariant"
|
||||
],
|
||||
"author": "Berkeley Martinez <berkeley@r3dm.com> (http://www.freecodecamp.com)",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "warning.js",
|
||||
"name": "warning",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/BerkeleyTrue/warning.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/BerkeleyTrue/warning/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
"homepage": "https://github.com/BerkeleyTrue/warning"
|
||||
}
|
||||
|
Reference in New Issue
Block a user