package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "xtend@2.1.2",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xtend@2.1.2",
  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. "/through2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. "object-keys": "~0.4.0"
  49. },
  50. "description": "extend like a boss",
  51. "devDependencies": {
  52. "tape": "~1.1.0"
  53. },
  54. "engines": {
  55. "node": ">=0.4"
  56. },
  57. "homepage": "https://github.com/Raynos/xtend",
  58. "keywords": [
  59. "extend",
  60. "merge",
  61. "options",
  62. "opts",
  63. "object",
  64. "array"
  65. ],
  66. "licenses": [
  67. {
  68. "type": "MIT",
  69. "url": "http://github.com/raynos/xtend/raw/master/LICENSE"
  70. }
  71. ],
  72. "main": "index",
  73. "name": "xtend",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/Raynos/xtend.git"
  77. },
  78. "scripts": {
  79. "test": "node test"
  80. },
  81. "testling": {
  82. "files": "test.js",
  83. "browsers": [
  84. "ie/7..latest",
  85. "firefox/16..latest",
  86. "firefox/nightly",
  87. "chrome/22..latest",
  88. "chrome/canary",
  89. "opera/12..latest",
  90. "opera/next",
  91. "safari/5.1..latest",
  92. "ipad/6.0..latest",
  93. "iphone/6.0..latest"
  94. ]
  95. },
  96. "version": "2.1.2"
  97. }