package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "xtend@4.0.2",
  5. "E:\\item\\newItem\\admin"
  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. ],
  28. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Raynos",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Raynos/xtend/issues",
  37. "email": "raynos2@gmail.com"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jake Verbaten"
  42. },
  43. {
  44. "name": "Matt Esch"
  45. }
  46. ],
  47. "dependencies": {},
  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. }