package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "delegates@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "delegates@1.0.0",
  9. "_id": "delegates@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
  12. "_location": "/delegates",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "delegates@1.0.0",
  18. "name": "delegates",
  19. "escapedName": "delegates",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/are-we-there-yet"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/visionmedia/node-delegates/issues"
  32. },
  33. "dependencies": {},
  34. "description": "delegate methods and accessors to another property",
  35. "devDependencies": {
  36. "mocha": "*",
  37. "should": "*"
  38. },
  39. "homepage": "https://github.com/visionmedia/node-delegates#readme",
  40. "keywords": [
  41. "delegate",
  42. "delegation"
  43. ],
  44. "license": "MIT",
  45. "name": "delegates",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/visionmedia/node-delegates.git"
  49. },
  50. "version": "1.0.0"
  51. }