package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "extend@~3.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "extend@>=3.0.0 <3.1.0",
  9. "_id": "extend@3.0.0",
  10. "_inCache": true,
  11. "_location": "/extend",
  12. "_nodeVersion": "2.3.1",
  13. "_npmUser": {
  14. "email": "ljharb@gmail.com",
  15. "name": "ljharb"
  16. },
  17. "_npmVersion": "2.11.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "extend",
  21. "raw": "extend@~3.0.0",
  22. "rawSpec": "~3.0.0",
  23. "scope": null,
  24. "spec": ">=3.0.0 <3.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
  31. "_shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  32. "_shrinkwrap": null,
  33. "_spec": "extend@~3.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  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": "^1.1.0",
  53. "eslint": "^0.24.0",
  54. "jscs": "^1.13.1",
  55. "tape": "^4.0.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  60. "tarball": "http://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
  61. },
  62. "gitHead": "148e7270cab2e9413af2cd0cab147070d755ed6d",
  63. "homepage": "https://github.com/justmoon/node-extend#readme",
  64. "installable": true,
  65. "keywords": [
  66. "clone",
  67. "extend",
  68. "merge"
  69. ],
  70. "license": "MIT",
  71. "main": "index",
  72. "maintainers": [
  73. {
  74. "name": "justmoon",
  75. "email": "justmoon@members.fsf.org"
  76. },
  77. {
  78. "name": "ljharb",
  79. "email": "ljharb@gmail.com"
  80. }
  81. ],
  82. "name": "extend",
  83. "optionalDependencies": {},
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/justmoon/node-extend.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test/index.js",
  90. "coverage-quiet": "covert test/index.js --quiet",
  91. "eslint": "eslint *.js */*.js",
  92. "jscs": "jscs *.js */*.js",
  93. "lint": "npm run jscs && npm run eslint",
  94. "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  95. },
  96. "version": "3.0.0"
  97. }