package.json
2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_args": [
[
"@icons/material@0.2.4",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@icons/material@0.2.4",
"_id": "@icons/material@0.2.4",
"_inBundle": false,
"_integrity": "sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==",
"_location": "/@icons/material",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@icons/material@0.2.4",
"name": "@icons/material",
"escapedName": "@icons%2fmaterial",
"scope": "@icons",
"rawSpec": "0.2.4",
"saveSpec": null,
"fetchSpec": "0.2.4"
},
"_requiredBy": [
"/react-color"
],
"_resolved": "https://registry.npmjs.org/@icons/material/-/material-0.2.4.tgz",
"_spec": "0.2.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
"author": {
"name": "case",
"email": "case@casesandberg.com"
},
"babel": {
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
],
"presets": [
"env",
"flow",
"react"
]
},
"bugs": {
"url": "https://github.com/at-icons/material/issues"
},
"description": "> materialdesignicons.com",
"devDependencies": {
"@case/eslint-config": "^0.3.3",
"babel-cli": "^6.24.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.23.0",
"change-case": "^3.0.1",
"fs-extra": "^4.0.1",
"mdi-svg": "^2.2.43"
},
"eslintConfig": {
"extends": "@case"
},
"homepage": "https://github.com/at-icons/material#readme",
"license": "MIT",
"main": "index.js",
"name": "@icons/material",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/at-icons/material.git"
},
"scripts": {
"build": "babel icons -d .",
"prepublish": "npm run build",
"transform": "node transform.js"
},
"version": "0.2.4"
}