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.
 
 
 

109 lines
4.0 KiB

{
"_args": [
[
"@riotjs/webpack-loader@^4.0.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent"
]
],
"_from": "@riotjs/webpack-loader@>=4.0.0 <5.0.0",
"_hasShrinkwrap": false,
"_id": "@riotjs/webpack-loader@4.0.1",
"_inCache": true,
"_installable": true,
"_location": "/@riotjs/webpack-loader",
"_nodeVersion": "12.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/webpack-loader_4.0.1_1560200297842_0.7077427046736062"
},
"_npmUser": {
"email": "gianluca.guarini@gmail.com",
"name": "gianlucaguarini"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "@riotjs/webpack-loader",
"raw": "@riotjs/webpack-loader@^4.0.0",
"rawSpec": "^4.0.0",
"scope": "@riotjs",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@riotjs/webpack-loader/-/webpack-loader-4.0.1.tgz",
"_shasum": "e5481a1869a38b1d97335fc36cc1cb21bd782507",
"_shrinkwrap": null,
"_spec": "@riotjs/webpack-loader@^4.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent",
"author": {
"email": "gianluca.guarini@gmail.com",
"name": "Gianluca Guarini",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/riot/webpack-loader/issues"
},
"dependencies": {
"loader-utils": "^1.2.3"
},
"description": "Riot official webpack loader",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-riot": "^2.0.0",
"esm": "^3.2.25",
"mocha": "^6.1.4",
"rollup": "^1.12.5",
"webpack": "^4.32.2"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-xVJ3bN/nCAKxB5yovNifuQOj1wlFuLwcAuOV7lvYzKFLPtiV0AD5nUK0F9Bbem1YvTajkClrAQ88YuKLvgsyHg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/sRqCRA9TVsSAnZWagAA0YgP/R8HSNXgbYcuR5G59v9c\nP/h8Movk+2imIYi8VHvX4pLBUM0fj2a74tWucpiM+MhDh1X5K4ELTG/oNQxN\nLvJdptYLDvmhfmWV0snyJVgs0fnEC5Q6Sr0okBpb8Qn6YeAeaXmBwhn8wAgL\n9AjXH/0FgbgHBpzbetsLHPxknWtE+Wii1R/LB7ZtahDw5fFJUhvQRAuQO5UO\nka+XcFocg21E7Hm5Pzh6WyeNItnuSKGHPBr6CP9aKyFWNjGNXMrb7yZketzf\ntOljrYSUpdv05nGS8vx1yuRqhuWn62iCyilNH6CbUXdZ4KAkyX+vs0t+DE55\ngslrj2GO/K28Op7MafjJvV8XRt+9SuvG+bCArby2pcCpaRrB1OM6XCmrugEW\nZdSA3sDas3aEyFmwIadPMBYhhw9c2V73V8TS33ObNxcgHgKOr3LwTxofqftX\nQGpKSzr8p08PH5MoENF1yHbZ6RwADjLVnQMaP6jxiu5B1633WRlPHTV1ij0T\nDLqW80jhm5KrGjFB7n6NrTOWAchnl01syIdUDw6hQ64fkp0P9HTsQ/JeUXKe\nj+edIb2hDA4eQGQJszu2a7pIMx7HhLvPIIEdxXrOAjU9Dge2jr7+YrCq3Rhf\nFxSuYF2PDP4w5BqZS+JEgpW8cO/NvVN7qUuRDVR7vivn51Tm06qOcg+g7CtN\n2oke\r\n=mx7/\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "e5481a1869a38b1d97335fc36cc1cb21bd782507",
"tarball": "https://registry.npmjs.org/@riotjs/webpack-loader/-/webpack-loader-4.0.1.tgz",
"unpackedSize": 7514
},
"gitHead": "c7f541104a82c4c5c6fa032c6636b0ded3c4e292",
"homepage": "https://github.com/riot/webpack-loader#readme",
"jsnext:main": "dist/riot-webpack-loader.esm.js",
"keywords": [
"loader",
"riot",
"webpack"
],
"license": "MIT",
"main": "dist/riot-webpack-loader.cjs.js",
"maintainers": [
{
"name": "gianlucaguarini",
"email": "gianluca.guarini@gmail.com"
}
],
"module": "dist/riot-webpack-loader.esm.js",
"name": "@riotjs/webpack-loader",
"optionalDependencies": {},
"peerDependencies": {
"@riotjs/compiler": "^4.2.3"
},
"readme": "ERROR: No README data found!",
"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.1"
}