package.json 2.0 KB

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