package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "globule@1.3.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "globule@1.3.3",
  9. "_id": "globule@1.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==",
  12. "_location": "/globule",
  13. "_phantomChildren": {
  14. "brace-expansion": "1.1.11",
  15. "fs.realpath": "1.0.0",
  16. "inflight": "1.0.6",
  17. "inherits": "2.0.4",
  18. "once": "1.4.0",
  19. "path-is-absolute": "1.0.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "globule@1.3.3",
  25. "name": "globule",
  26. "escapedName": "globule",
  27. "rawSpec": "1.3.3",
  28. "saveSpec": null,
  29. "fetchSpec": "1.3.3"
  30. },
  31. "_requiredBy": [
  32. "/gaze"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/globule/-/globule-1.3.3.tgz",
  35. "_spec": "1.3.3",
  36. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  37. "author": {
  38. "name": "\"Cowboy\" Ben Alman",
  39. "url": "http://benalman.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/cowboy/node-globule/issues"
  43. },
  44. "dependencies": {
  45. "glob": "~7.1.1",
  46. "lodash": "~4.17.10",
  47. "minimatch": "~3.0.2"
  48. },
  49. "description": "An easy-to-use wildcard globbing library.",
  50. "devDependencies": {
  51. "grunt": "^1.0.2",
  52. "grunt-contrib-jshint": "^1.0.0",
  53. "grunt-contrib-nodeunit": "^2.0.0",
  54. "grunt-contrib-watch": "^1.1.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/cowboy/node-globule",
  63. "keywords": [
  64. "glob",
  65. "file",
  66. "match",
  67. "mapping",
  68. "expand",
  69. "wildcard",
  70. "pattern",
  71. "sync",
  72. "awesome"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/globule",
  76. "name": "globule",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/cowboy/node-globule.git"
  80. },
  81. "scripts": {
  82. "test": "grunt"
  83. },
  84. "version": "1.3.3"
  85. }