Edit File: package.json
{ "_args": [ [ "html-loader@0.4.5", "/home/taswqeshtry/public_html/nodejs" ] ], "_development": true, "_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": "version", "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": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.4.5.tgz", "_spec": "0.4.5", "_where": "/home/taswqeshtry/public_html/nodejs", "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" }, "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" }
Back to File Manager