package.json 2.2 KB

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