137 lines
3.7 KiB
JSON
137 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "html-loader@^0.4.4",
|
|
"scope": null,
|
|
"escapedName": "html-loader",
|
|
"name": "html-loader",
|
|
"rawSpec": "^0.4.4",
|
|
"spec": ">=0.4.4 <0.5.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
|
|
]
|
|
],
|
|
"_from": "html-loader@>=0.4.4 <0.5.0",
|
|
"_id": "html-loader@0.4.5",
|
|
"_inCache": true,
|
|
"_location": "/html-loader",
|
|
"_nodeVersion": "6.9.5",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/html-loader-0.4.5.tgz_1487960864573_0.6131426664069295"
|
|
},
|
|
"_npmUser": {
|
|
"name": "d3viant0ne",
|
|
"email": "wiens.joshua@gmail.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {
|
|
"big.js": "3.1.3",
|
|
"emojis-list": "2.1.0",
|
|
"json5": "0.5.1"
|
|
},
|
|
"_requested": {
|
|
"raw": "html-loader@^0.4.4",
|
|
"scope": null,
|
|
"escapedName": "html-loader",
|
|
"name": "html-loader",
|
|
"rawSpec": "^0.4.4",
|
|
"spec": ">=0.4.4 <0.5.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz",
|
|
"_shasum": "5fbcd87cd63a5c49a7fce2fe56f425e05729c68c",
|
|
"_shrinkwrap": null,
|
|
"_spec": "html-loader@^0.4.4",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/html-loader/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "5fbcd87cd63a5c49a7fce2fe56f425e05729c68c",
|
|
"tarball": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz"
|
|
},
|
|
"gitHead": "90c7b60d41a0af76019dbefa91d45dab90fbdd1e",
|
|
"homepage": "https://github.com/webpack/html-loader#readme",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "bebraw",
|
|
"email": "bebraw@gmail.com"
|
|
},
|
|
{
|
|
"name": "d3viant0ne",
|
|
"email": "wiens.joshua@gmail.com"
|
|
},
|
|
{
|
|
"name": "ericclemmons",
|
|
"email": "eric@smarterspam.com"
|
|
},
|
|
{
|
|
"name": "hemanth",
|
|
"email": "hemanth.hm@gmail.com"
|
|
},
|
|
{
|
|
"name": "jhnns",
|
|
"email": "mail@johannesewald.de"
|
|
},
|
|
{
|
|
"name": "peerigon",
|
|
"email": "developers@peerigon.com"
|
|
},
|
|
{
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
},
|
|
{
|
|
"name": "thelarkinn",
|
|
"email": "sean.larkin@cuw.edu"
|
|
}
|
|
],
|
|
"name": "html-loader",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"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"
|
|
}
|