package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "sane@2.5.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sane@2.5.2",
  10. "_id": "sane@2.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OuZwD1QJ2R9Dbnhd7Ur8zzD8l+oADp9npyxK63Q9nZ4AjhB2QwDQcQlD8iuUsGm5AZZqtEuCaJvK1rxGRxyQ1Q==",
  13. "_location": "/sane",
  14. "_phantomChildren": {
  15. "arr-flatten": "1.1.0",
  16. "debug": "2.6.9",
  17. "define-property": "2.0.2",
  18. "extend-shallow": "3.0.2",
  19. "fragment-cache": "0.2.1",
  20. "is-buffer": "1.1.6",
  21. "is-extendable": "0.1.1",
  22. "nanomatch": "1.2.13",
  23. "object.pick": "1.3.0",
  24. "posix-character-classes": "0.1.1",
  25. "regex-not": "1.0.2",
  26. "repeat-element": "1.1.4",
  27. "repeat-string": "1.6.1",
  28. "snapdragon": "0.8.2",
  29. "snapdragon-node": "2.1.1",
  30. "split-string": "3.1.0",
  31. "to-regex": "3.0.2",
  32. "to-regex-range": "2.1.1"
  33. },
  34. "_requested": {
  35. "type": "version",
  36. "registry": true,
  37. "raw": "sane@2.5.2",
  38. "name": "sane",
  39. "escapedName": "sane",
  40. "rawSpec": "2.5.2",
  41. "saveSpec": null,
  42. "fetchSpec": "2.5.2"
  43. },
  44. "_requiredBy": [
  45. "/jest-haste-map"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/sane/-/sane-2.5.2.tgz",
  48. "_spec": "2.5.2",
  49. "_where": "E:\\2023\\5\\myjadmin",
  50. "author": {
  51. "name": "amasad"
  52. },
  53. "bin": {
  54. "sane": "src/cli.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/amasad/sane/issues"
  58. },
  59. "dependencies": {
  60. "anymatch": "^2.0.0",
  61. "capture-exit": "^1.2.0",
  62. "exec-sh": "^0.2.0",
  63. "fb-watchman": "^2.0.0",
  64. "fsevents": "^1.2.3",
  65. "micromatch": "^3.1.4",
  66. "minimist": "^1.1.1",
  67. "walker": "~1.0.5",
  68. "watch": "~0.18.0"
  69. },
  70. "description": "Sane aims to be fast, small, and reliable file system watcher.",
  71. "devDependencies": {
  72. "eslint": "^3.19.0",
  73. "mocha": "~1.17.1",
  74. "prettier": "^1.3.1",
  75. "rimraf": "~2.2.6",
  76. "tmp": "0.0.27"
  77. },
  78. "engines": {
  79. "node": ">=0.6.0"
  80. },
  81. "files": [
  82. "src",
  83. "index.js"
  84. ],
  85. "homepage": "https://github.com/amasad/sane",
  86. "keywords": [
  87. "watch",
  88. "file",
  89. "fswatcher",
  90. "watchfile",
  91. "fs",
  92. "watching"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "sane",
  97. "optionalDependencies": {
  98. "fsevents": "^1.2.3"
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/amasad/sane.git"
  103. },
  104. "scripts": {
  105. "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
  106. "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
  107. "test:debug": "mocha debug --bail"
  108. },
  109. "version": "2.5.2"
  110. }