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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "utils-merge@1.0.1",
  3. "_id": "utils-merge@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
  6. "_location": "/utils-merge",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "utils-merge@1.0.1",
  12. "name": "utils-merge",
  13. "escapedName": "utils-merge",
  14. "rawSpec": "1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  22. "_shasum": "9f95710f50a267947b2ccc124741c1028427e713",
  23. "_spec": "utils-merge@1.0.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "author": {
  26. "name": "Jared Hanson",
  27. "email": "jaredhanson@gmail.com",
  28. "url": "http://www.jaredhanson.net/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/jaredhanson/utils-merge/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "merge() utility function",
  37. "devDependencies": {
  38. "chai": "1.x.x",
  39. "make-node": "0.3.x",
  40. "mocha": "1.x.x"
  41. },
  42. "engines": {
  43. "node": ">= 0.4.0"
  44. },
  45. "homepage": "https://github.com/jaredhanson/utils-merge#readme",
  46. "keywords": [
  47. "util"
  48. ],
  49. "license": "MIT",
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://opensource.org/licenses/MIT"
  54. }
  55. ],
  56. "main": "./index",
  57. "name": "utils-merge",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/jaredhanson/utils-merge.git"
  61. },
  62. "scripts": {
  63. "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  64. },
  65. "version": "1.0.1"
  66. }