package.json 1.9 KB

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