Completely updated React, fixed #11, (hopefully)
This commit is contained in:
69
goTorrentWebUI/node_modules/material-ui-icons/package.json
generated
vendored
69
goTorrentWebUI/node_modules/material-ui-icons/package.json
generated
vendored
@@ -1,67 +1,52 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"material-ui-icons@1.0.0-beta.17",
|
||||
"material-ui-icons@1.0.0-beta.35",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "material-ui-icons@1.0.0-beta.17",
|
||||
"_id": "material-ui-icons@1.0.0-beta.17",
|
||||
"_from": "material-ui-icons@1.0.0-beta.35",
|
||||
"_id": "material-ui-icons@1.0.0-beta.35",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-XxmvVKLZnu7zR6VUFKaFPhyFDcM=",
|
||||
"_integrity": "sha512-w8NIy9sYrwAZM7Gd+eraNdT5e84Y0oA0nsR/M4fi8LimTD9NXaBD4QImhnKlSS4soO52sj3uYhnMRVG/JEfQ5w==",
|
||||
"_location": "/material-ui-icons",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "material-ui-icons@1.0.0-beta.17",
|
||||
"raw": "material-ui-icons@1.0.0-beta.35",
|
||||
"name": "material-ui-icons",
|
||||
"escapedName": "material-ui-icons",
|
||||
"rawSpec": "1.0.0-beta.17",
|
||||
"rawSpec": "1.0.0-beta.35",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0-beta.17"
|
||||
"fetchSpec": "1.0.0-beta.35"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/material-ui-icons/-/material-ui-icons-1.0.0-beta.17.tgz",
|
||||
"_spec": "1.0.0-beta.17",
|
||||
"_resolved": "https://registry.npmjs.org/material-ui-icons/-/material-ui-icons-1.0.0-beta.35.tgz",
|
||||
"_spec": "1.0.0-beta.35",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "Material-UI Team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/callemall/material-ui/issues"
|
||||
"url": "https://github.com/mui-org/material-ui/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"recompose": "^0.26.0"
|
||||
},
|
||||
"description": "Material Design Svg Icons converted to Material-UI React components.",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"chai": "^4.1.2",
|
||||
"cross-env": "^5.0.5",
|
||||
"fs-extra": "^4.0.2",
|
||||
"glob": "^7.1.2",
|
||||
"lodash": "^4.0.0",
|
||||
"material-design-icons": "^3.0.0",
|
||||
"mkdirp": "^0.5.0",
|
||||
"mocha": "^3.5.3",
|
||||
"mustache": "^2.0.0",
|
||||
"recursive-readdir-sync": "^1.0.6",
|
||||
"rimraf": "^2.6.2",
|
||||
"temp": "^0.8.3",
|
||||
"yargs": "^9.0.1"
|
||||
"engines": {
|
||||
"node": ">=6.11.0"
|
||||
},
|
||||
"homepage": "https://github.com/callemall/material-ui/tree/v1-beta/packages/material-ui-icons",
|
||||
"jsnext:main": "./index.es.js",
|
||||
"homepage": "https://github.com/mui-org/material-ui/tree/v1-beta/packages/material-ui-icons",
|
||||
"keywords": [
|
||||
"Material",
|
||||
"Design",
|
||||
"Material-UI",
|
||||
"Icons",
|
||||
"React",
|
||||
"react-component"
|
||||
"react",
|
||||
"react-component",
|
||||
"material design",
|
||||
"material-ui",
|
||||
"icons"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
@@ -75,22 +60,8 @@
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/callemall/material-ui.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:icons && npm run build:es2015 && npm run build:es2015modules && npm run build:copy-files && npm run build:typings",
|
||||
"build:copy-files": "babel-node ./copy-files.js",
|
||||
"build:es2015": "cross-env NODE_ENV=production babel ./src --out-dir ./build",
|
||||
"build:es2015modules": "cross-env NODE_ENV=production BABEL_ENV=modules babel ./src/index.js --out-file ./build/index.es.js",
|
||||
"build:icons": "babel-node ./builder.js --output-dir ./src --svg-dir ./node_modules/material-design-icons --glob '/**/production/*_24px.svg' --renameFilter ./filters/rename/material-design-icons.js",
|
||||
"build:typings": "babel-node ./create-typings.js",
|
||||
"postrelease": "npm publish build",
|
||||
"prebuild": "rimraf build",
|
||||
"release": "np --no-publish --any-branch",
|
||||
"test": "mocha",
|
||||
"test:watch": "mocha -w",
|
||||
"version": "yarn build"
|
||||
"url": "git+https://github.com/mui-org/material-ui.git"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "1.0.0-beta.17"
|
||||
"version": "1.0.0-beta.35"
|
||||
}
|
||||
|
Reference in New Issue
Block a user