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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "object-assign@^4.0.1",
  3. "_id": "object-assign@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  6. "_location": "/object-assign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-assign@^4.0.1",
  12. "name": "object-assign",
  13. "escapedName": "object-assign",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/file-entry-cache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  22. "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
  23. "_spec": "object-assign@^4.0.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/file-entry-cache",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/object-assign/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ES2015 `Object.assign()` ponyfill",
  36. "devDependencies": {
  37. "ava": "^0.16.0",
  38. "lodash": "^4.16.4",
  39. "matcha": "^0.7.0",
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  49. "keywords": [
  50. "object",
  51. "assign",
  52. "extend",
  53. "properties",
  54. "es2015",
  55. "ecmascript",
  56. "harmony",
  57. "ponyfill",
  58. "prollyfill",
  59. "polyfill",
  60. "shim",
  61. "browser"
  62. ],
  63. "license": "MIT",
  64. "name": "object-assign",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/object-assign.git"
  68. },
  69. "scripts": {
  70. "bench": "matcha bench.js",
  71. "test": "xo && ava"
  72. },
  73. "version": "4.1.1"
  74. }