UNPKG

bloom-layout

Version:
99 lines (98 loc) 3.11 kB
{ "_from": "html-webpack-externals-plugin@^3.6.0", "_id": "html-webpack-externals-plugin@3.6.0", "_inBundle": false, "_integrity": "sha512-nb4JYB0Raro5ArzGaULe3fINVycccH+x/OPZ3Sc9HOweQ5zJk0aqm7Ewua2+xoVrO7zBbg1bEpWB6zzJ1dls4w==", "_location": "/html-webpack-externals-plugin", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "html-webpack-externals-plugin@^3.6.0", "name": "html-webpack-externals-plugin", "escapedName": "html-webpack-externals-plugin", "rawSpec": "^3.6.0", "saveSpec": null, "fetchSpec": "^3.6.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/html-webpack-externals-plugin/-/html-webpack-externals-plugin-3.6.0.tgz", "_shasum": "e8df9bd66acdc6350287cfe169669f53553156d7", "_spec": "html-webpack-externals-plugin@^3.6.0", "_where": "/Users/katief/Desktop/IBN/vineyard/bloom-forms/example-form", "author": { "name": "Matt Miller", "email": "me@mmiller.me" }, "bugs": { "url": "https://github.com/mmiller42/html-webpack-externals-plugin/issues" }, "bundleDependencies": false, "dependencies": { "ajv": "^5.2.2", "copy-webpack-plugin": "^4.0.1", "html-webpack-include-assets-plugin": "^1.0.1" }, "deprecated": false, "description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.", "devDependencies": { "assertion-error": "^1.0.2", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-register": "^6.24.1", "bootstrap": "^3.3.7", "create-github-release": "^1.4.1", "css-loader": "^0.28.4", "escape-string-regexp": "^1.0.5", "extract-text-webpack-plugin": "^3.0.0", "html-webpack-plugin": "^2.0.0", "husky": "^0.14.3", "jquery": "^3.2.1", "lint-staged": "^4.0.2", "mocha": "^3.4.2", "prettier": "^1.7.0", "rimraf": "^2.6.1", "webpack": "^3.3.0" }, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10" }, "homepage": "https://github.com/mmiller42/html-webpack-externals-plugin#readme", "keywords": [ "htmlwebpackplugin", "webpack", "html", "externals" ], "license": "MIT", "lint-staged": { "{{src,test}/*.{js,json}},*.js": [ "prettier --write", "git add" ] }, "main": "lib/index.js", "name": "html-webpack-externals-plugin", "peerDependencies": { "html-webpack-plugin": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/mmiller42/html-webpack-externals-plugin.git" }, "scripts": { "build": "rm -rf lib && babel src --out-dir lib --source-maps --copy-files", "postpublish": "create-github-release $TAG", "precommit": "lint-staged", "prettier": "prettier --write 'src/**/*.{js,json}'", "test": "mocha --require babel-register", "watch": "npm run build -- --watch" }, "version": "3.6.0" }