parcoursup/node_modules/@riotjs/compiler/package.json
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

83 lines
2.4 KiB
JSON

{
"name": "@riotjs/compiler",
"version": "6.3.2",
"description": "Compiler for riot .tag files",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"types": "./compiler.d.ts",
"files": [
"dist",
"src",
"compiler.d.ts"
],
"scripts": {
"lint": "eslint src/ test/ build/",
"cov": "nyc report --reporter=lcov",
"cov-html": "nyc report --reporter=html",
"build": "rollup -c build/rollup.node.config.js && rollup -c build/rollup.browser.config.js && rollup -c build/rollup.essential.config.js",
"postest": "npm run cov-html",
"test-types": "tsc -p test",
"test-runtime": "karma start test/karma.conf.js",
"test": "nyc mocha -r esm test/*.spec.js test/**/*.spec.js && npm run test-types",
"debug": "mocha --inspect --inspect-brk -r esm test/*.spec.js test/**/*.spec.js",
"prepublishOnly": "npm run build && npm run lint && npm run test && npm run test-runtime"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/compiler.git"
},
"keywords": [
"riot",
"Riot.js",
"components",
"custom components",
"custom elements",
"compiler"
],
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@riotjs/dom-bindings": "^6.0.3",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"acorn": "^8.8.0",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"mocha": "^8.4.0",
"node-sass": "^7.0.1",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"rollup": "^2.77.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-visualizer": "^5.7.1",
"shelljs": "^0.8.5",
"typescript": "^4.7.4"
},
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/compiler/issues"
},
"homepage": "https://github.com/riot/compiler#readme",
"dependencies": {
"@babel/parser": "^7.18.10",
"@riotjs/parser": "^4.3.1",
"@riotjs/util": "2.1.1",
"cssesc": "^3.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1",
"dom-nodes": "^1.1.3",
"globals": "^13.17.0",
"recast": "^0.20.5",
"source-map": "^0.7.4"
}
}