package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "watch@~0.18.0",
  3. "_id": "watch@0.18.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oUcoHFG3UF2pBlHcMORAojsN09BfqSfWYWlR3eSSjUFR7eBEx53WT2HX/vZeVTTIVCGShcazb+t6IcBRCNXqvA==",
  6. "_location": "/watch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "watch@~0.18.0",
  12. "name": "watch",
  13. "escapedName": "watch",
  14. "rawSpec": "~0.18.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.18.0"
  17. },
  18. "_requiredBy": [
  19. "/sane"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/watch/-/watch-0.18.0.tgz",
  22. "_shasum": "28095476c6df7c90c963138990c0a5423eb4b986",
  23. "_spec": "watch@~0.18.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\sane",
  25. "author": {
  26. "name": "Mikeal Rogers",
  27. "email": "mikeal.rogers@gmail.com"
  28. },
  29. "bin": {
  30. "watch": "cli.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mikeal/watch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "exec-sh": "^0.2.0",
  38. "minimist": "^1.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "Utilities for watching file trees.",
  42. "directories": {
  43. "lib": "lib"
  44. },
  45. "engines": {
  46. "node": ">=0.1.95"
  47. },
  48. "homepage": "https://github.com/mikeal/watch",
  49. "keywords": [
  50. "util",
  51. "utility",
  52. "fs",
  53. "files"
  54. ],
  55. "license": "Apache-2.0",
  56. "main": "./main",
  57. "name": "watch",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/mikeal/watch.git"
  61. },
  62. "version": "0.18.0"
  63. }