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.

89 lines
2.3 KiB

5 years ago
  1. {
  2. "_from": "@riotjs/parser@^4.0.3",
  3. "_id": "@riotjs/parser@4.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mP10ljXVJ2T0uD6FD9ZKRs1TZZiL6LcXRQJYUCbQ2tNePaKDfcsteuL3O+rk77zNwSgYfEPMSwk9gkcqCy7L7w==",
  6. "_location": "/@riotjs/parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@riotjs/parser@^4.0.3",
  12. "name": "@riotjs/parser",
  13. "escapedName": "@riotjs%2fparser",
  14. "scope": "@riotjs",
  15. "rawSpec": "^4.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.0.3"
  18. },
  19. "_requiredBy": [
  20. "/@riotjs/compiler"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@riotjs/parser/-/parser-4.0.3.tgz",
  23. "_shasum": "0d8bbd3067cfc3d3984c8921d9e4a257b977ac9e",
  24. "_spec": "@riotjs/parser@^4.0.3",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  26. "author": {
  27. "name": "aMarCruz",
  28. "email": "amarcruz@yahoo.com",
  29. "url": "https://github.com/aMarCruz"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/riot/parser/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "curri": "^1.0.1",
  37. "dom-nodes": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "The parser for Riot tags",
  41. "devDependencies": {
  42. "chai": "^4.2.0",
  43. "coveralls": "^3.0.4",
  44. "eslint": "^6.0.1",
  45. "eslint-config-riot": "^2.0.0",
  46. "mocha": "^6.1.4",
  47. "nyc": "^14.1.1",
  48. "rollup": "^1.16.3",
  49. "rollup-plugin-node-resolve": "^5.2.0"
  50. },
  51. "engines": {
  52. "node": ">=4.2",
  53. "npm": ">=3.0"
  54. },
  55. "files": [
  56. "*.js",
  57. "dist",
  58. "src"
  59. ],
  60. "homepage": "https://github.com/riot/parser",
  61. "jsnext:main": "./src/index.js",
  62. "keywords": [
  63. "html",
  64. "html5",
  65. "tag",
  66. "parser",
  67. "javascript"
  68. ],
  69. "license": "MIT",
  70. "main": "./index.js",
  71. "module": "./src/index.js",
  72. "name": "@riotjs/parser",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/riot/parser.git"
  76. },
  77. "scripts": {
  78. "build": "rollup -c",
  79. "cov": "nyc report --reporter=text-lcov | coveralls",
  80. "cov-html": "nyc report --reporter=html",
  81. "lint": "eslint src test",
  82. "prepublish": "npm run build",
  83. "pretest": "npm run build",
  84. "samples": "node ./test/samples.js",
  85. "test": "nyc mocha ./test/index",
  86. "test-debug": "mocha --inspect-brk ./test"
  87. },
  88. "version": "4.0.3"
  89. }