package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "xtend@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xtend@4.0.1",
  10. "_id": "xtend@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
  13. "_location": "/xtend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "xtend@4.0.1",
  19. "name": "xtend",
  20. "escapedName": "xtend",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/stream-http",
  27. "/through2"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/xtend/download/xtend-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.1"
  91. }