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.

99 lines
3.0 KiB

5 years ago
  1. {
  2. "_from": "@riotjs/compiler@^4.3.11",
  3. "_id": "@riotjs/compiler@4.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3TpOuoiXWSLGvcvZRfhJLdpRpwJihmT+J+NB2nWXA5/8+23x1soUoPmBtRi9Jo2xLInsh3J1/q5tQ8LjXLc2eQ==",
  6. "_location": "/@riotjs/compiler",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@riotjs/compiler@^4.3.11",
  12. "name": "@riotjs/compiler",
  13. "escapedName": "@riotjs%2fcompiler",
  14. "scope": "@riotjs",
  15. "rawSpec": "^4.3.11",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.3.11"
  18. },
  19. "_requiredBy": [
  20. "/riot"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@riotjs/compiler/-/compiler-4.3.11.tgz",
  23. "_shasum": "b068216c19092d524dc0a7fbce1572a23830607b",
  24. "_spec": "@riotjs/compiler@^4.3.11",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/riot",
  26. "author": {
  27. "name": "Gianluca Guarini",
  28. "email": "gianluca.guarini@gmail.com",
  29. "url": "http://gianlucaguarini.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/riot/compiler/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@riotjs/dom-bindings": "^4.2.5",
  37. "@riotjs/parser": "^4.0.3",
  38. "acorn": "^7.0.0",
  39. "cssesc": "^3.0.0",
  40. "cumpa": "^1.0.1",
  41. "curri": "^1.0.1",
  42. "dom-nodes": "^1.1.3",
  43. "globals": "^12.0.0",
  44. "recast": "^0.18.2",
  45. "source-map": "^0.7.3"
  46. },
  47. "deprecated": false,
  48. "description": "Compiler for riot .tag files",
  49. "devDependencies": {
  50. "chai": "^4.2.0",
  51. "coveralls": "^3.0.6",
  52. "eslint": "^6.2.1",
  53. "eslint-config-riot": "^3.0.0",
  54. "esm": "^3.2.25",
  55. "mocha": "^6.2.0",
  56. "nyc": "^14.1.1",
  57. "rollup": "^1.20.1",
  58. "rollup-plugin-alias": "^2.0.0",
  59. "rollup-plugin-commonjs": "^10.0.2",
  60. "rollup-plugin-json": "^4.0.0",
  61. "rollup-plugin-node-builtins": "^2.1.2",
  62. "rollup-plugin-node-resolve": "^5.2.0",
  63. "shelljs": "^0.8.3"
  64. },
  65. "files": [
  66. "dist",
  67. "src"
  68. ],
  69. "homepage": "https://github.com/riot/compiler#readme",
  70. "jsnext:main": "dist/index.esm.js",
  71. "keywords": [
  72. "riot",
  73. "Riot.js",
  74. "components",
  75. "custom components",
  76. "custom elements",
  77. "compiler"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "module": "dist/index.esm.js",
  82. "name": "@riotjs/compiler",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/riot/compiler.git"
  86. },
  87. "scripts": {
  88. "build": "rollup -c build/rollup.node.config.js && rollup -c build/rollup.browser.config.js",
  89. "cov": "nyc report --reporter=text-lcov | coveralls",
  90. "cov-html": "nyc report --reporter=html",
  91. "debug": "mocha --inspect --inspect-brk -r esm test/*.spec.js test/**/*.spec.js",
  92. "lint": "eslint src/ test/ build/",
  93. "postest": "npm run cov-html",
  94. "prepare": "npm i pug@2.0.3 node-sass@4.12.0 @babel/core@7 @babel/preset-env@7 --no-save",
  95. "prepublishOnly": "npm run build && npm run test",
  96. "test": "npm run lint && nyc mocha -r esm test/*.spec.js test/**/*.spec.js"
  97. },
  98. "version": "4.3.11"
  99. }