package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "glob@^7.1.2",
  3. "_id": "glob@7.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.2",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-module-resolver",
  20. "/cacache",
  21. "/copy-webpack-plugin/cacache",
  22. "/copy-webpack-plugin/globby",
  23. "/del/globby",
  24. "/globby",
  25. "/globule",
  26. "/node-gyp",
  27. "/node-sass",
  28. "/rimraf",
  29. "/sass-graph",
  30. "/true-case-path"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  33. "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
  34. "_spec": "glob@^7.1.2",
  35. "_where": "D:\\jiayue\\pig-ui\\node_modules\\babel-plugin-module-resolver",
  36. "author": {
  37. "name": "Isaac Z. Schlueter",
  38. "email": "i@izs.me",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/node-glob/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "fs.realpath": "^1.0.0",
  47. "inflight": "^1.0.4",
  48. "inherits": "2",
  49. "minimatch": "^3.0.4",
  50. "once": "^1.3.0",
  51. "path-is-absolute": "^1.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "a little globber",
  55. "devDependencies": {
  56. "mkdirp": "0",
  57. "rimraf": "^2.2.8",
  58. "tap": "^12.0.1",
  59. "tick": "0.0.6"
  60. },
  61. "engines": {
  62. "node": "*"
  63. },
  64. "files": [
  65. "glob.js",
  66. "sync.js",
  67. "common.js"
  68. ],
  69. "funding": {
  70. "url": "https://github.com/sponsors/isaacs"
  71. },
  72. "homepage": "https://github.com/isaacs/node-glob#readme",
  73. "license": "ISC",
  74. "main": "glob.js",
  75. "name": "glob",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/node-glob.git"
  79. },
  80. "scripts": {
  81. "bench": "bash benchmark.sh",
  82. "benchclean": "node benchclean.js",
  83. "prepublish": "npm run benchclean",
  84. "prof": "bash prof.sh && cat profile.txt",
  85. "profclean": "rm -f v8.log profile.txt",
  86. "test": "tap test/*.js --cov",
  87. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  88. },
  89. "version": "7.1.6"
  90. }