package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "extend@3",
  6. "scope": null,
  7. "escapedName": "extend",
  8. "name": "extend",
  9. "rawSpec": "3",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/http-proxy-agent"
  14. ]
  15. ],
  16. "_from": "extend@>=3.0.0 <4.0.0",
  17. "_id": "extend@3.0.0",
  18. "_inCache": true,
  19. "_location": "/extend",
  20. "_nodeVersion": "2.3.1",
  21. "_npmUser": {
  22. "name": "ljharb",
  23. "email": "ljharb@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "extend@3",
  29. "scope": null,
  30. "escapedName": "extend",
  31. "name": "extend",
  32. "rawSpec": "3",
  33. "spec": ">=3.0.0 <4.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/agent-base",
  38. "/http-proxy-agent",
  39. "/https-proxy-agent"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
  42. "_shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  43. "_shrinkwrap": null,
  44. "_spec": "extend@3",
  45. "_where": "/home/robert/workspace/xmlrpc/node_modules/http-proxy-agent",
  46. "author": {
  47. "name": "Stefan Thomas",
  48. "email": "justmoon@members.fsf.org",
  49. "url": "http://www.justmoon.net"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/justmoon/node-extend/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Jordan Harband",
  57. "url": "https://github.com/ljharb"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "Port of jQuery.extend for node.js and the browser",
  62. "devDependencies": {
  63. "covert": "^1.1.0",
  64. "eslint": "^0.24.0",
  65. "jscs": "^1.13.1",
  66. "tape": "^4.0.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  71. "tarball": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
  72. },
  73. "gitHead": "148e7270cab2e9413af2cd0cab147070d755ed6d",
  74. "homepage": "https://github.com/justmoon/node-extend#readme",
  75. "keywords": [
  76. "extend",
  77. "clone",
  78. "merge"
  79. ],
  80. "license": "MIT",
  81. "main": "index",
  82. "maintainers": [
  83. {
  84. "name": "justmoon",
  85. "email": "justmoon@members.fsf.org"
  86. },
  87. {
  88. "name": "ljharb",
  89. "email": "ljharb@gmail.com"
  90. }
  91. ],
  92. "name": "extend",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/justmoon/node-extend.git"
  98. },
  99. "scripts": {
  100. "coverage": "covert test/index.js",
  101. "coverage-quiet": "covert test/index.js --quiet",
  102. "eslint": "eslint *.js */*.js",
  103. "jscs": "jscs *.js */*.js",
  104. "lint": "npm run jscs && npm run eslint",
  105. "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  106. },
  107. "version": "3.0.0"
  108. }