adding frontend authentication, starting file priority code
This commit is contained in:
103
goTorrentWebUI/node_modules/material-ui-icons/node_modules/change-emitter/package.json
generated
vendored
103
goTorrentWebUI/node_modules/material-ui-icons/node_modules/change-emitter/package.json
generated
vendored
@@ -1,35 +1,42 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"change-emitter@0.1.6",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
"name": "change-emitter",
|
||||
"version": "0.1.6",
|
||||
"description": "Listen for changes. Like an event emitter that only emits a single event type. Really tiny.",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"_from": "change-emitter@0.1.6",
|
||||
"_id": "change-emitter@0.1.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-6LL+PX8at9aaMhma/5HqaTFAlRU=",
|
||||
"_location": "/material-ui-icons/change-emitter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "change-emitter@0.1.6",
|
||||
"name": "change-emitter",
|
||||
"escapedName": "change-emitter",
|
||||
"rawSpec": "0.1.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.6"
|
||||
"scripts": {
|
||||
"check": "eslint src",
|
||||
"build": "babel src --out-dir lib",
|
||||
"test": "ava",
|
||||
"test:watch": "yarn run test -- --watch",
|
||||
"prepublish": "yarn run check && yarn run test && yarn run build"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/acdlite/change-emitter.git"
|
||||
},
|
||||
"keywords": [
|
||||
"change",
|
||||
"event",
|
||||
"emitter"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/change-emitter/-/change-emitter-0.1.6.tgz",
|
||||
"_spec": "0.1.6",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Andrew Clark",
|
||||
"email": "acdlite@me.com"
|
||||
"author": "Andrew Clark <acdlite@me.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/acdlite/change-emitter/issues"
|
||||
},
|
||||
"homepage": "https://github.com/acdlite/change-emitter#readme",
|
||||
"devDependencies": {
|
||||
"ava": "^0.14.0",
|
||||
"babel-cli": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"eslint": "^2.10.1",
|
||||
"eslint-config-airbnb-base": "^3.0.1",
|
||||
"eslint-plugin-import": "^1.8.0",
|
||||
"sinon": "^1.17.4"
|
||||
},
|
||||
"ava": {
|
||||
"babel": "inherit",
|
||||
@@ -42,43 +49,5 @@
|
||||
"require": [
|
||||
"babel-register"
|
||||
]
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/acdlite/change-emitter/issues"
|
||||
},
|
||||
"description": "Listen for changes. Like an event emitter that only emits a single event type. Really tiny.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.14.0",
|
||||
"babel-cli": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"eslint": "^2.10.1",
|
||||
"eslint-config-airbnb-base": "^3.0.1",
|
||||
"eslint-plugin-import": "^1.8.0",
|
||||
"sinon": "^1.17.4"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/acdlite/change-emitter#readme",
|
||||
"keywords": [
|
||||
"change",
|
||||
"event",
|
||||
"emitter"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "change-emitter",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/acdlite/change-emitter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"check": "eslint src",
|
||||
"prepublish": "yarn run check && yarn run test && yarn run build",
|
||||
"test": "ava",
|
||||
"test:watch": "yarn run test -- --watch"
|
||||
},
|
||||
"version": "0.1.6"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user