line_push/node_modules/pug-plain-loader/package.json
2022-07-18 02:50:52 +00:00

64 lines
1.5 KiB
JSON

{
"_args": [
[
"pug-plain-loader@1.1.0",
"/home/node/nuxt"
]
],
"_development": true,
"_from": "pug-plain-loader@1.1.0",
"_id": "pug-plain-loader@1.1.0",
"_inBundle": false,
"_integrity": "sha512-1nYgIJLaahRuHJHhzSPODV44aZfb00bO7kiJiMkke6Hj4SVZftuvx6shZ4BOokk50dJc2RSFqNUBOlus0dniFQ==",
"_location": "/pug-plain-loader",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pug-plain-loader@1.1.0",
"name": "pug-plain-loader",
"escapedName": "pug-plain-loader",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/pug-plain-loader/-/pug-plain-loader-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/node/nuxt",
"author": {
"name": "Evan You",
"email": "yyx990803@gmail.com"
},
"bugs": {
"url": "https://github.com/yyx990803/pug-plain-loader/issues"
},
"dependencies": {
"loader-utils": "^1.1.0"
},
"description": "Pug to plain html loader for webpack",
"devDependencies": {
"pug": "^2.0.3"
},
"homepage": "https://github.com/yyx990803/pug-plain-loader",
"keywords": [
"pug",
"loader",
"webpack",
"plain"
],
"license": "MIT",
"main": "index.js",
"name": "pug-plain-loader",
"peerDependencies": {
"pug": "^2.0.0 || ^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyx990803/pug-plain-loader.git"
},
"version": "1.1.0"
}