package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@cnakazawa/watch@^1.0.3",
  3. "_id": "@cnakazawa/watch@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
  6. "_location": "/@cnakazawa/watch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@cnakazawa/watch@^1.0.3",
  12. "name": "@cnakazawa/watch",
  13. "escapedName": "@cnakazawa%2fwatch",
  14. "scope": "@cnakazawa",
  15. "rawSpec": "^1.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.3"
  18. },
  19. "_requiredBy": [
  20. "/sane"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
  23. "_shasum": "f864ae85004d0fcab6f50be9141c4da368d1656a",
  24. "_spec": "@cnakazawa/watch@^1.0.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane",
  26. "author": {
  27. "name": "Mikeal Rogers",
  28. "email": "mikeal.rogers@gmail.com"
  29. },
  30. "bin": {
  31. "watch": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mikeal/watch/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "exec-sh": "^0.3.2",
  39. "minimist": "^1.2.0"
  40. },
  41. "deprecated": false,
  42. "description": "Utilities for watching file trees.",
  43. "directories": {
  44. "lib": "lib"
  45. },
  46. "engines": {
  47. "node": ">=0.1.95"
  48. },
  49. "homepage": "https://github.com/mikeal/watch",
  50. "keywords": [
  51. "util",
  52. "utility",
  53. "fs",
  54. "files"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "./main",
  58. "name": "@cnakazawa/watch",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/mikeal/watch.git"
  62. },
  63. "scripts": {
  64. "release:major": "bash scripts/release.sh major",
  65. "release:minor": "bash scripts/release.sh minor",
  66. "release:patch": "bash scripts/release.sh patch"
  67. },
  68. "version": "1.0.4"
  69. }