You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.2 KiB
70 lines
2.2 KiB
{
|
|
"_from": "html-loader@^0.4.5",
|
|
"_id": "html-loader@0.4.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-X7zYfNY6XEmn/OL+VvQl4Fcpxow=",
|
|
"_location": "/html-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "html-loader@^0.4.5",
|
|
"name": "html-loader",
|
|
"escapedName": "html-loader",
|
|
"rawSpec": "^0.4.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/vue-awesome-mui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz",
|
|
"_shasum": "5fbcd87cd63a5c49a7fce2fe56f425e05729c68c",
|
|
"_spec": "html-loader@^0.4.5",
|
|
"_where": "/Users/linhuakun/Downloads/coderlhk/big bar/bigbar-start/node_modules/vue-awesome-mui",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/html-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"es6-templates": "^0.2.2",
|
|
"fastparse": "^1.1.1",
|
|
"html-minifier": "^3.0.1",
|
|
"loader-utils": "^1.0.2",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "html loader module for webpack",
|
|
"devDependencies": {
|
|
"beautify-lint": "^1.0.4",
|
|
"codecov.io": "^0.1.6",
|
|
"eslint": "^3.1.1",
|
|
"istanbul": "^0.4.4",
|
|
"js-beautify": "^1.6.3",
|
|
"mocha": "^2.5.3",
|
|
"should": "^10.0.0"
|
|
},
|
|
"homepage": "https://github.com/webpack/html-loader#readme",
|
|
"license": "MIT",
|
|
"name": "html-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/webpack/html-loader.git"
|
|
},
|
|
"scripts": {
|
|
"beautify": "beautify-rewrite lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
|
|
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
|
|
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
|
|
"lint": "eslint lib bin hot",
|
|
"postcover": "npm run lint && npm run beautify-lint",
|
|
"pretest": "npm run lint && npm run beautify-lint",
|
|
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish",
|
|
"test": "mocha --harmony --full-trace --check-leaks",
|
|
"travis": "npm run cover -- --report lcovonly"
|
|
},
|
|
"version": "0.4.5"
|
|
}
|