package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "sane@^4.0.3",
  3. "_id": "sane@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==",
  6. "_location": "/sane",
  7. "_phantomChildren": {
  8. "arr-diff": "4.0.0",
  9. "arr-flatten": "1.1.0",
  10. "array-unique": "0.3.2",
  11. "define-property": "2.0.2",
  12. "extend-shallow": "3.0.2",
  13. "extglob": "2.0.4",
  14. "fragment-cache": "0.2.1",
  15. "is-buffer": "1.1.6",
  16. "is-extendable": "0.1.1",
  17. "isobject": "3.0.1",
  18. "kind-of": "6.0.3",
  19. "nanomatch": "1.2.13",
  20. "object.pick": "1.3.0",
  21. "regex-not": "1.0.2",
  22. "remove-trailing-separator": "1.1.0",
  23. "repeat-element": "1.1.4",
  24. "repeat-string": "1.6.1",
  25. "snapdragon": "0.8.2",
  26. "snapdragon-node": "2.1.1",
  27. "split-string": "3.1.0",
  28. "to-regex": "3.0.2"
  29. },
  30. "_requested": {
  31. "type": "range",
  32. "registry": true,
  33. "raw": "sane@^4.0.3",
  34. "name": "sane",
  35. "escapedName": "sane",
  36. "rawSpec": "^4.0.3",
  37. "saveSpec": null,
  38. "fetchSpec": "^4.0.3"
  39. },
  40. "_requiredBy": [
  41. "/jest-haste-map"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz",
  44. "_shasum": "ed881fd922733a6c461bc189dc2b6c006f3ffded",
  45. "_spec": "sane@^4.0.3",
  46. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-haste-map",
  47. "author": {
  48. "name": "amasad"
  49. },
  50. "bin": {
  51. "sane": "src/cli.js"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/amasad/sane/issues"
  55. },
  56. "bundleDependencies": false,
  57. "dependencies": {
  58. "@cnakazawa/watch": "^1.0.3",
  59. "anymatch": "^2.0.0",
  60. "capture-exit": "^2.0.0",
  61. "exec-sh": "^0.3.2",
  62. "execa": "^1.0.0",
  63. "fb-watchman": "^2.0.0",
  64. "micromatch": "^3.1.4",
  65. "minimist": "^1.1.1",
  66. "walker": "~1.0.5"
  67. },
  68. "deprecated": false,
  69. "description": "Sane aims to be fast, small, and reliable file system watcher.",
  70. "devDependencies": {
  71. "eslint": "^5.15.1",
  72. "mocha": "^6.0.2",
  73. "prettier": "^1.16.4",
  74. "rimraf": "~2.6.3",
  75. "tmp": "0.0.33"
  76. },
  77. "engines": {
  78. "node": "6.* || 8.* || >= 10.*"
  79. },
  80. "files": [
  81. "src",
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/amasad/sane",
  85. "keywords": [
  86. "watch",
  87. "file",
  88. "fswatcher",
  89. "watchfile",
  90. "fs",
  91. "watching"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "sane",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/amasad/sane.git"
  99. },
  100. "scripts": {
  101. "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
  102. "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js && mocha --bail 'test/watchexec_*-test.js'",
  103. "test:debug": "mocha debug --bail"
  104. },
  105. "version": "4.1.0"
  106. }