| { |
| "_from": "mdl-ext", |
| "_id": "mdl-ext@0.17.1", |
| "_inBundle": false, |
| "_integrity": "sha1-89iHLFUsLdkA9wdXAL1OFv9KWeM=", |
| "_location": "/mdl-ext", |
| "_phantomChildren": {}, |
| "_requested": { |
| "type": "tag", |
| "registry": true, |
| "raw": "mdl-ext", |
| "name": "mdl-ext", |
| "escapedName": "mdl-ext", |
| "rawSpec": "", |
| "saveSpec": null, |
| "fetchSpec": "latest" |
| }, |
| "_requiredBy": [ |
| "#USER", |
| "/" |
| ], |
| "_resolved": "https://registry.npmjs.org/mdl-ext/-/mdl-ext-0.17.1.tgz", |
| "_shasum": "f3d8872c552c2dd900f7075700bd4e16ff4a59e3", |
| "_spec": "mdl-ext", |
| "_where": "/var/www/html/hores", |
| "author": { |
| "name": "Leif Olsen", |
| "url": "https://github.com/leifoolsen" |
| }, |
| "bugs": { |
| "url": "https://github.com/leifoolsen/mdl-ext/issues" |
| }, |
| "bundleDependencies": false, |
| "config": { |
| "commitizen": { |
| "path": "./node_modules/cz-conventional-changelog" |
| } |
| }, |
| "czConfig": { |
| "path": "./node_modules/cz-conventional-changelog" |
| }, |
| "deprecated": false, |
| "description": "Components based on the Google Material Design Lite framework", |
| "devDependencies": { |
| "autoprefixer": "6.7.6", |
| "babel-cli": "6.23.0", |
| "babel-core": "6.23.1", |
| "babel-eslint": "7.1.1", |
| "babel-loader": "6.3.2", |
| "babel-plugin-add-module-exports": "0.2.1", |
| "babel-plugin-syntax-decorators": "6.13.0", |
| "babel-plugin-transform-decorators-legacy": "1.3.4", |
| "babel-plugin-transform-object-rest-spread": "6.23.0", |
| "babel-plugin-transform-runtime": "6.23.0", |
| "babel-polyfill": "6.23.0", |
| "babel-preset-es2015": "6.22.0", |
| "babel-preset-stage-0": "6.22.0", |
| "babel-register": "6.23.0", |
| "babel-runtime": "6.23.0", |
| "chai": "3.5.0", |
| "chalk": "1.1.3", |
| "codecov.io": "0.1.6", |
| "commitizen": "2.9.6", |
| "css-loader": "0.26.2", |
| "cz-conventional-changelog": "2.0.0", |
| "dialog-polyfill": "0.4.7", |
| "doctrine": "2.0.0", |
| "eq.js": "1.9.0", |
| "es6-promise": "4.0.5", |
| "eslint": "3.16.1", |
| "eslint-loader": "1.6.3", |
| "extract-text-webpack-plugin": "1.0.1", |
| "file-loader": "0.10.1", |
| "gulp": "3.9.1", |
| "gulp-git": "2.0.0", |
| "gulp-posthtml": "2.0.0", |
| "ignore-styles": "5.0.1", |
| "istanbul": "1.0.0-alpha.2", |
| "jsdom": "9.11.0", |
| "jsdomify": "2.1.0", |
| "material-design-lite": "1.3.0", |
| "mocha": "3.2.0", |
| "mutation-observer": "1.0.2", |
| "node-sass": "4.5.0", |
| "null-loader": "0.1.1", |
| "object-assign": "4.1.1", |
| "postcss-loader": "1.3.2", |
| "posthtml-include": "1.1.0", |
| "require-uncached": "1.0.3", |
| "resolve-url-loader": "2.0.0", |
| "rimraf": "2.6.1", |
| "roboto-fontface": "0.7.0", |
| "sass-loader": "4.1.1", |
| "semantic-release": "6.3.5", |
| "sinon": "1.17.7", |
| "style-loader": "0.13.2", |
| "stylelint": "7.9.0", |
| "stylelint-config-standard": "16.0.0", |
| "stylelint-webpack-plugin": "0.7.0", |
| "url-loader": "0.5.8", |
| "webpack": "1.14.0", |
| "yargs": "6.6.0" |
| }, |
| "files": [ |
| "*.md", |
| "es", |
| "lib", |
| "src" |
| ], |
| "homepage": "https://github.com/leifoolsen/mdl-ext#readme", |
| "keywords": [ |
| "JavaScript", |
| "es6", |
| "es7", |
| "EcmaScript 2015", |
| "EcmaScript 2016", |
| "css", |
| "sass", |
| "webpack", |
| "element queries", |
| "responsive design", |
| "mdl", |
| "material design", |
| "material-design-lite", |
| "mdl components", |
| "accordion", |
| "grid", |
| "lightboard", |
| "lightbox", |
| "selectfield", |
| "material-color-themes", |
| "menu-button" |
| ], |
| "license": "Apache-2.0", |
| "main": "lib/mdl-ext.js", |
| "module": "es/index.js", |
| "name": "mdl-ext", |
| "peerDependencies": { |
| "material-design-lite": ">= 1.2" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/leifoolsen/mdl-ext.git" |
| }, |
| "scripts": { |
| "build": "webpack --mode=build", |
| "build-demo": "gulp build-demo", |
| "build-es": "rimraf es && NODE_ENV=es babel ./src -d es --ignore ./src/demo", |
| "check-coverage": "istanbul check-coverage --statements 75 --branches 75 --functions 75 --lines 75", |
| "clean": "rimraf lib && mkdir lib && rimraf es", |
| "commit": "git-cz", |
| "dev": "webpack --progress --colors --watch --mode=dev", |
| "eslint": "eslint ./src ./test", |
| "lint": "npm run stylelint && npm run eslint", |
| "prebuild": "npm run clean && npm run build-es && webpack", |
| "precommit": "npm run lint && npm run test:coverage && npm run check-coverage", |
| "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov", |
| "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
| "start": "npm run dev", |
| "stylelint": "stylelint './src/**/*.s?(a|c)ss' --syntax scss", |
| "test": "mocha -w --opts ./mocha.opts './test/**/*.spec.js'", |
| "test:coverage": "istanbul cover --root ./src ./node_modules/.bin/_mocha -- --opts ./mocha.opts -r .istanbul-mocha.config.js './test/**/*.spec.js'", |
| "test:pattern": "mocha -w --opts ./mocha.opts './test/**/*.spec.js' --grep $pattern", |
| "test:single": "mocha -w --opts ./mocha.opts" |
| }, |
| "version": "0.17.1" |
| } |