Ohm-Management - Projektarbeit B-ME
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 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "kareem@2.3.0",
  3. "_id": "kareem@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6hHxsp9e6zQU8nXsP+02HGWXwTkOEw6IROhF2ZA28cYbUk4eJ6QbtZvdqZOdD9YPKghG3apk5eOCvs+tLl3lRg==",
  6. "_location": "/kareem",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "kareem@2.3.0",
  12. "name": "kareem",
  13. "escapedName": "kareem",
  14. "rawSpec": "2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.0.tgz",
  22. "_shasum": "ef33c42e9024dce511eeaf440cd684f3af1fc769",
  23. "_spec": "kareem@2.3.0",
  24. "_where": "D:\\Gitterra\\om\\node_modules\\mongoose",
  25. "author": {
  26. "name": "Valeri Karpov",
  27. "email": "val@karpov.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vkarpov15/kareem/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Next-generation take on pre/post function hooks",
  35. "devDependencies": {
  36. "acquit": "0.5.1",
  37. "gulp": "3.8.10",
  38. "gulp-jscs": "1.4.0",
  39. "gulp-mocha": "2.0.0",
  40. "istanbul": "0.4.5",
  41. "jscs": "1.9.0",
  42. "mocha": "3.2.0",
  43. "standard-version": "4.4.0"
  44. },
  45. "homepage": "https://github.com/vkarpov15/kareem#readme",
  46. "jscsConfig": {
  47. "preset": "airbnb",
  48. "requireMultipleVarDecl": null,
  49. "disallowMultipleVarDecl": true
  50. },
  51. "license": "Apache-2.0",
  52. "main": "index.js",
  53. "name": "kareem",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/vkarpov15/kareem.git"
  57. },
  58. "scripts": {
  59. "test": "./node_modules/mocha/bin/mocha ./test/*",
  60. "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
  61. },
  62. "version": "2.3.0"
  63. }