package.json 2.0 KB

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