package.json 2.0 KB

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