package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "sane@2.5.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sane@2.5.2",
  10. "_id": "sane@2.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tNwYYcIbQn6SlQej51HiosuKs/o=",
  13. "_location": "/sane",
  14. "_phantomChildren": {
  15. "bindings": "1.5.0",
  16. "micromatch": "3.1.10",
  17. "nan": "2.15.0",
  18. "remove-trailing-separator": "1.1.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "sane@2.5.2",
  24. "name": "sane",
  25. "escapedName": "sane",
  26. "rawSpec": "2.5.2",
  27. "saveSpec": null,
  28. "fetchSpec": "2.5.2"
  29. },
  30. "_requiredBy": [
  31. "/jest-haste-map"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/sane/-/sane-2.5.2.tgz",
  34. "_spec": "2.5.2",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "amasad"
  38. },
  39. "bin": {
  40. "sane": "./src/cli.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/amasad/sane/issues"
  44. },
  45. "dependencies": {
  46. "anymatch": "^2.0.0",
  47. "capture-exit": "^1.2.0",
  48. "exec-sh": "^0.2.0",
  49. "fb-watchman": "^2.0.0",
  50. "fsevents": "^1.2.3",
  51. "micromatch": "^3.1.4",
  52. "minimist": "^1.1.1",
  53. "walker": "~1.0.5",
  54. "watch": "~0.18.0"
  55. },
  56. "description": "Sane aims to be fast, small, and reliable file system watcher.",
  57. "devDependencies": {
  58. "eslint": "^3.19.0",
  59. "mocha": "~1.17.1",
  60. "prettier": "^1.3.1",
  61. "rimraf": "~2.2.6",
  62. "tmp": "0.0.27"
  63. },
  64. "engines": {
  65. "node": ">=0.6.0"
  66. },
  67. "files": [
  68. "src",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/amasad/sane",
  72. "keywords": [
  73. "watch",
  74. "file",
  75. "fswatcher",
  76. "watchfile",
  77. "fs",
  78. "watching"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "sane",
  83. "optionalDependencies": {
  84. "fsevents": "^1.2.3"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/amasad/sane.git"
  89. },
  90. "scripts": {
  91. "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
  92. "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
  93. "test:debug": "mocha debug --bail"
  94. },
  95. "version": "2.5.2"
  96. }