package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "textarea-editor@^2.1.1",
  3. "_id": "textarea-editor@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k+hhOXPlH0TwXr8fuYtu+tq8JgfRcqxFghf9QGVI7zXcW5OzCH6x5SKXQMk5GOE0vym9t1e7WxnNwJjJE/Rn+A==",
  6. "_location": "/textarea-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "textarea-editor@^2.1.1",
  12. "name": "textarea-editor",
  13. "escapedName": "textarea-editor",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/textarea-editor/-/textarea-editor-2.1.1.tgz",
  22. "_shasum": "57c8ad3ebae8d8589cb8a71572d201a942fb11db",
  23. "_spec": "textarea-editor@^2.1.1",
  24. "_where": "/home/zorro/Documents/schild.report/bk2019",
  25. "author": {
  26. "name": "Eivind Fjeldstad",
  27. "email": "eivind.fjeldstad@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/eivindfjeldstad/textarea-editor/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "escape-string-regexp": "^1.0.5"
  35. },
  36. "deprecated": false,
  37. "description": "Simple markdown editor for textareas",
  38. "devDependencies": {
  39. "babel-cli": "^6.26.0",
  40. "babel-core": "^6.26.0",
  41. "babel-jest": "^22.4.3",
  42. "babel-preset-env": "^1.6.1",
  43. "documentation": "^6.2.0",
  44. "eslint": "^4.19.1",
  45. "eslint-config-standard": "^11.0.0",
  46. "eslint-plugin-import": "^2.11.0",
  47. "eslint-plugin-node": "^6.0.1",
  48. "eslint-plugin-promise": "^3.7.0",
  49. "eslint-plugin-standard": "^3.0.1",
  50. "jest": "^22.4.3",
  51. "parcel-bundler": "^1.7.1"
  52. },
  53. "files": [
  54. "build"
  55. ],
  56. "homepage": "https://github.com/eivindfjeldstad/textarea-editor#readme",
  57. "jest": {
  58. "testMatch": [
  59. "**/test/**/*.js"
  60. ],
  61. "coverageReporters": [
  62. "text-summary",
  63. "lcov"
  64. ],
  65. "bail": true,
  66. "testEnvironment": "jsdom"
  67. },
  68. "keywords": [
  69. "textarea",
  70. "markdown",
  71. "editor"
  72. ],
  73. "license": "MIT",
  74. "main": "build/editor.js",
  75. "name": "textarea-editor",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/eivindfjeldstad/textarea-editor.git"
  79. },
  80. "scripts": {
  81. "build": "babel -d build src",
  82. "docs": "documentation readme ./src/*.js --section=API",
  83. "lint": "eslint src test",
  84. "prepublish": "yarn run build",
  85. "start": "parcel example/index.html -p 3000 -d example/build --open --no-cache",
  86. "test": "jest",
  87. "test-cov": "jest --coverage --runInBand --forceExit"
  88. },
  89. "version": "2.1.1"
  90. }