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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "node-environment-flags@1.0.6",
  3. "_id": "node-environment-flags@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==",
  6. "_location": "/node-environment-flags",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "node-environment-flags@1.0.6",
  12. "name": "node-environment-flags",
  13. "escapedName": "node-environment-flags",
  14. "rawSpec": "1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/mocha"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz",
  22. "_shasum": "a30ac13621f6f7d674260a54dede048c3982c088",
  23. "_spec": "node-environment-flags@1.0.6",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mocha",
  25. "author": {
  26. "name": "Christopher Hiller",
  27. "email": "boneskull@boneskull.com",
  28. "url": "https://boneskull.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/boneskull/node-environment-flags/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "object.getownpropertydescriptors": "^2.0.3",
  36. "semver": "^5.7.0"
  37. },
  38. "deprecated": false,
  39. "description": "> Polyfill/shim for `process.allowedNodeEnvironmentFlags`",
  40. "devDependencies": {
  41. "eslint": "^5.9.0",
  42. "eslint-config-prettier": "^3.3.0",
  43. "eslint-config-semistandard": "^13.0.0",
  44. "eslint-config-standard": "^12.0.0",
  45. "eslint-plugin-import": "^2.14.0",
  46. "eslint-plugin-node": "^8.0.0",
  47. "eslint-plugin-prettier": "^3.0.0",
  48. "eslint-plugin-promise": "^4.0.1",
  49. "eslint-plugin-standard": "^4.0.0",
  50. "husky": "^1.1.3",
  51. "lint-staged": "^8.0.4",
  52. "mocha": "^5.2.0",
  53. "nyc": "^14.1.1",
  54. "prettier-eslint-cli": "^4.7.1",
  55. "semantic-release": "^15.13.16",
  56. "travis-deploy-once": "^5.0.9",
  57. "unexpected": "^10.39.1"
  58. },
  59. "files": [
  60. "implementation.js",
  61. "flags.json",
  62. "index.js",
  63. "polyfill.js",
  64. "shim.js"
  65. ],
  66. "homepage": "https://github.com/boneskull/node-environment-flags#readme",
  67. "husky": {
  68. "hooks": {
  69. "pre-commit": "lint-staged"
  70. }
  71. },
  72. "keywords": [],
  73. "license": "Apache-2.0",
  74. "lint-staged": {
  75. "*.{js,json}": [
  76. "prettier-eslint --write",
  77. "git add"
  78. ]
  79. },
  80. "main": "index.js",
  81. "name": "node-environment-flags",
  82. "prettier": {
  83. "singleQuote": true,
  84. "bracketSpacing": false
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/boneskull/node-environment-flags.git"
  89. },
  90. "scripts": {
  91. "format": "prettier-eslint --write \"*.js\" \"*.json\" \"test/**/*.js\"",
  92. "semantic-release": "semantic-release",
  93. "test": "mocha",
  94. "travis-deploy-once": "travis-deploy-once"
  95. },
  96. "version": "1.0.6"
  97. }