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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "xtend@~4.0.1",
  3. "_id": "xtend@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  6. "_location": "/xtend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xtend@~4.0.1",
  12. "name": "xtend",
  13. "escapedName": "xtend",
  14. "rawSpec": "~4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/through2",
  20. "/through2-filter"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  23. "_shasum": "bb72779f5fa465186b1f438f674fa347fdb5db54",
  24. "_spec": "xtend@~4.0.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\through2",
  26. "author": {
  27. "name": "Raynos",
  28. "email": "raynos2@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Raynos/xtend/issues",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jake Verbaten"
  38. },
  39. {
  40. "name": "Matt Esch"
  41. }
  42. ],
  43. "dependencies": {},
  44. "deprecated": false,
  45. "description": "extend like a boss",
  46. "devDependencies": {
  47. "tape": "~1.1.0"
  48. },
  49. "engines": {
  50. "node": ">=0.4"
  51. },
  52. "homepage": "https://github.com/Raynos/xtend",
  53. "keywords": [
  54. "extend",
  55. "merge",
  56. "options",
  57. "opts",
  58. "object",
  59. "array"
  60. ],
  61. "license": "MIT",
  62. "main": "immutable",
  63. "name": "xtend",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/Raynos/xtend.git"
  67. },
  68. "scripts": {
  69. "test": "node test"
  70. },
  71. "testling": {
  72. "files": "test.js",
  73. "browsers": [
  74. "ie/7..latest",
  75. "firefox/16..latest",
  76. "firefox/nightly",
  77. "chrome/22..latest",
  78. "chrome/canary",
  79. "opera/12..latest",
  80. "opera/next",
  81. "safari/5.1..latest",
  82. "ipad/6.0..latest",
  83. "iphone/6.0..latest"
  84. ]
  85. },
  86. "version": "4.0.2"
  87. }