Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "material-icons", |
| 3 | "_id": "material-icons@0.3.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-5Hbj76A6xDPcDZEbM4oxTknhWuMwGWnAHVLLPCEq9eVlcHb0fn4koU9ZeyMy1wjARtDEPAHfd5ZdL2Re5hf0zQ==", |
| 6 | "_location": "/material-icons", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "tag", |
| 10 | "registry": true, |
| 11 | "raw": "material-icons", |
| 12 | "name": "material-icons", |
| 13 | "escapedName": "material-icons", |
| 14 | "rawSpec": "", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "latest" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "#USER", |
| 20 | "/" |
| 21 | ], |
| 22 | "_resolved": "https://registry.npmjs.org/material-icons/-/material-icons-0.3.1.tgz", |
| 23 | "_shasum": "425e06e2448632d6249d6e1ffe2993682c5b171e", |
| 24 | "_spec": "material-icons", |
| 25 | "_where": "/var/www/html/hores", |
| 26 | "browser": "iconfont/material-icons.css", |
| 27 | "bugs": { |
| 28 | "url": "https://github.com/marella/material-icons/issues" |
| 29 | }, |
| 30 | "bundleDependencies": false, |
| 31 | "deprecated": false, |
| 32 | "description": "Material design icon font and CSS framework for self hosting the icons.", |
| 33 | "devDependencies": { |
| 34 | "node-sass": "^4.11.0" |
| 35 | }, |
| 36 | "homepage": "https://marella.github.io/material-icons/", |
| 37 | "keywords": [ |
| 38 | "material-icons", |
| 39 | "material-design-icons", |
| 40 | "material-design", |
| 41 | "iconfont", |
| 42 | "icons", |
| 43 | "font", |
| 44 | "css", |
| 45 | "sass" |
| 46 | ], |
| 47 | "license": "Apache-2.0", |
| 48 | "name": "material-icons", |
| 49 | "repository": { |
| 50 | "type": "git", |
| 51 | "url": "git+https://github.com/marella/material-icons.git" |
| 52 | }, |
| 53 | "scripts": { |
| 54 | "build": "npm run build:init && npm run build:iconfont && npm run build:css && npm run build:css:min", |
| 55 | "build:css": "node-sass --output-style=expanded css/material-icons.scss css/material-icons.css", |
| 56 | "build:css:min": "node-sass --output-style=compressed css/material-icons.scss css/material-icons.min.css", |
| 57 | "build:iconfont": "node-sass --output-style=expanded iconfont/material-icons.scss iconfont/material-icons.css", |
| 58 | "build:init": "node scripts/codepoints.js" |
| 59 | }, |
| 60 | "version": "0.3.1" |
| 61 | } |