Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "emoji-regex@^7.0.1",
  3. "_id": "emoji-regex@7.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
  6. "_location": "/emoji-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "emoji-regex@^7.0.1",
  12. "name": "emoji-regex",
  13. "escapedName": "emoji-regex",
  14. "rawSpec": "^7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cliui/string-width",
  20. "/wrap-ansi/string-width",
  21. "/yargs/string-width"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
  24. "_shasum": "933a04052860c85e83c122479c4748a8e4c72156",
  25. "_spec": "emoji-regex@^7.0.1",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\cliui\\node_modules\\string-width",
  27. "author": {
  28. "name": "Mathias Bynens",
  29. "url": "https://mathiasbynens.be/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  37. "devDependencies": {
  38. "@babel/cli": "^7.0.0",
  39. "@babel/core": "^7.0.0",
  40. "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
  41. "@babel/preset-env": "^7.0.0",
  42. "mocha": "^5.2.0",
  43. "regexgen": "^1.3.0",
  44. "unicode-11.0.0": "^0.7.7",
  45. "unicode-tr51": "^9.0.1"
  46. },
  47. "files": [
  48. "LICENSE-MIT.txt",
  49. "index.js",
  50. "index.d.ts",
  51. "text.js",
  52. "es2015/index.js",
  53. "es2015/text.js"
  54. ],
  55. "homepage": "https://mths.be/emoji-regex",
  56. "keywords": [
  57. "unicode",
  58. "regex",
  59. "regexp",
  60. "regular expressions",
  61. "code points",
  62. "symbols",
  63. "characters",
  64. "emoji"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "emoji-regex",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  72. },
  73. "scripts": {
  74. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  75. "test": "mocha",
  76. "test:watch": "npm run test -- --watch"
  77. },
  78. "types": "index.d.ts",
  79. "version": "7.0.3"
  80. }