package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "extend@1.3.0",
  5. "D:\\work\\im\\node_modules\\koa-better-body"
  6. ]
  7. ],
  8. "_from": "extend@1.3.0",
  9. "_id": "extend@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/extend",
  13. "_npmUser": {
  14. "email": "ljharb@gmail.com",
  15. "name": "ljharb"
  16. },
  17. "_npmVersion": "1.4.14",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "extend",
  21. "raw": "extend@1.3.0",
  22. "rawSpec": "1.3.0",
  23. "scope": null,
  24. "spec": "1.3.0",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/koa-better-body"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz",
  31. "_shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
  32. "_shrinkwrap": null,
  33. "_spec": "extend@1.3.0",
  34. "_where": "D:\\work\\im\\node_modules\\koa-better-body",
  35. "author": {
  36. "email": "justmoon@members.fsf.org",
  37. "name": "Stefan Thomas",
  38. "url": "http://www.justmoon.net"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/justmoon/node-extend/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "url": "https://github.com/ljharb"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "Port of jQuery.extend for node.js and the browser",
  51. "devDependencies": {
  52. "covert": "~0.4.0",
  53. "tape": "~2.13.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
  58. "tarball": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz"
  59. },
  60. "gitHead": "30bf952975a8551c8aabc3aed5e812455847e37a",
  61. "homepage": "https://github.com/justmoon/node-extend",
  62. "keywords": [
  63. "extend",
  64. "clone",
  65. "merge"
  66. ],
  67. "main": "index",
  68. "maintainers": [
  69. {
  70. "email": "justmoon@members.fsf.org",
  71. "name": "justmoon"
  72. },
  73. {
  74. "email": "ljharb@gmail.com",
  75. "name": "ljharb"
  76. }
  77. ],
  78. "name": "extend",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/justmoon/node-extend.git"
  84. },
  85. "scripts": {
  86. "coverage": "covert test/index.js",
  87. "coverage-quiet": "covert test/index.js --quiet",
  88. "test": "node test/index.js"
  89. },
  90. "version": "1.3.0"
  91. }