package.json 1.7 KB

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