package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "extend@3.0.1",
  9. "_id": "extend@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=",
  12. "_location": "/extend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extend@3.0.1",
  18. "name": "extend",
  19. "escapedName": "extend",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/get-uri",
  26. "/http-proxy-agent",
  27. "/http-proxy-agent/agent-base",
  28. "/https-proxy-agent",
  29. "/https-proxy-agent/agent-base",
  30. "/pac-proxy-agent/agent-base"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz",
  33. "_spec": "3.0.1",
  34. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  35. "author": {
  36. "name": "Stefan Thomas",
  37. "email": "justmoon@members.fsf.org",
  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. "@ljharb/eslint-config": "^11.0.0",
  53. "covert": "^1.1.0",
  54. "eslint": "^3.19.0",
  55. "jscs": "^3.0.7",
  56. "tape": "^4.6.3"
  57. },
  58. "homepage": "https://github.com/justmoon/node-extend#readme",
  59. "keywords": [
  60. "extend",
  61. "clone",
  62. "merge"
  63. ],
  64. "license": "MIT",
  65. "main": "index",
  66. "name": "extend",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/justmoon/node-extend.git"
  70. },
  71. "scripts": {
  72. "coverage": "covert test/index.js",
  73. "coverage-quiet": "covert test/index.js --quiet",
  74. "eslint": "eslint *.js */*.js",
  75. "jscs": "jscs *.js */*.js",
  76. "lint": "npm run jscs && npm run eslint",
  77. "posttest": "npm run coverage-quiet",
  78. "pretest": "npm run lint",
  79. "test": "npm run tests-only",
  80. "tests-only": "node test"
  81. },
  82. "version": "3.0.1"
  83. }