adding frontend authentication, starting file priority code
This commit is contained in:
@@ -1,52 +1,21 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"symbol-observable@1.0.4",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "symbol-observable@1.0.4",
|
||||
"_id": "symbol-observable@1.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Kb9hXUqnEhvdiYsi1LP5vE4qoD0=",
|
||||
"_location": "/material-ui-icons/symbol-observable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "symbol-observable@1.0.4",
|
||||
"name": "symbol-observable",
|
||||
"escapedName": "symbol-observable",
|
||||
"rawSpec": "1.0.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/recompose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.4.tgz",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"name": "symbol-observable",
|
||||
"version": "1.0.4",
|
||||
"description": "Symbol.observable ponyfill",
|
||||
"license": "MIT",
|
||||
"repository": "blesh/symbol-observable",
|
||||
"author": {
|
||||
"name": "Ben Lesh",
|
||||
"email": "ben@benlesh.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/blesh/symbol-observable/issues"
|
||||
},
|
||||
"description": "Symbol.observable ponyfill",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es3": "^1.0.0",
|
||||
"chai": "^3.5.0",
|
||||
"check-es3-syntax-cli": "^0.1.0",
|
||||
"mocha": "^2.4.5",
|
||||
"typescript": "^1.8.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill",
|
||||
"build": "babel es --out-dir lib",
|
||||
"prepublish": "npm test"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"ponyfill.js",
|
||||
@@ -56,8 +25,8 @@
|
||||
"lib/index.js",
|
||||
"lib/ponyfill.js"
|
||||
],
|
||||
"homepage": "https://github.com/blesh/symbol-observable#readme",
|
||||
"jsnext:main": "es/index.js",
|
||||
"typings": "index.d.ts",
|
||||
"keywords": [
|
||||
"symbol",
|
||||
"observable",
|
||||
@@ -66,17 +35,13 @@
|
||||
"polyfill",
|
||||
"shim"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "symbol-observable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/blesh/symbol-observable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel es --out-dir lib",
|
||||
"prepublish": "npm test",
|
||||
"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
|
||||
},
|
||||
"typings": "index.d.ts",
|
||||
"version": "1.0.4"
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es3": "^1.0.0",
|
||||
"chai": "^3.5.0",
|
||||
"check-es3-syntax-cli": "^0.1.0",
|
||||
"mocha": "^2.4.5",
|
||||
"typescript": "^1.8.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user