package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "/help-me",
  20. "/mqtt",
  21. "/through2",
  22. "/through2-filter",
  23. "/websocket-stream"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  26. "_shasum": "bb72779f5fa465186b1f438f674fa347fdb5db54",
  27. "_spec": "xtend@^4.0.1",
  28. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/mqtt",
  29. "author": {
  30. "name": "Raynos",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Raynos/xtend/issues",
  35. "email": "raynos2@gmail.com"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Jake Verbaten"
  41. },
  42. {
  43. "name": "Matt Esch"
  44. }
  45. ],
  46. "dependencies": {},
  47. "deprecated": false,
  48. "description": "extend like a boss",
  49. "devDependencies": {
  50. "tape": "~1.1.0"
  51. },
  52. "engines": {
  53. "node": ">=0.4"
  54. },
  55. "homepage": "https://github.com/Raynos/xtend",
  56. "keywords": [
  57. "extend",
  58. "merge",
  59. "options",
  60. "opts",
  61. "object",
  62. "array"
  63. ],
  64. "license": "MIT",
  65. "main": "immutable",
  66. "name": "xtend",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/Raynos/xtend.git"
  70. },
  71. "scripts": {
  72. "test": "node test"
  73. },
  74. "testling": {
  75. "files": "test.js",
  76. "browsers": [
  77. "ie/7..latest",
  78. "firefox/16..latest",
  79. "firefox/nightly",
  80. "chrome/22..latest",
  81. "chrome/canary",
  82. "opera/12..latest",
  83. "opera/next",
  84. "safari/5.1..latest",
  85. "ipad/6.0..latest",
  86. "iphone/6.0..latest"
  87. ]
  88. },
  89. "version": "4.0.2"
  90. }