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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "path-to-regexp@0.1.7",
  3. "_id": "path-to-regexp@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=",
  6. "_location": "/path-to-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "path-to-regexp@0.1.7",
  12. "name": "path-to-regexp",
  13. "escapedName": "path-to-regexp",
  14. "rawSpec": "0.1.7",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.7"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  22. "_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c",
  23. "_spec": "path-to-regexp@0.1.7",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "bugs": {
  26. "url": "https://github.com/component/path-to-regexp/issues"
  27. },
  28. "bundleDependencies": false,
  29. "component": {
  30. "scripts": {
  31. "path-to-regexp": "index.js"
  32. }
  33. },
  34. "deprecated": false,
  35. "description": "Express style path to RegExp utility",
  36. "devDependencies": {
  37. "istanbul": "^0.2.6",
  38. "mocha": "^1.17.1"
  39. },
  40. "files": [
  41. "index.js",
  42. "LICENSE"
  43. ],
  44. "homepage": "https://github.com/component/path-to-regexp#readme",
  45. "keywords": [
  46. "express",
  47. "regexp"
  48. ],
  49. "license": "MIT",
  50. "name": "path-to-regexp",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/component/path-to-regexp.git"
  54. },
  55. "scripts": {
  56. "test": "istanbul cover _mocha -- -R spec"
  57. },
  58. "version": "0.1.7"
  59. }