package.json 1.4 KB

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