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.

104 lines
3.0 KiB

4 years ago
{
"_from": "@riotjs/compiler@^4.9.1",
"_id": "@riotjs/compiler@4.9.1",
"_inBundle": false,
"_integrity": "sha512-xPVzhgKAaMHnJyBWxNOg1yrKhO9yRWjzH9gd3+A1Ifw7eGehuwviihAxQFb6V0ft+z5nsLWRT3I7lM4wQFkLTg==",
"_location": "/@riotjs/compiler",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@riotjs/compiler@^4.9.1",
"name": "@riotjs/compiler",
"escapedName": "@riotjs%2fcompiler",
"scope": "@riotjs",
"rawSpec": "^4.9.1",
"saveSpec": null,
"fetchSpec": "^4.9.1"
},
"_requiredBy": [
"/riot"
],
"_resolved": "https://registry.npmjs.org/@riotjs/compiler/-/compiler-4.9.1.tgz",
"_shasum": "08a5a5e62dec1c987e820e813cb4237a018618c9",
"_spec": "@riotjs/compiler@^4.9.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/riot",
"author": {
"name": "Gianluca Guarini",
"email": "gianluca.guarini@gmail.com",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/riot/compiler/issues"
},
"bundleDependencies": false,
"dependencies": {
"@riotjs/parser": "^4.2.1",
"@riotjs/util": "1.3.1",
"acorn": "^7.2.0",
"cssesc": "^3.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1",
"dom-nodes": "^1.1.3",
"globals": "^13.0.0",
"recast": "^0.19.1",
"source-map": "^0.7.3"
},
"deprecated": false,
"description": "Compiler for riot .tag files",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@riotjs/dom-bindings": "^4.8.1",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"mocha": "^7.2.0",
"node-sass": "^4.14.1",
"nyc": "^15.1.0",
"pug": "^3.0.0",
"rollup": "^2.13.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"shelljs": "^0.8.4"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/riot/compiler#readme",
"jsnext:main": "dist/index.esm.js",
"keywords": [
"riot",
"Riot.js",
"components",
"custom components",
"custom elements",
"compiler"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"name": "@riotjs/compiler",
"repository": {
"type": "git",
"url": "git+https://github.com/riot/compiler.git"
},
"scripts": {
"build": "rollup -c build/rollup.node.config.js && rollup -c build/rollup.browser.config.js",
"cov": "nyc report --reporter=text-lcov | coveralls",
"cov-html": "nyc report --reporter=html",
"debug": "mocha --inspect --inspect-brk -r esm test/*.spec.js test/**/*.spec.js",
"lint": "eslint src/ test/ build/",
"postest": "npm run cov-html",
"prepublishOnly": "npm run build && npm run test",
"test": "npm run lint && nyc mocha -r esm test/*.spec.js test/**/*.spec.js"
},
"version": "4.9.1"
}