adding frontend authentication, starting file priority code
This commit is contained in:
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/core-js/package.json
generated
vendored
84
goTorrentWebUI/node_modules/material-ui-icons/node_modules/core-js/package.json
generated
vendored
@@ -1,59 +1,41 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"core-js@1.2.7",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "core-js@1.2.7",
|
||||
"_id": "core-js@1.2.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=",
|
||||
"_location": "/material-ui-icons/core-js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "core-js@1.2.7",
|
||||
"name": "core-js",
|
||||
"escapedName": "core-js",
|
||||
"rawSpec": "1.2.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/material-ui-icons/fbjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
|
||||
"_spec": "1.2.7",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zloirock/core-js/issues"
|
||||
},
|
||||
"name": "core-js",
|
||||
"description": "Standard library",
|
||||
"version": "1.2.7",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zloirock/core-js.git"
|
||||
},
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"webpack": "1.12.x",
|
||||
"LiveScript": "1.3.x",
|
||||
"eslint": "1.9.x",
|
||||
"grunt": "0.4.x",
|
||||
"grunt-cli": "0.1.x",
|
||||
"grunt-contrib-clean": "0.6.x",
|
||||
"grunt-contrib-copy": "0.8.x",
|
||||
"grunt-livescript": "0.5.x",
|
||||
"grunt-contrib-uglify": "0.10.x",
|
||||
"grunt-contrib-watch": "0.6.x",
|
||||
"grunt-contrib-clean": "0.6.x",
|
||||
"grunt-contrib-copy": "0.8.x",
|
||||
"grunt-karma": "0.12.x",
|
||||
"grunt-livescript": "0.5.x",
|
||||
"karma": "0.13.x",
|
||||
"karma-chrome-launcher": "0.2.x",
|
||||
"karma-firefox-launcher": "0.1.x",
|
||||
"karma-ie-launcher": "0.2.x",
|
||||
"karma-phantomjs-launcher": "0.2.x",
|
||||
"karma-qunit": "0.1.x",
|
||||
"phantomjs": "1.9.x",
|
||||
"karma-chrome-launcher": "0.2.x",
|
||||
"karma-ie-launcher": "0.2.x",
|
||||
"karma-firefox-launcher": "0.1.x",
|
||||
"karma-phantomjs-launcher": "0.2.x",
|
||||
"promises-aplus-tests": "2.1.x",
|
||||
"eslint": "1.9.x",
|
||||
"qunitjs": "1.23.x",
|
||||
"webpack": "1.12.x"
|
||||
"phantomjs": "1.9.x"
|
||||
},
|
||||
"homepage": "https://github.com/zloirock/core-js#readme",
|
||||
"scripts": {
|
||||
"grunt": "grunt",
|
||||
"lint": "eslint es5 es6 es7 js web core fn modules",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ES5",
|
||||
"ECMAScript 5",
|
||||
@@ -73,19 +55,5 @@
|
||||
"setImmediate",
|
||||
"Dict",
|
||||
"partial application"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "core-js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zloirock/core-js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"grunt": "grunt",
|
||||
"lint": "eslint es5 es6 es7 js web core fn modules",
|
||||
"promises-tests": "promises-aplus-tests tests/promises-aplus/adapter",
|
||||
"test": "npm run lint && npm run grunt livescript client karma:continuous library karma:continuous-library && npm run promises-tests && lsc tests/commonjs"
|
||||
},
|
||||
"version": "1.2.7"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user