package.json 1.9 KB

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