1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "node.extend",
- "version": "1.0.8",
- "description": "A port of jQuery.extend that actually works on node.js",
- "keywords": [
- "extend",
- "jQuery",
- "jQuery extend",
- "clone",
- "copy",
- "inherit"
- ],
- "author": {
- "name": "dreamerslab",
- "email": "ben@dreamerslab.com"
- },
- "dependencies": {
- "is": "~0.2.6",
- "object-keys": "~0.4.0"
- },
- "devDependencies": {
- "tape": "~1.0.4"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/dreamerslab/node.extend.git"
- },
- "contributors": [
- {
- "name": "Jordan Harband"
- }
- ],
- "main": "index",
- "scripts": {
- "test": "node test/index.js"
- },
- "engines": [
- "node >= 0.4.0"
- ],
- "testling": {
- "files": "test/index.js",
- "browsers": [
- "iexplore/6.0..latest",
- "firefox/3.0..6.0",
- "firefox/15.0..latest",
- "firefox/nightly",
- "chrome/4.0..10.0",
- "chrome/20.0..latest",
- "chrome/canary",
- "opera/10.0..latest",
- "opera/next",
- "safari/4.0..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest"
- ]
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://en.wikipedia.org/wiki/MIT_License"
- },
- {
- "type": "GPL",
- "url": "http://en.wikipedia.org/wiki/GNU_General_Public_License"
- }
- ],
- "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",
- "readmeFilename": "Readme.md",
- "_id": "node.extend@1.0.8",
- "_from": "node.extend@~1.0.8"
- }
|