package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "globule@1.3.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "globule@1.3.4",
  10. "_id": "globule@1.3.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==",
  13. "_location": "/globule",
  14. "_phantomChildren": {
  15. "brace-expansion": "1.1.11",
  16. "fs.realpath": "1.0.0",
  17. "inflight": "1.0.6",
  18. "inherits": "2.0.4",
  19. "once": "1.4.0",
  20. "path-is-absolute": "1.0.1"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "globule@1.3.4",
  26. "name": "globule",
  27. "escapedName": "globule",
  28. "rawSpec": "1.3.4",
  29. "saveSpec": null,
  30. "fetchSpec": "1.3.4"
  31. },
  32. "_requiredBy": [
  33. "/gaze"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz",
  36. "_spec": "1.3.4",
  37. "_where": "E:\\2023\\5\\myjadmin",
  38. "author": {
  39. "name": "\"Cowboy\" Ben Alman",
  40. "url": "http://benalman.com/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/cowboy/node-globule/issues"
  44. },
  45. "dependencies": {
  46. "glob": "~7.1.1",
  47. "lodash": "^4.17.21",
  48. "minimatch": "~3.0.2"
  49. },
  50. "description": "An easy-to-use wildcard globbing library.",
  51. "devDependencies": {
  52. "grunt": "^1.0.2",
  53. "grunt-contrib-jshint": "^1.0.0",
  54. "grunt-contrib-nodeunit": "^2.0.0",
  55. "grunt-contrib-watch": "^1.1.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "files": [
  61. "lib"
  62. ],
  63. "homepage": "https://github.com/cowboy/node-globule",
  64. "keywords": [
  65. "glob",
  66. "file",
  67. "match",
  68. "mapping",
  69. "expand",
  70. "wildcard",
  71. "pattern",
  72. "sync",
  73. "awesome"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/globule",
  77. "name": "globule",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/cowboy/node-globule.git"
  81. },
  82. "scripts": {
  83. "test": "grunt"
  84. },
  85. "version": "1.3.4"
  86. }