package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "node.extend",
  3. "version": "1.0.8",
  4. "description": "A port of jQuery.extend that actually works on node.js",
  5. "keywords": [
  6. "extend",
  7. "jQuery",
  8. "jQuery extend",
  9. "clone",
  10. "copy",
  11. "inherit"
  12. ],
  13. "author": {
  14. "name": "dreamerslab",
  15. "email": "ben@dreamerslab.com"
  16. },
  17. "dependencies": {
  18. "is": "~0.2.6",
  19. "object-keys": "~0.4.0"
  20. },
  21. "devDependencies": {
  22. "tape": "~1.0.4"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/dreamerslab/node.extend.git"
  27. },
  28. "contributors": [
  29. {
  30. "name": "Jordan Harband"
  31. }
  32. ],
  33. "main": "index",
  34. "scripts": {
  35. "test": "node test/index.js"
  36. },
  37. "engines": [
  38. "node >= 0.4.0"
  39. ],
  40. "testling": {
  41. "files": "test/index.js",
  42. "browsers": [
  43. "iexplore/6.0..latest",
  44. "firefox/3.0..6.0",
  45. "firefox/15.0..latest",
  46. "firefox/nightly",
  47. "chrome/4.0..10.0",
  48. "chrome/20.0..latest",
  49. "chrome/canary",
  50. "opera/10.0..latest",
  51. "opera/next",
  52. "safari/4.0..latest",
  53. "ipad/6.0..latest",
  54. "iphone/6.0..latest"
  55. ]
  56. },
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "http://en.wikipedia.org/wiki/MIT_License"
  61. },
  62. {
  63. "type": "GPL",
  64. "url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
  65. }
  66. ],
  67. "readme": "# node.extend\n\nA port of jQuery.extend that **actually works** on node.js\n\n[![Build Status][3]][4] [![dependency status][5]][6]\n\n[![browser support][1]][2]\n\n\n## Description\n\nNone of the existing ones on npm really work therefore I ported it myself.\n\n\n\n## Usage\n\nCheckout the doc from [jQuery][]\n\n\n\n## Credit\n\n- Jordan Harband [@ljharb][]\n\n\n\n## License\n\nCopyright 2011, John Resig\nDual licensed under the MIT or GPL Version 2 licenses.\nhttp://jquery.org/license\n\n[1]: https://ci.testling.com/dreamerslab/node.extend.png\n[2]: https://ci.testling.com/dreamerslab/node.extend\n[3]: https://travis-ci.org/dreamerslab/node.extend.png\n[4]: https://travis-ci.org/dreamerslab/node.extend\n[5]: https://david-dm.org/dreamerslab/node.extend.png\n[6]: https://david-dm.org/dreamerslab/node.extend\n[jQuery]: http://api.jquery.com/jQuery.extend/\n[@ljharb]: https://twitter.com/ljharb\n\n",
  68. "readmeFilename": "Readme.md",
  69. "_id": "node.extend@1.0.8",
  70. "_from": "node.extend@~1.0.8"
  71. }