nav tabs on admin dashboard
This commit is contained in:
55
node_modules/html-loader/package.json
generated
vendored
55
node_modules/html-loader/package.json
generated
vendored
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"_from": "html-loader@^0.4.5",
|
||||
"_id": "html-loader@0.4.5",
|
||||
"_from": "html-loader@^0.5.5",
|
||||
"_id": "html-loader@0.5.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-X7zYfNY6XEmn/OL+VvQl4Fcpxow=",
|
||||
"_integrity": "sha512-7hIW7YinOYUpo//kSYcPB6dCKoceKLmOwjEMmhIobHuWGDVl0Nwe4l68mdG/Ru0wcUxQjVMEoZpkalZ/SE7zog==",
|
||||
"_location": "/html-loader",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "html-loader@^0.4.5",
|
||||
"raw": "html-loader@^0.5.5",
|
||||
"name": "html-loader",
|
||||
"escapedName": "html-loader",
|
||||
"rawSpec": "^0.4.5",
|
||||
"rawSpec": "^0.5.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.4.5"
|
||||
"fetchSpec": "^0.5.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/laravel-mix"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz",
|
||||
"_shasum": "5fbcd87cd63a5c49a7fce2fe56f425e05729c68c",
|
||||
"_spec": "html-loader@^0.4.5",
|
||||
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.5.tgz",
|
||||
"_shasum": "6356dbeb0c49756d8ebd5ca327f16ff06ab5faea",
|
||||
"_spec": "html-loader@^0.5.5",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack/html-loader/issues"
|
||||
"url": "https://github.com/webpack-contrib/html-loader/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"es6-templates": "^0.2.2",
|
||||
"es6-templates": "^0.2.3",
|
||||
"fastparse": "^1.1.1",
|
||||
"html-minifier": "^3.0.1",
|
||||
"loader-utils": "^1.0.2",
|
||||
"object-assign": "^4.1.0"
|
||||
"html-minifier": "^3.5.8",
|
||||
"loader-utils": "^1.1.0",
|
||||
"object-assign": "^4.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "html loader module for webpack",
|
||||
@@ -42,28 +42,29 @@
|
||||
"beautify-lint": "^1.0.4",
|
||||
"codecov.io": "^0.1.6",
|
||||
"eslint": "^3.1.1",
|
||||
"istanbul": "^0.4.4",
|
||||
"istanbul": "^0.4.5",
|
||||
"js-beautify": "^1.6.3",
|
||||
"mocha": "^2.5.3",
|
||||
"should": "^10.0.0"
|
||||
"should": "^10.0.0",
|
||||
"standard-version": "^4.3.0"
|
||||
},
|
||||
"homepage": "https://github.com/webpack/html-loader#readme",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/webpack-contrib/html-loader",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "html-loader",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/webpack/html-loader.git"
|
||||
"url": "git+https://github.com/webpack-contrib/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"
|
||||
"lint": "eslint lib test",
|
||||
"pretest": "npm run lint",
|
||||
"release": "standard-version",
|
||||
"test": "mocha --harmony --full-trace --check-leaks"
|
||||
},
|
||||
"version": "0.4.5"
|
||||
"version": "0.5.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user