package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "extend@3.0.2",
  9. "_id": "extend@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  12. "_location": "/extend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extend@3.0.2",
  18. "name": "extend",
  19. "escapedName": "extend",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/liftoff",
  26. "/quill",
  27. "/quill-delta",
  28. "/request",
  29. "/unified"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  32. "_spec": "3.0.2",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  34. "author": {
  35. "name": "Stefan Thomas",
  36. "email": "justmoon@members.fsf.org",
  37. "url": "http://www.justmoon.net"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/justmoon/node-extend/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "url": "https://github.com/ljharb"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "Port of jQuery.extend for node.js and the browser",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^12.2.1",
  52. "covert": "^1.1.0",
  53. "eslint": "^4.19.1",
  54. "jscs": "^3.0.7",
  55. "tape": "^4.9.1"
  56. },
  57. "homepage": "https://github.com/justmoon/node-extend#readme",
  58. "keywords": [
  59. "extend",
  60. "clone",
  61. "merge"
  62. ],
  63. "license": "MIT",
  64. "main": "index",
  65. "name": "extend",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/justmoon/node-extend.git"
  69. },
  70. "scripts": {
  71. "coverage": "covert test/index.js",
  72. "coverage-quiet": "covert test/index.js --quiet",
  73. "eslint": "eslint *.js */*.js",
  74. "jscs": "jscs *.js */*.js",
  75. "lint": "npm run jscs && npm run eslint",
  76. "posttest": "npm run coverage-quiet",
  77. "pretest": "npm run lint",
  78. "test": "npm run tests-only",
  79. "tests-only": "node test"
  80. },
  81. "version": "3.0.2"
  82. }