12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "html-loader@^0.5.5",
- "_id": "html-loader@0.5.5",
- "_inBundle": false,
- "_integrity": "sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==",
- "_location": "/html-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "html-loader@^0.5.5",
- "name": "html-loader",
- "escapedName": "html-loader",
- "rawSpec": "^0.5.5",
- "saveSpec": null,
- "fetchSpec": "^0.5.5"
- },
- "_requiredBy": [
- "/laravel-mix"
- ],
- "_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.5.tgz",
- "_shasum": "6356dbeb0c49756d8ebd5ca327f16ff06ab5faea",
- "_spec": "html-loader@^0.5.5",
- "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/html-loader/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "es6-templates": "^0.2.3",
- "fastparse": "^1.1.1",
- "html-minifier": "^3.5.8",
- "loader-utils": "^1.1.0",
- "object-assign": "^4.1.1"
- },
- "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.5",
- "js-beautify": "^1.6.3",
- "mocha": "^2.5.3",
- "should": "^10.0.0",
- "standard-version": "^4.3.0"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/webpack-contrib/html-loader",
- "license": "MIT",
- "main": "index.js",
- "name": "html-loader",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/html-loader.git"
- },
- "scripts": {
- "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
- "lint": "eslint lib test",
- "pretest": "npm run lint",
- "release": "standard-version",
- "test": "mocha --harmony --full-trace --check-leaks"
- },
- "version": "0.5.5"
- }
|