blob: e598ea53979bc40375c0629f92314d5badbbcf63 [file] [log] [blame]
{
"_args": [
[
"html-loader@0.5.5",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_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": "version",
"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": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/html-loader/-/html-loader-0.5.5.tgz",
"_spec": "0.5.5",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack-contrib/html-loader/issues"
},
"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"
},
"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"
}