package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "hat@0.0.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "hat@0.0.3",
  9. "_id": "hat@0.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zpImx2GoKXy42fVDSEad2BPKuSQdLcqsCYa48K3zHSzM/ugWuYjLDr8IXxpVuL7uCLHw56eaiLxCRthhOzf5ug==",
  12. "_location": "/hat",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hat@0.0.3",
  18. "name": "hat",
  19. "escapedName": "hat",
  20. "rawSpec": "0.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.3"
  23. },
  24. "_requiredBy": [
  25. "/ids"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/hat/-/hat-0.0.3.tgz",
  28. "_spec": "0.0.3",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-hat/issues"
  37. },
  38. "description": "generate random IDs and avoid collisions",
  39. "devDependencies": {
  40. "expresso": "0.7.x"
  41. },
  42. "directories": {
  43. "lib": ".",
  44. "example": "example",
  45. "test": "test"
  46. },
  47. "engine": {
  48. "node": ">=0.4"
  49. },
  50. "homepage": "https://github.com/substack/node-hat#readme",
  51. "keywords": [
  52. "id",
  53. "uid",
  54. "uuid",
  55. "random",
  56. "hat",
  57. "rack",
  58. "unique"
  59. ],
  60. "license": "MIT/X11",
  61. "main": "index.js",
  62. "name": "hat",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/substack/node-hat.git"
  66. },
  67. "scripts": {
  68. "test": "expresso"
  69. },
  70. "version": "0.0.3"
  71. }