Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,18 +1,32 @@
{
"name": "asap",
"version": "2.0.6",
"description": "High-priority task queue for Node.js and browsers",
"keywords": [
"event",
"task",
"queue"
"_args": [
[
"asap@2.0.6",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kriskowal/asap.git"
"_from": "asap@2.0.6",
"_id": "asap@2.0.6",
"_inBundle": false,
"_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
"_location": "/material-ui-icons/asap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "asap@2.0.6",
"name": "asap",
"escapedName": "asap",
"rawSpec": "2.0.6",
"saveSpec": null,
"fetchSpec": "2.0.6"
},
"main": "./asap.js",
"_requiredBy": [
"/material-ui-icons/promise"
],
"_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
"_spec": "2.0.6",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"browser": {
"./asap": "./browser-asap.js",
"./asap.js": "./browser-asap.js",
@@ -20,29 +34,12 @@
"./raw.js": "./browser-raw.js",
"./test/domain.js": "./test/browser-domain.js"
},
"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"
"bugs": {
"url": "https://github.com/kriskowal/asap/issues"
},
"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",
@@ -52,7 +49,42 @@
"q-io": "^2.0.3",
"saucelabs": "^0.1.1",
"wd": "^0.2.21",
"weak-map": "^1.0.5",
"benchmark": "^1.0.0"
}
"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"
}

View File

@@ -1,42 +1,35 @@
{
"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"
"_args": [
[
"change-emitter@0.1.6",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"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"
"_from": "change-emitter@0.1.6",
"_id": "change-emitter@0.1.6",
"_inBundle": false,
"_integrity": "sha1-6LL+PX8at9aaMhma/5HqaTFAlRU=",
"_location": "/material-ui-icons/change-emitter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "change-emitter@0.1.6",
"name": "change-emitter",
"escapedName": "change-emitter",
"rawSpec": "0.1.6",
"saveSpec": null,
"fetchSpec": "0.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acdlite/change-emitter.git"
},
"keywords": [
"change",
"event",
"emitter"
"_requiredBy": [
"/material-ui-icons/recompose"
],
"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"
"_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"
},
"ava": {
"babel": "inherit",
@@ -49,5 +42,43 @@
"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"
}

View File

@@ -1,41 +1,59 @@
{
"name": "core-js",
"description": "Standard library",
"version": "1.2.7",
"repository": {
"type": "git",
"url": "https://github.com/zloirock/core-js.git"
"_args": [
[
"core-js@1.2.7",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "core-js@1.2.7",
"_id": "core-js@1.2.7",
"_inBundle": false,
"_integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
"_location": "/material-ui-icons/core-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "core-js@1.2.7",
"name": "core-js",
"escapedName": "core-js",
"rawSpec": "1.2.7",
"saveSpec": null,
"fetchSpec": "1.2.7"
},
"main": "index.js",
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
"_spec": "1.2.7",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"bugs": {
"url": "https://github.com/zloirock/core-js/issues"
},
"description": "Standard library",
"devDependencies": {
"webpack": "1.12.x",
"LiveScript": "1.3.x",
"eslint": "1.9.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.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-contrib-uglify": "0.10.x",
"grunt-contrib-watch": "0.6.x",
"grunt-karma": "0.12.x",
"grunt-livescript": "0.5.x",
"karma": "0.13.x",
"karma-qunit": "0.1.x",
"karma-chrome-launcher": "0.2.x",
"karma-ie-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",
"promises-aplus-tests": "2.1.x",
"eslint": "1.9.x",
"qunitjs": "1.23.x",
"phantomjs": "1.9.x"
"webpack": "1.12.x"
},
"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",
"homepage": "https://github.com/zloirock/core-js#readme",
"keywords": [
"ES5",
"ECMAScript 5",
@@ -55,5 +73,19 @@
"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"
}

View File

@@ -1,19 +1,56 @@
{
"name": "encoding",
"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"
"_args": [
[
"encoding@0.1.12",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "encoding@0.1.12",
"_id": "encoding@0.1.12",
"_inBundle": false,
"_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
"_location": "/material-ui-icons/encoding",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "encoding@0.1.12",
"name": "encoding",
"escapedName": "encoding",
"rawSpec": "0.1.12",
"saveSpec": null,
"fetchSpec": "0.1.12"
},
"_requiredBy": [
"/material-ui-icons/node-fetch"
],
"_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
"_spec": "0.1.12",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/encoding/issues"
},
"repository": "https://github.com/andris9/encoding.git",
"author": "Andris Reinman",
"license": "MIT",
"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"
},
"scripts": {
"test": "nodeunit test"
},
"version": "0.1.12"
}

View File

@@ -1,19 +1,50 @@
{
"name": "fbjs",
"version": "0.8.16",
"description": "A collection of utility libraries used by other Facebook JS projects",
"main": "index.js",
"repository": "facebook/fbjs",
"scripts": {
"build": "gulp build",
"postbuild": "node scripts/node/check-lib-requires.js lib",
"lint": "eslint .",
"prepublish": "npm run build",
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "NODE_ENV=test jest",
"test-babel-presets": "cd babel-preset && npm install && npm test",
"typecheck": "flow check src"
"_args": [
[
"fbjs@0.8.16",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "fbjs@0.8.16",
"_id": "fbjs@0.8.16",
"_inBundle": false,
"_integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=",
"_location": "/material-ui-icons/fbjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fbjs@0.8.16",
"name": "fbjs",
"escapedName": "fbjs",
"rawSpec": "0.8.16",
"saveSpec": null,
"fetchSpec": "0.8.16"
},
"_requiredBy": [
"/material-ui-icons/recompose"
],
"_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz",
"_spec": "0.8.16",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/fbjs/issues"
},
"dependencies": {
"core-js": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.9"
},
"description": "A collection of utility libraries used by other Facebook JS projects",
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-preset-fbjs": "file:babel-preset",
@@ -30,7 +61,10 @@
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"license": "MIT",
"devEngines": {
"node": ">=4.x",
"npm": ">=2.x"
},
"files": [
"LICENSE",
"README.md",
@@ -39,6 +73,7 @@
"lib/",
"module-map.json"
],
"homepage": "https://github.com/facebook/fbjs#readme",
"jest": {
"modulePathIgnorePatterns": [
"/lib/",
@@ -59,22 +94,22 @@
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
]
},
"dependencies": {
"core-js": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.9"
"license": "MIT",
"main": "index.js",
"name": "fbjs",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/fbjs.git"
},
"devEngines": {
"node": ">=4.x",
"npm": ">=2.x"
"scripts": {
"build": "gulp build",
"lint": "eslint .",
"postbuild": "node scripts/node/check-lib-requires.js lib",
"prepublish": "npm run build",
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "NODE_ENV=test jest",
"test-babel-presets": "cd babel-preset && npm install && npm test",
"typecheck": "flow check src"
},
"browserify": {
"transform": [
"loose-envify"
]
}
"version": "0.8.16"
}

View File

@@ -1,6 +0,0 @@
.idea
.coveralls.yml
.eslintrc
.travis.yml
/artifacts/
/tests/

View File

@@ -17,9 +17,9 @@ $ npm install --save hoist-non-react-statics
## Usage
```js
import hoistNonReactStatic from 'hoist-non-react-statics';
import hoistNonReactStatics from 'hoist-non-react-statics';
hoistNonReactStatic(targetComponent, sourceComponent);
hoistNonReactStatics(targetComponent, sourceComponent);
```
## What does this module do?
@@ -30,7 +30,7 @@ See this [explanation](https://facebook.github.io/react/docs/higher-order-compon
| Compatible React Version | hoist-non-react-statics Version |
|--------------------------|-------------------------------|
| 0.13-15.0 | >= 1.0.0 |
| 0.13-16.0 | >= 1.0.0 |
## Browser Support

View File

@@ -2,64 +2,71 @@
* Copyright 2015, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
'use strict';
var REACT_STATICS = {
childContextTypes: true,
contextTypes: true,
defaultProps: true,
displayName: true,
getDefaultProps: true,
mixins: true,
propTypes: true,
type: true
};
var KNOWN_STATICS = {
name: true,
length: true,
prototype: true,
caller: true,
callee: true,
arguments: true,
arity: true
};
var defineProperty = Object.defineProperty;
var getOwnPropertyNames = Object.getOwnPropertyNames;
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
var getPrototypeOf = Object.getPrototypeOf;
var objectPrototype = getPrototypeOf && getPrototypeOf(Object);
module.exports = function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
if (typeof sourceComponent !== 'string') { // don't hoist over string (html) components
if (objectPrototype) {
var inheritedComponent = getPrototypeOf(sourceComponent);
if (inheritedComponent && inheritedComponent !== objectPrototype) {
hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.hoistNonReactStatics = factory());
}(this, (function () {
'use strict';
var REACT_STATICS = {
childContextTypes: true,
contextTypes: true,
defaultProps: true,
displayName: true,
getDefaultProps: true,
getDerivedStateFromProps: true,
mixins: true,
propTypes: true,
type: true
};
var KNOWN_STATICS = {
name: true,
length: true,
prototype: true,
caller: true,
callee: true,
arguments: true,
arity: true
};
var defineProperty = Object.defineProperty;
var getOwnPropertyNames = Object.getOwnPropertyNames;
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
var getPrototypeOf = Object.getPrototypeOf;
var objectPrototype = getPrototypeOf && getPrototypeOf(Object);
return function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
if (typeof sourceComponent !== 'string') { // don't hoist over string (html) components
if (objectPrototype) {
var inheritedComponent = getPrototypeOf(sourceComponent);
if (inheritedComponent && inheritedComponent !== objectPrototype) {
hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
}
}
}
var keys = getOwnPropertyNames(sourceComponent);
if (getOwnPropertySymbols) {
keys = keys.concat(getOwnPropertySymbols(sourceComponent));
}
for (var i = 0; i < keys.length; ++i) {
var key = keys[i];
if (!REACT_STATICS[key] && !KNOWN_STATICS[key] && (!blacklist || !blacklist[key])) {
var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
try { // Avoid failures from read-only properties
defineProperty(targetComponent, key, descriptor);
} catch (e) {}
var keys = getOwnPropertyNames(sourceComponent);
if (getOwnPropertySymbols) {
keys = keys.concat(getOwnPropertySymbols(sourceComponent));
}
for (var i = 0; i < keys.length; ++i) {
var key = keys[i];
if (!REACT_STATICS[key] && !KNOWN_STATICS[key] && (!blacklist || !blacklist[key])) {
var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
try { // Avoid failures from read-only properties
defineProperty(targetComponent, key, descriptor);
} catch (e) {}
}
}
return targetComponent;
}
return targetComponent;
}
return targetComponent;
};
};
})));

View File

@@ -1,20 +1,40 @@
{
"name": "hoist-non-react-statics",
"version": "2.3.1",
"_args": [
[
"hoist-non-react-statics@2.5.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "hoist-non-react-statics@2.5.0",
"_id": "hoist-non-react-statics@2.5.0",
"_inBundle": false,
"_integrity": "sha512-6Bl6XsDT1ntE0lHbIhr4Kp2PGcleGZ66qu5Jqk8lc0Xc/IeG6gVLmwUGs/K0Us+L8VWoKgj0uWdPMataOsm31w==",
"_location": "/material-ui-icons/hoist-non-react-statics",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hoist-non-react-statics@2.5.0",
"name": "hoist-non-react-statics",
"escapedName": "hoist-non-react-statics",
"rawSpec": "2.5.0",
"saveSpec": null,
"fetchSpec": "2.5.0"
},
"_requiredBy": [
"/material-ui-icons/recompose"
],
"_resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz",
"_spec": "2.5.0",
"_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"
},
"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",
@@ -33,7 +53,22 @@
"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.5.0"
}

View File

@@ -1,57 +1,126 @@
{
"_args": [
[
"iconv-lite@0.4.19",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "iconv-lite@0.4.19",
"_id": "iconv-lite@0.4.19",
"_inBundle": false,
"_integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==",
"_location": "/material-ui-icons/iconv-lite",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "iconv-lite@0.4.19",
"name": "iconv-lite",
"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"
"escapedName": "iconv-lite",
"rawSpec": "0.4.19",
"saveSpec": null,
"fetchSpec": "0.4.19"
},
"_requiredBy": [
"/material-ui-icons/encoding"
],
"_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz",
"_spec": "0.4.19",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Alexander Shtuchkin",
"email": "ashtuchkin@gmail.com"
},
"browser": {
"./extend-node": false,
"./streams": false
},
"bugs": {
"url": "https://github.com/ashtuchkin/iconv-lite/issues"
},
"contributors": [
{
"name": "Jinwu Zhan",
"url": "https://github.com/jenkinv"
},
"engines": {
"node": ">=0.10.0"
{
"name": "Adamansky Anton",
"url": "https://github.com/adamansky"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --grep .",
"coverage-open": "open coverage/lcov-report/index.html",
"test": "mocha --reporter spec --grep ."
{
"name": "George Stagas",
"url": "https://github.com/stagas"
},
"browser": {
"./extend-node": false,
"./streams": false
{
"name": "Mike D Pilsbury",
"url": "https://github.com/pekim"
},
"devDependencies": {
"mocha": "*",
"request": "*",
"unorm": "*",
"errto": "*",
"async": "*",
"istanbul": "*",
"semver": "*",
"iconv": "*"
{
"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"
}
],
"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"
}

View File

@@ -1,23 +1,53 @@
{
"name": "is-stream",
"version": "1.1.0",
"description": "Check if something is a Node.js stream",
"license": "MIT",
"repository": "sindresorhus/is-stream",
"_args": [
[
"is-stream@1.1.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "is-stream@1.1.0",
"_id": "is-stream@1.1.0",
"_inBundle": false,
"_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
"_location": "/material-ui-icons/is-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-stream@1.1.0",
"name": "is-stream",
"escapedName": "is-stream",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/material-ui-icons/node-fetch"
],
"_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"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",
@@ -30,9 +60,14 @@
"detect",
"is"
],
"devDependencies": {
"ava": "*",
"tempfile": "^1.1.0",
"xo": "*"
}
"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"
}

View File

@@ -1,27 +1,45 @@
{
"name": "isomorphic-fetch",
"version": "2.2.1",
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
"_args": [
[
"isomorphic-fetch@2.2.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "isomorphic-fetch@2.2.1",
"_id": "isomorphic-fetch@2.2.1",
"_inBundle": false,
"_integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
"_location": "/material-ui-icons/isomorphic-fetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "isomorphic-fetch@2.2.1",
"name": "isomorphic-fetch",
"escapedName": "isomorphic-fetch",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Matt Andrews",
"email": "matt@mattandre.ws"
},
"browser": "fetch-npm-browserify.js",
"main": "fetch-npm-node.js",
"scripts": {
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/matthew-andrews/isomorphic-fetch.git"
},
"author": "Matt Andrews <matt@mattandre.ws>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
},
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
"dependencies": {
"node-fetch": "^1.0.1",
"whatwg-fetch": ">=0.10.0"
},
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
"devDependencies": {
"chai": "^1.10.0",
"es6-promise": "^2.0.1",
@@ -30,5 +48,18 @@
"mocha": "^2.1.0",
"nock": "^0.56.0",
"npm-prepublish": "^1.0.2"
}
},
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
"license": "MIT",
"main": "fetch-npm-node.js",
"name": "isomorphic-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git"
},
"scripts": {
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
},
"version": "2.2.1"
}

View File

@@ -1,9 +1,49 @@
{
"name": "js-tokens",
"version": "3.0.2",
"author": "Simon Lydell",
"license": "MIT",
"_args": [
[
"js-tokens@3.0.2",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "js-tokens@3.0.2",
"_id": "js-tokens@3.0.2",
"_inBundle": false,
"_integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
"_location": "/material-ui-icons/js-tokens",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-tokens@3.0.2",
"name": "js-tokens",
"escapedName": "js-tokens",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/material-ui-icons/loose-envify"
],
"_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/js-tokens/issues"
},
"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",
@@ -11,20 +51,17 @@
"tokenize",
"regex"
],
"files": [
"index.js"
],
"repository": "lydell/js-tokens",
"scripts": {
"test": "mocha --ui tdd",
"esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
"build": "node generate-index.js",
"dev": "npm run build && npm test"
"license": "MIT",
"name": "js-tokens",
"repository": {
"type": "git",
"url": "git+https://github.com/lydell/js-tokens.git"
},
"devDependencies": {
"coffee-script": "~1.12.6",
"esprima": "^4.0.0",
"everything.js": "^1.0.3",
"mocha": "^3.4.2"
}
"scripts": {
"build": "node generate-index.js",
"dev": "npm run build && npm test",
"esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
"test": "mocha --ui tdd"
},
"version": "3.0.2"
}

View File

@@ -1,7 +1,52 @@
{
"name": "loose-envify",
"version": "1.3.1",
"_args": [
[
"loose-envify@1.3.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "loose-envify@1.3.1",
"_id": "loose-envify@1.3.1",
"_inBundle": false,
"_integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
"_location": "/material-ui-icons/loose-envify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "loose-envify@1.3.1",
"name": "loose-envify",
"escapedName": "loose-envify",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Andres Suarez",
"email": "zertosh@gmail.com"
},
"bin": {
"loose-envify": "cli.js"
},
"bugs": {
"url": "https://github.com/zertosh/loose-envify/issues"
},
"dependencies": {
"js-tokens": "^3.0.0"
},
"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",
@@ -11,13 +56,9 @@
"source",
"configuration"
],
"homepage": "https://github.com/zertosh/loose-envify",
"license": "MIT",
"author": "Andres Suarez <zertosh@gmail.com>",
"main": "index.js",
"bin": {
"loose-envify": "cli.js"
},
"name": "loose-envify",
"repository": {
"type": "git",
"url": "git://github.com/zertosh/loose-envify.git"
@@ -25,12 +66,5 @@
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"js-tokens": "^3.0.0"
},
"devDependencies": {
"browserify": "^13.1.1",
"envify": "^3.4.0",
"tap": "^8.0.0"
}
"version": "1.3.1"
}

View File

@@ -1,28 +1,43 @@
{
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/bitinn/node-fetch.git"
},
"keywords": [
"fetch",
"http",
"promise"
"_args": [
[
"node-fetch@1.7.3",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"author": "David Frank",
"license": "MIT",
"_from": "node-fetch@1.7.3",
"_id": "node-fetch@1.7.3",
"_inBundle": false,
"_integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
"_location": "/material-ui-icons/node-fetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-fetch@1.7.3",
"name": "node-fetch",
"escapedName": "node-fetch",
"rawSpec": "1.7.3",
"saveSpec": null,
"fetchSpec": "1.7.3"
},
"_requiredBy": [
"/material-ui-icons/isomorphic-fetch"
],
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
"_spec": "1.7.3",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"homepage": "https://github.com/bitinn/node-fetch",
"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",
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^3.5.0",
@@ -35,8 +50,23 @@
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"dependencies": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
}
"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"
}

View File

@@ -1,24 +1,54 @@
{
"name": "object-assign",
"version": "4.1.1",
"description": "ES2015 `Object.assign()` ponyfill",
"license": "MIT",
"repository": "sindresorhus/object-assign",
"_args": [
[
"object-assign@4.1.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "object-assign@4.1.1",
"_id": "object-assign@4.1.1",
"_inBundle": false,
"_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"_location": "/material-ui-icons/object-assign",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "object-assign@4.1.1",
"name": "object-assign",
"escapedName": "object-assign",
"rawSpec": "4.1.1",
"saveSpec": null,
"fetchSpec": "4.1.1"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"_spec": "4.1.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"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",
@@ -33,10 +63,15 @@
"shim",
"browser"
],
"devDependencies": {
"ava": "^0.16.0",
"lodash": "^4.16.4",
"matcha": "^0.7.0",
"xo": "^0.16.0"
}
"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"
}

View File

@@ -1,26 +1,42 @@
{
"name": "promise",
"version": "7.3.1",
"_args": [
[
"promise@7.3.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "promise@7.3.1",
"_id": "promise@7.3.1",
"_inBundle": false,
"_integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
"_location": "/material-ui-icons/promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "promise@7.3.1",
"name": "promise",
"escapedName": "promise",
"rawSpec": "7.3.1",
"saveSpec": null,
"fetchSpec": "7.3.1"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
"_spec": "7.3.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"asap": "~2.0.3"
},
"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": "*",
@@ -29,7 +45,25 @@
"promises-aplus-tests": "*",
"rimraf": "^2.3.2"
},
"dependencies": {
"asap": "~2.0.3"
}
}
"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"
}

View File

@@ -1,17 +1,47 @@
{
"name": "recompose",
"version": "0.26.0",
"author": "Andrew Clark <acdlite@me.com>",
"repository": {
"type": "git",
"url": "https://github.com/acdlite/recompose.git"
"_args": [
[
"recompose@0.26.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "recompose@0.26.0",
"_id": "recompose@0.26.0",
"_inBundle": false,
"_integrity": "sha512-KwOu6ztO0mN5vy3+zDcc45lgnaUoaQse/a5yLVqtzTK13czSWnFGmXbQVmnoMgDkI5POd1EwIKSbjU1V7xdZog==",
"_location": "/material-ui-icons/recompose",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "recompose@0.26.0",
"name": "recompose",
"escapedName": "recompose",
"rawSpec": "0.26.0",
"saveSpec": null,
"fetchSpec": "0.26.0"
},
"_requiredBy": [
"/material-ui-icons"
],
"_resolved": "https://registry.npmjs.org/recompose/-/recompose-0.26.0.tgz",
"_spec": "0.26.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Andrew Clark",
"email": "acdlite@me.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/acdlite/recompose/issues"
},
"homepage": "https://github.com/acdlite/recompose",
"dependencies": {
"change-emitter": "^0.1.2",
"fbjs": "^0.8.1",
"hoist-non-react-statics": "^2.3.1",
"symbol-observable": "^1.0.4"
},
"description": "A React utility belt for function components and higher-order components",
"homepage": "https://github.com/acdlite/recompose",
"keywords": [
"react",
"higher-order",
@@ -21,15 +51,16 @@
"utilities",
"composition"
],
"license": "MIT",
"main": "cjs/Recompose.js",
"module": "es/Recompose.js",
"dependencies": {
"change-emitter": "^0.1.2",
"fbjs": "^0.8.1",
"hoist-non-react-statics": "^2.3.1",
"symbol-observable": "^1.0.4"
},
"name": "recompose",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/acdlite/recompose.git"
},
"version": "0.26.0"
}

View File

@@ -1,30 +1,77 @@
{
"_args": [
[
"setimmediate@1.0.5",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "setimmediate@1.0.5",
"_id": "setimmediate@1.0.5",
"_inBundle": false,
"_integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
"_location": "/material-ui-icons/setimmediate",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "setimmediate@1.0.5",
"name": "setimmediate",
"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"
"escapedName": "setimmediate",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
"_spec": "1.0.5",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "YuzuJS"
},
"bugs": {
"url": "https://github.com/YuzuJS/setImmediate/issues"
},
"contributors": [
{
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me"
},
"devDependencies": {
"jshint": "^2.5.0",
"mocha": "~1.18.2",
"http-server": "~0.6.1",
"opener": "^1.3",
"zuul": "^1.6.4"
{
"name": "Donavon West",
"email": "github@donavon.com",
"url": "http://donavon.com"
},
{
"name": "Yaffle"
}
],
"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"
}

View File

@@ -1,3 +1,35 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/blesh/symbol-observable/compare/1.1.0...v1.2.0) (2018-01-26)
### Bug Fixes
* **TypeScript:** Remove global Symbol declaration ([427c3d7](https://github.com/blesh/symbol-observable/commit/427c3d7))
* common js usage example (#30) ([42c2ffa](https://github.com/blesh/symbol-observable/commit/42c2ffa))
### Features
* **bundlers:** Add module and main entries in package.json (#33) ([97673e1](https://github.com/blesh/symbol-observable/commit/97673e1))
<a name="1.1.0"></a>
# [1.1.0](https://github.com/blesh/symbol-observable/compare/1.0.4...v1.1.0) (2017-11-28)
### Bug Fixes
* **TypeScript:** update TS to 2.0, fix typings ([e08474e](https://github.com/blesh/symbol-observable/commit/e08474e)), closes [#27](https://github.com/blesh/symbol-observable/issues/27)
### Features
* **browser:** Fully qualified import for native esm browser support (#31) ([8ae5f8e](https://github.com/blesh/symbol-observable/commit/8ae5f8e))
* **index.d.ts:** add type info to Symbol.observable ([e4be157](https://github.com/blesh/symbol-observable/commit/e4be157))
<a name="1.0.4"></a>
## [1.0.4](https://github.com/blesh/symbol-observable/compare/1.0.3...v1.0.4) (2016-10-13)

View File

@@ -1,5 +1,5 @@
/* global window */
import ponyfill from './ponyfill';
import ponyfill from './ponyfill.js';
var root;

View File

@@ -1,2 +1,12 @@
declare const observableSymbol: symbol;
export default observableSymbol;
declare global {
export interface SymbolConstructor {
readonly observable: symbol;
}
}
export interface Symbol {
readonly [Symbol.observable]: symbol;
}

View File

@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
value: true
});
var _ponyfill = require('./ponyfill');
var _ponyfill = require('./ponyfill.js');
var _ponyfill2 = _interopRequireDefault(_ponyfill);

View File

@@ -1,21 +1,52 @@
{
"name": "symbol-observable",
"version": "1.0.4",
"description": "Symbol.observable ponyfill",
"license": "MIT",
"repository": "blesh/symbol-observable",
"_args": [
[
"symbol-observable@1.2.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "symbol-observable@1.2.0",
"_id": "symbol-observable@1.2.0",
"_inBundle": false,
"_integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
"_location": "/material-ui-icons/symbol-observable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "symbol-observable@1.2.0",
"name": "symbol-observable",
"escapedName": "symbol-observable",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/material-ui-icons/recompose"
],
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"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": "^2.1.4"
},
"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",
@@ -25,8 +56,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",
@@ -35,13 +66,19 @@
"polyfill",
"shim"
],
"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"
}
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"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 && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
},
"typings": "index.d.ts",
"version": "1.2.0"
}

View File

@@ -1,4 +1,4 @@
# symbol-observable [![Build Status](https://travis-ci.org/blesh/symbol-observable.svg?branch=master)](https://travis-ci.org/blesh/symbol-observable)
# symbol-observable [![Build Status](https://travis-ci.org/benlesh/symbol-observable.svg?branch=master)](https://travis-ci.org/benlesh/symbol-observable)
> [`Symbol.observable`](https://github.com/zenparsing/es-observable) [ponyfill](https://ponyfill.com)
@@ -13,7 +13,7 @@ $ npm install --save symbol-observable
## Usage
```js
const symbolObservable = require('symbol-observable');
const symbolObservable = require('symbol-observable').default;
console.log(symbolObservable);
//=> Symbol(observable)
@@ -28,4 +28,4 @@ console.log(symbolObservable);
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com) and [Ben Lesh](https://github.com/benlesh)

View File

@@ -1,9 +1,297 @@
{
"title": "UAParser.js",
"name": "ua-parser-js",
"version": "0.7.17",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"_args": [
[
"ua-parser-js@0.7.17",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "ua-parser-js@0.7.17",
"_id": "ua-parser-js@0.7.17",
"_inBundle": false,
"_integrity": "sha512-uRdSdu1oA1rncCQL7sCj8vSyZkgtL7faaw9Tc9rZ3mGgraQ7+Pdx7w5mnOSF3gw9ZNG6oc+KXfkon3bKuROm0g==",
"_location": "/material-ui-icons/ua-parser-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ua-parser-js@0.7.17",
"name": "ua-parser-js",
"escapedName": "ua-parser-js",
"rawSpec": "0.7.17",
"saveSpec": null,
"fetchSpec": "0.7.17"
},
"_requiredBy": [
"/material-ui-icons/fbjs"
],
"_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz",
"_spec": "0.7.17",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Faisal Salman",
"email": "f@faisalman.com",
"url": "http://faisalman.com"
},
"bugs": {
"url": "https://github.com/faisalman/ua-parser-js/issues"
},
"contributors": [
{
"name": "Aamir Poonawalla",
"email": "aamir@urx.com"
},
{
"name": "Admas",
"email": "mollases@users.noreply.github.com"
},
{
"name": "algenon",
"email": "m@antonz.ru"
},
{
"name": "Andrea Vaghi",
"email": "andrea.vaghi@jobrapido.com"
},
{
"name": "Anton Zhiyanov",
"email": "m@antonz.ru"
},
{
"name": "Austin Pray",
"email": "austin@austinpray.com"
},
{
"name": "Benjamin Bertrand",
"email": "bertrand.design@gmail.com"
},
{
"name": "boneyao",
"email": "admin@boneyao.com"
},
{
"name": "Carl C Von Lewin",
"email": "carlchristianlewin@gmail.com"
},
{
"name": "CESAR RAMOS",
"email": "c@imagenproactiva.com"
},
{
"name": "Christopher De Cairos",
"email": "chris.decairos@gmail.com"
},
{
"name": "Davit Barbakadze",
"email": "jayarjo@gmail.com"
},
{
"name": "ddivernois",
"email": "david-emmanuel.divernois@amadeus.com"
},
{
"name": "Demis Palma",
"email": "demis.palma@gmail.com"
},
{
"name": "Dmitry Tyschenko",
"email": "dtyschenko@gmail.com"
},
{
"name": "Douglas Li",
"email": "doug@knotch.it"
},
{
"name": "Dumitru Uzun",
"email": "contact@duzun.me"
},
{
"name": "Erik Hesselink",
"email": "hesselink@gmail.com"
},
{
"name": "Fabian Becker",
"email": "halfdan@xnorfz.de"
},
{
"name": "Faisal Salman",
"email": "fyzlman@gmail.com"
},
{
"name": "Frédéric Camblor",
"email": "fcamblor@gmail.com"
},
{
"name": "Grigory Dmitrenko",
"email": "grigory@snsk.ru"
},
{
"name": "Hendrik Helwich",
"email": "h.helwich@iplabs.de"
},
{
"name": "jackpoll",
"email": "jackpoll123456@gmail.com"
},
{
"name": "Jake Mc",
"email": "startswithaj@users.noreply.github.com"
},
{
"name": "John Tantalo",
"email": "john.tantalo@gmail.com"
},
{
"name": "John Yanarella",
"email": "jmy@codecatalyst.com"
},
{
"name": "Jon Buckley",
"email": "jon@jbuckley.ca"
},
{
"name": "Kendall Buchanan",
"email": "kendall@kendagriff.com"
},
{
"name": "Lee Treveil",
"email": "leetreveil@gmail.com"
},
{
"name": "leonardo",
"email": "leofiore@libero.it"
},
{
"name": "Levente Balogh",
"email": "noreply@github.com"
},
{
"name": "Liam Quinn",
"email": "lquinn@blackberry.com"
},
{
"name": "Lithin",
"email": "lithin@webklipper.com"
},
{
"name": "Lukas Eipert",
"email": "leipert@users.noreply.github.com"
},
{
"name": "Malash",
"email": "i@malash.me"
},
{
"name": "Martynas",
"email": "noreply@github.com"
},
{
"name": "Maximilian Haupt",
"email": "mail@maximilianhaupt.com"
},
{
"name": "Max Maurer",
"email": "maxemanuel.maurer@gmail.com"
},
{
"name": "Michael Hess",
"email": "mhess@connectify.me"
},
{
"name": "naoh",
"email": "noreply@github.com"
},
{
"name": "Nik Rolls",
"email": "nik@rolls.cc"
},
{
"name": "niris",
"email": "nirisix@gmail.com"
},
{
"name": "otakuSiD",
"email": "otakusid@gmail.com"
},
{
"name": "Peter Dave Hello",
"email": "PeterDaveHello@users.noreply.github.com"
},
{
"name": "philippsimon",
"email": "github@philippsimon.de"
},
{
"name": "Pieter Hendrickx",
"email": "pieter.hendrickx@belfius.be"
},
{
"name": "Robert Tod",
"email": "robert@qubit.com"
},
{
"name": "Ross Noble",
"email": "rosshnoble@gmail.com"
},
{
"name": "Sandro Sonntag",
"email": "sandro.sonntag@adorsys.de"
},
{
"name": "sgautrea",
"email": "shanegautreau@gmail.com"
},
{
"name": "Shane Gautreau",
"email": "sgautrea@opentext.com"
},
{
"name": "Shane Thacker",
"email": "shane@steadymade.com"
},
{
"name": "Simon Eisenmann",
"email": "simon@longsleep.org"
},
{
"name": "Simon Lang",
"email": "me@simonlang.org"
},
{
"name": "Sylvain Gizard",
"email": "sylvain.gizard@gmail.com"
},
{
"name": "szchenghuang",
"email": "szchenghuang@gmail.com"
},
{
"name": "Vadim Kurachevsky",
"email": "vadim@hmvs.org"
},
{
"name": "Yun Young-jin",
"email": "yupmin@yupmin-office-macmini.local"
}
],
"demo": "https://faisalman.github.io/ua-parser-js",
"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",
@@ -15,75 +303,21 @@
"jquery-plugin",
"ecosystem:jquery"
],
"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>"
],
"license": "(GPL-2.0 OR MIT)",
"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",
"verup": "node ./node_modules/verup",
"version": "node ./node_modules/verup 0"
"version": "node ./node_modules/verup 0",
"verup": "node ./node_modules/verup"
},
"title": "UAParser.js",
"version": "0.7.17",
"verup": {
"files": [
"bower.json",
@@ -94,28 +328,5 @@
"^((?:\\$|(\\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"
}
}

View File

@@ -1,10 +1,36 @@
{
"name": "whatwg-fetch",
"_args": [
[
"whatwg-fetch@2.0.3",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_from": "whatwg-fetch@2.0.3",
"_id": "whatwg-fetch@2.0.3",
"_inBundle": false,
"_integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=",
"_location": "/material-ui-icons/whatwg-fetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "whatwg-fetch@2.0.3",
"name": "whatwg-fetch",
"escapedName": "whatwg-fetch",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/material-ui-icons/isomorphic-fetch"
],
"_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"bugs": {
"url": "https://github.com/github/fetch/issues"
},
"description": "A window.fetch polyfill.",
"version": "2.0.3",
"main": "fetch.js",
"repository": "github/fetch",
"license": "MIT",
"devDependencies": {
"chai": "1.10.0",
"jshint": "2.8.0",
@@ -17,7 +43,16 @@
"LICENSE",
"fetch.js"
],
"homepage": "https://github.com/github/fetch#readme",
"license": "MIT",
"main": "fetch.js",
"name": "whatwg-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/github/fetch.git"
},
"scripts": {
"test": "make"
}
},
"version": "2.0.3"
}