package.json 1.8 KB

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