package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "gaze@1.1.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gaze@1.1.3",
  10. "_id": "gaze@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xEFzPhO5J6yMD/C0w7Az8ogSkko=",
  13. "_location": "/gaze",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gaze@1.1.3",
  19. "name": "gaze",
  20. "escapedName": "gaze",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.nlark.com/gaze/download/gaze-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Kyle Robinson Young",
  33. "email": "kyle@dontkry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shama/gaze/issues"
  37. },
  38. "dependencies": {
  39. "globule": "^1.0.0"
  40. },
  41. "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
  42. "devDependencies": {
  43. "async": "^2.6.1",
  44. "grunt": "^1.0.1",
  45. "grunt-benchmark": "^1.0.0",
  46. "grunt-cli": "^1.2.0",
  47. "grunt-contrib-jshint": "^1.1.0",
  48. "grunt-contrib-nodeunit": "^2.0.0",
  49. "rimraf": "^2.5.2",
  50. "semistandard": "^12.0.1"
  51. },
  52. "engines": {
  53. "node": ">= 4.0.0"
  54. },
  55. "files": [
  56. "lib",
  57. "LICENSE-MIT"
  58. ],
  59. "homepage": "https://github.com/shama/gaze",
  60. "keywords": [
  61. "watch",
  62. "glob"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/gaze",
  66. "name": "gaze",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/shama/gaze.git"
  70. },
  71. "scripts": {
  72. "test": "semistandard && grunt nodeunit -v"
  73. },
  74. "semistandard": {
  75. "ignore": [
  76. "benchmarks",
  77. "experiments",
  78. "build",
  79. "test"
  80. ]
  81. },
  82. "version": "1.1.3"
  83. }