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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "yargs-unparser@1.6.0",
  3. "_id": "yargs-unparser@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==",
  6. "_location": "/yargs-unparser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yargs-unparser@1.6.0",
  12. "name": "yargs-unparser",
  13. "escapedName": "yargs-unparser",
  14. "rawSpec": "1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz",
  22. "_shasum": "ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f",
  23. "_spec": "yargs-unparser@1.6.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "André Cruz",
  27. "email": "andre@moxy.studio"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/yargs-unparser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "commitlint": {
  34. "extends": [
  35. "@commitlint/config-conventional"
  36. ]
  37. },
  38. "dependencies": {
  39. "flat": "^4.1.0",
  40. "lodash": "^4.17.15",
  41. "yargs": "^13.3.0"
  42. },
  43. "deprecated": false,
  44. "description": "Converts back a yargs argv object to its original array form",
  45. "devDependencies": {
  46. "@commitlint/cli": "^8.1.0",
  47. "@commitlint/config-conventional": "^8.1.0",
  48. "eslint": "^6.1.0",
  49. "eslint-config-moxy": "^7.1.0",
  50. "husky": "^3.0.1",
  51. "jest": "^24.8.0",
  52. "lint-staged": "^9.2.1",
  53. "minimist": "^1.2.0",
  54. "standard-version": "^7.0.0",
  55. "yargs-parser": "^13.1.1"
  56. },
  57. "engines": {
  58. "node": ">=6"
  59. },
  60. "files": [],
  61. "homepage": "https://github.com/yargs/yargs-unparser",
  62. "keywords": [
  63. "yargs",
  64. "unparse",
  65. "expand",
  66. "inverse",
  67. "argv"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "eslint --fix",
  73. "git add"
  74. ]
  75. },
  76. "main": "index.js",
  77. "name": "yargs-unparser",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/yargs/yargs-unparser.git"
  81. },
  82. "scripts": {
  83. "commitmsg": "commitlint -e $GIT_PARAMS",
  84. "lint": "eslint .",
  85. "precommit": "lint-staged",
  86. "prerelease": "npm t && npm run lint",
  87. "release": "standard-version",
  88. "test": "jest --env node --coverage"
  89. },
  90. "standard-version": {
  91. "scripts": {
  92. "posttag": "git push --follow-tags origin master"
  93. }
  94. },
  95. "version": "1.6.0"
  96. }