You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB

4 years ago
{
"_from": "@riotjs/webpack-loader",
"_id": "@riotjs/webpack-loader@4.0.3",
"_inBundle": false,
"_integrity": "sha512-glLOpBYb64AiYnZbfglbYwTlzpS8lLtFaX8lqtaF0/THrku8R39BIrDAmAb5s9FZwJwEII843U/cqO7ZEf0/FA==",
"_location": "/@riotjs/webpack-loader",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@riotjs/webpack-loader",
"name": "@riotjs/webpack-loader",
"escapedName": "@riotjs%2fwebpack-loader",
"scope": "@riotjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@riotjs/webpack-loader/-/webpack-loader-4.0.3.tgz",
"_shasum": "de7d5d0a16c1c80a612dd3aeb49a838c2aef344f",
"_spec": "@riotjs/webpack-loader",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board",
"author": {
"name": "Gianluca Guarini",
"email": "gianluca.guarini@gmail.com",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/riot/webpack-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"loader-utils": "^1.2.3"
},
"deprecated": false,
"description": "Riot official webpack loader",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"mocha": "^7.0.1",
"rollup": "^1.31.1",
"webpack": "^4.41.6"
},
"files": [
"dist"
],
"homepage": "https://github.com/riot/webpack-loader#readme",
"jsnext:main": "dist/riot-webpack-loader.esm.js",
"keywords": [
"webpack",
"riot",
"loader"
],
"license": "MIT",
"main": "dist/riot-webpack-loader.cjs.js",
"module": "dist/riot-webpack-loader.esm.js",
"name": "@riotjs/webpack-loader",
"peerDependencies": {
"@riotjs/compiler": "^4.5.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/webpack-loader.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rm test/bundle.js",
"lint": "eslint src test",
"prepare": "npm i @riotjs/compiler @riotjs/hot-reload --no-save",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "npm run lint && mocha -r esm --timeout 5000 test/index.js && npm run clean"
},
"source": "./src/index.js",
"version": "4.0.3"
}