|
|
- {
- "_from": "@riotjs/compiler@^4.3.11",
- "_id": "@riotjs/compiler@4.3.11",
- "_inBundle": false,
- "_integrity": "sha512-3TpOuoiXWSLGvcvZRfhJLdpRpwJihmT+J+NB2nWXA5/8+23x1soUoPmBtRi9Jo2xLInsh3J1/q5tQ8LjXLc2eQ==",
- "_location": "/@riotjs/compiler",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@riotjs/compiler@^4.3.11",
- "name": "@riotjs/compiler",
- "escapedName": "@riotjs%2fcompiler",
- "scope": "@riotjs",
- "rawSpec": "^4.3.11",
- "saveSpec": null,
- "fetchSpec": "^4.3.11"
- },
- "_requiredBy": [
- "/riot"
- ],
- "_resolved": "https://registry.npmjs.org/@riotjs/compiler/-/compiler-4.3.11.tgz",
- "_shasum": "b068216c19092d524dc0a7fbce1572a23830607b",
- "_spec": "@riotjs/compiler@^4.3.11",
- "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/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/dom-bindings": "^4.2.5",
- "@riotjs/parser": "^4.0.3",
- "acorn": "^7.0.0",
- "cssesc": "^3.0.0",
- "cumpa": "^1.0.1",
- "curri": "^1.0.1",
- "dom-nodes": "^1.1.3",
- "globals": "^12.0.0",
- "recast": "^0.18.2",
- "source-map": "^0.7.3"
- },
- "deprecated": false,
- "description": "Compiler for riot .tag files",
- "devDependencies": {
- "chai": "^4.2.0",
- "coveralls": "^3.0.6",
- "eslint": "^6.2.1",
- "eslint-config-riot": "^3.0.0",
- "esm": "^3.2.25",
- "mocha": "^6.2.0",
- "nyc": "^14.1.1",
- "rollup": "^1.20.1",
- "rollup-plugin-alias": "^2.0.0",
- "rollup-plugin-commonjs": "^10.0.2",
- "rollup-plugin-json": "^4.0.0",
- "rollup-plugin-node-builtins": "^2.1.2",
- "rollup-plugin-node-resolve": "^5.2.0",
- "shelljs": "^0.8.3"
- },
- "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",
- "prepare": "npm i pug@2.0.3 node-sass@4.12.0 @babel/core@7 @babel/preset-env@7 --no-save",
- "prepublishOnly": "npm run build && npm run test",
- "test": "npm run lint && nyc mocha -r esm test/*.spec.js test/**/*.spec.js"
- },
- "version": "4.3.11"
- }
|