package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "extend@3.0.2",
  9. "_id": "extend@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=",
  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. "/quill",
  26. "/quill-delta",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.nlark.com/extend/download/extend-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Stefan Thomas",
  34. "email": "justmoon@members.fsf.org",
  35. "url": "http://www.justmoon.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/justmoon/node-extend/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jordan Harband",
  43. "url": "https://github.com/ljharb"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "Port of jQuery.extend for node.js and the browser",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^12.2.1",
  50. "covert": "^1.1.0",
  51. "eslint": "^4.19.1",
  52. "jscs": "^3.0.7",
  53. "tape": "^4.9.1"
  54. },
  55. "homepage": "https://github.com/justmoon/node-extend#readme",
  56. "keywords": [
  57. "extend",
  58. "clone",
  59. "merge"
  60. ],
  61. "license": "MIT",
  62. "main": "index",
  63. "name": "extend",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/justmoon/node-extend.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test/index.js",
  70. "coverage-quiet": "covert test/index.js --quiet",
  71. "eslint": "eslint *.js */*.js",
  72. "jscs": "jscs *.js */*.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "posttest": "npm run coverage-quiet",
  75. "pretest": "npm run lint",
  76. "test": "npm run tests-only",
  77. "tests-only": "node test"
  78. },
  79. "version": "3.0.2"
  80. }