blob: 77ebb0b7ffcfdf909808191fd8322d59a5ffd1f5 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001{
2 "_from": "mdl-ext",
3 "_id": "mdl-ext@0.17.1",
4 "_inBundle": false,
5 "_integrity": "sha1-89iHLFUsLdkA9wdXAL1OFv9KWeM=",
6 "_location": "/mdl-ext",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "mdl-ext",
12 "name": "mdl-ext",
13 "escapedName": "mdl-ext",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/mdl-ext/-/mdl-ext-0.17.1.tgz",
23 "_shasum": "f3d8872c552c2dd900f7075700bd4e16ff4a59e3",
24 "_spec": "mdl-ext",
25 "_where": "/var/www/html/hores",
26 "author": {
27 "name": "Leif Olsen",
28 "url": "https://github.com/leifoolsen"
29 },
30 "bugs": {
31 "url": "https://github.com/leifoolsen/mdl-ext/issues"
32 },
33 "bundleDependencies": false,
34 "config": {
35 "commitizen": {
36 "path": "./node_modules/cz-conventional-changelog"
37 }
38 },
39 "czConfig": {
40 "path": "./node_modules/cz-conventional-changelog"
41 },
42 "deprecated": false,
43 "description": "Components based on the Google Material Design Lite framework",
44 "devDependencies": {
45 "autoprefixer": "6.7.6",
46 "babel-cli": "6.23.0",
47 "babel-core": "6.23.1",
48 "babel-eslint": "7.1.1",
49 "babel-loader": "6.3.2",
50 "babel-plugin-add-module-exports": "0.2.1",
51 "babel-plugin-syntax-decorators": "6.13.0",
52 "babel-plugin-transform-decorators-legacy": "1.3.4",
53 "babel-plugin-transform-object-rest-spread": "6.23.0",
54 "babel-plugin-transform-runtime": "6.23.0",
55 "babel-polyfill": "6.23.0",
56 "babel-preset-es2015": "6.22.0",
57 "babel-preset-stage-0": "6.22.0",
58 "babel-register": "6.23.0",
59 "babel-runtime": "6.23.0",
60 "chai": "3.5.0",
61 "chalk": "1.1.3",
62 "codecov.io": "0.1.6",
63 "commitizen": "2.9.6",
64 "css-loader": "0.26.2",
65 "cz-conventional-changelog": "2.0.0",
66 "dialog-polyfill": "0.4.7",
67 "doctrine": "2.0.0",
68 "eq.js": "1.9.0",
69 "es6-promise": "4.0.5",
70 "eslint": "3.16.1",
71 "eslint-loader": "1.6.3",
72 "extract-text-webpack-plugin": "1.0.1",
73 "file-loader": "0.10.1",
74 "gulp": "3.9.1",
75 "gulp-git": "2.0.0",
76 "gulp-posthtml": "2.0.0",
77 "ignore-styles": "5.0.1",
78 "istanbul": "1.0.0-alpha.2",
79 "jsdom": "9.11.0",
80 "jsdomify": "2.1.0",
81 "material-design-lite": "1.3.0",
82 "mocha": "3.2.0",
83 "mutation-observer": "1.0.2",
84 "node-sass": "4.5.0",
85 "null-loader": "0.1.1",
86 "object-assign": "4.1.1",
87 "postcss-loader": "1.3.2",
88 "posthtml-include": "1.1.0",
89 "require-uncached": "1.0.3",
90 "resolve-url-loader": "2.0.0",
91 "rimraf": "2.6.1",
92 "roboto-fontface": "0.7.0",
93 "sass-loader": "4.1.1",
94 "semantic-release": "6.3.5",
95 "sinon": "1.17.7",
96 "style-loader": "0.13.2",
97 "stylelint": "7.9.0",
98 "stylelint-config-standard": "16.0.0",
99 "stylelint-webpack-plugin": "0.7.0",
100 "url-loader": "0.5.8",
101 "webpack": "1.14.0",
102 "yargs": "6.6.0"
103 },
104 "files": [
105 "*.md",
106 "es",
107 "lib",
108 "src"
109 ],
110 "homepage": "https://github.com/leifoolsen/mdl-ext#readme",
111 "keywords": [
112 "JavaScript",
113 "es6",
114 "es7",
115 "EcmaScript 2015",
116 "EcmaScript 2016",
117 "css",
118 "sass",
119 "webpack",
120 "element queries",
121 "responsive design",
122 "mdl",
123 "material design",
124 "material-design-lite",
125 "mdl components",
126 "accordion",
127 "grid",
128 "lightboard",
129 "lightbox",
130 "selectfield",
131 "material-color-themes",
132 "menu-button"
133 ],
134 "license": "Apache-2.0",
135 "main": "lib/mdl-ext.js",
136 "module": "es/index.js",
137 "name": "mdl-ext",
138 "peerDependencies": {
139 "material-design-lite": ">= 1.2"
140 },
141 "repository": {
142 "type": "git",
143 "url": "git+https://github.com/leifoolsen/mdl-ext.git"
144 },
145 "scripts": {
146 "build": "webpack --mode=build",
147 "build-demo": "gulp build-demo",
148 "build-es": "rimraf es && NODE_ENV=es babel ./src -d es --ignore ./src/demo",
149 "check-coverage": "istanbul check-coverage --statements 75 --branches 75 --functions 75 --lines 75",
150 "clean": "rimraf lib && mkdir lib && rimraf es",
151 "commit": "git-cz",
152 "dev": "webpack --progress --colors --watch --mode=dev",
153 "eslint": "eslint ./src ./test",
154 "lint": "npm run stylelint && npm run eslint",
155 "prebuild": "npm run clean && npm run build-es && webpack",
156 "precommit": "npm run lint && npm run test:coverage && npm run check-coverage",
157 "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov",
158 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
159 "start": "npm run dev",
160 "stylelint": "stylelint './src/**/*.s?(a|c)ss' --syntax scss",
161 "test": "mocha -w --opts ./mocha.opts './test/**/*.spec.js'",
162 "test:coverage": "istanbul cover --root ./src ./node_modules/.bin/_mocha -- --opts ./mocha.opts -r .istanbul-mocha.config.js './test/**/*.spec.js'",
163 "test:pattern": "mocha -w --opts ./mocha.opts './test/**/*.spec.js' --grep $pattern",
164 "test:single": "mocha -w --opts ./mocha.opts"
165 },
166 "version": "0.17.1"
167}