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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "regexp-clone@1.0.0",
  3. "_id": "regexp-clone@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TuAasHQNamyyJ2hb97IuBEif4qBHGjPHBS64sZwytpLEqtBQ1gPJTnOaQ6qmpET16cK14kkjbazl6+p0RRv0yw==",
  6. "_location": "/regexp-clone",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "regexp-clone@1.0.0",
  12. "name": "regexp-clone",
  13. "escapedName": "regexp-clone",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mongoose",
  20. "/mquery"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz",
  23. "_shasum": "222db967623277056260b992626354a04ce9bf63",
  24. "_spec": "regexp-clone@1.0.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
  26. "author": {
  27. "name": "Aaron Heckmann",
  28. "email": "aaron.heckmann+github@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/aheckmann/regexp-clone/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Clone RegExps with options",
  36. "devDependencies": {
  37. "mocha": "^6.1.4"
  38. },
  39. "homepage": "https://github.com/aheckmann/regexp-clone#readme",
  40. "keywords": [
  41. "RegExp",
  42. "clone"
  43. ],
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "regexp-clone",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/aheckmann/regexp-clone.git"
  50. },
  51. "scripts": {
  52. "test": "make test"
  53. },
  54. "version": "1.0.0"
  55. }