Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

package.json 1.5 KiB

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "watch@0.18.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "watch@0.18.0",
  9. "_id": "watch@0.18.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-KAlUdsbffJDJYxOJkMClQj60uYY=",
  12. "_location": "/watch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "watch@0.18.0",
  18. "name": "watch",
  19. "escapedName": "watch",
  20. "rawSpec": "0.18.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.18.0"
  23. },
  24. "_requiredBy": [
  25. "/sane"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/watch/-/watch-0.18.0.tgz",
  28. "_spec": "0.18.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mikeal Rogers",
  32. "email": "mikeal.rogers@gmail.com"
  33. },
  34. "bin": {
  35. "watch": "cli.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mikeal/watch/issues"
  39. },
  40. "dependencies": {
  41. "exec-sh": "^0.2.0",
  42. "minimist": "^1.2.0"
  43. },
  44. "description": "Utilities for watching file trees.",
  45. "directories": {
  46. "lib": "lib"
  47. },
  48. "engines": {
  49. "node": ">=0.1.95"
  50. },
  51. "homepage": "https://github.com/mikeal/watch",
  52. "keywords": [
  53. "util",
  54. "utility",
  55. "fs",
  56. "files"
  57. ],
  58. "license": "Apache-2.0",
  59. "main": "./main",
  60. "name": "watch",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mikeal/watch.git"
  64. },
  65. "version": "0.18.0"
  66. }