97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"material-ui-icons@1.0.0-beta.17",
|
|
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\torrent-project"
|
|
]
|
|
],
|
|
"_from": "material-ui-icons@1.0.0-beta.17",
|
|
"_id": "material-ui-icons@1.0.0-beta.17",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-XxmvVKLZnu7zR6VUFKaFPhyFDcM=",
|
|
"_location": "/material-ui-icons",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "material-ui-icons@1.0.0-beta.17",
|
|
"name": "material-ui-icons",
|
|
"escapedName": "material-ui-icons",
|
|
"rawSpec": "1.0.0-beta.17",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0-beta.17"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/material-ui-icons/-/material-ui-icons-1.0.0-beta.17.tgz",
|
|
"_spec": "1.0.0-beta.17",
|
|
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\torrent-project",
|
|
"author": {
|
|
"name": "Material-UI Team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/callemall/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"
|
|
},
|
|
"homepage": "https://github.com/callemall/material-ui/tree/v1-beta/packages/material-ui-icons",
|
|
"jsnext:main": "./index.es.js",
|
|
"keywords": [
|
|
"Material",
|
|
"Design",
|
|
"Material-UI",
|
|
"Icons",
|
|
"React",
|
|
"react-component"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"module": "./index.es.js",
|
|
"name": "material-ui-icons",
|
|
"peerDependencies": {
|
|
"material-ui": "^1.0.0-beta.16",
|
|
"react": "^15.3.0 || ^16.0.0",
|
|
"react-dom": "^15.3.0 || ^16.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"version": "1.0.0-beta.17"
|
|
}
|