package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "globule@1.3.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globule@1.3.3",
  10. "_id": "globule@1.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gRkZ7qwatzROkF8uO+gKE0R5c8I=",
  13. "_location": "/globule",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globule@1.3.3",
  19. "name": "globule",
  20. "escapedName": "globule",
  21. "rawSpec": "1.3.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.3"
  24. },
  25. "_requiredBy": [
  26. "/gaze"
  27. ],
  28. "_resolved": "https://registry.nlark.com/globule/download/globule-1.3.3.tgz?cache=0&sync_timestamp=1629247157227&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobule%2Fdownload%2Fglobule-1.3.3.tgz",
  29. "_spec": "1.3.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "\"Cowboy\" Ben Alman",
  33. "url": "http://benalman.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cowboy/node-globule/issues"
  37. },
  38. "dependencies": {
  39. "glob": "~7.1.1",
  40. "lodash": "~4.17.10",
  41. "minimatch": "~3.0.2"
  42. },
  43. "description": "An easy-to-use wildcard globbing library.",
  44. "devDependencies": {
  45. "grunt": "^1.0.2",
  46. "grunt-contrib-jshint": "^1.0.0",
  47. "grunt-contrib-nodeunit": "^2.0.0",
  48. "grunt-contrib-watch": "^1.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.10"
  52. },
  53. "files": [
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/cowboy/node-globule",
  57. "keywords": [
  58. "glob",
  59. "file",
  60. "match",
  61. "mapping",
  62. "expand",
  63. "wildcard",
  64. "pattern",
  65. "sync",
  66. "awesome"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/globule",
  70. "name": "globule",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/cowboy/node-globule.git"
  74. },
  75. "scripts": {
  76. "test": "grunt"
  77. },
  78. "version": "1.3.3"
  79. }