package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "/cacache",
  22. "/node-gyp",
  23. "/node-sass",
  24. "/rimraf",
  25. "/sass-graph",
  26. "/true-case-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  29. "_shasum": "b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b",
  30. "_spec": "glob@^7.0.3",
  31. "_where": "G:\\项目\\mobile\\node_modules\\node-sass",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/node-glob/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "fs.realpath": "^1.0.0",
  43. "inflight": "^1.0.4",
  44. "inherits": "2",
  45. "minimatch": "^3.1.1",
  46. "once": "^1.3.0",
  47. "path-is-absolute": "^1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "a little globber",
  51. "devDependencies": {
  52. "memfs": "^3.2.0",
  53. "mkdirp": "0",
  54. "rimraf": "^2.2.8",
  55. "tap": "^15.0.6",
  56. "tick": "0.0.6"
  57. },
  58. "engines": {
  59. "node": "*"
  60. },
  61. "files": [
  62. "glob.js",
  63. "sync.js",
  64. "common.js"
  65. ],
  66. "funding": {
  67. "url": "https://github.com/sponsors/isaacs"
  68. },
  69. "homepage": "https://github.com/isaacs/node-glob#readme",
  70. "license": "ISC",
  71. "main": "glob.js",
  72. "name": "glob",
  73. "publishConfig": {
  74. "tag": "v7-legacy"
  75. },
  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",
  87. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  88. },
  89. "tap": {
  90. "before": "test/00-setup.js",
  91. "after": "test/zz-cleanup.js",
  92. "jobs": 1
  93. },
  94. "version": "7.2.3"
  95. }