package.json 2.0 KB

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