package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.2",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "glob@^7.0.5",
  9. "_id": "glob@7.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.1.2",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "7.1.2"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/rimraf"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
  29. "_shasum": "c19c9df9a028702d678612384a6552404c636d15",
  30. "_spec": "7.1.2",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  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.0.4",
  46. "once": "^1.3.0",
  47. "path-is-absolute": "^1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "a little globber",
  51. "devDependencies": {
  52. "mkdirp": "0",
  53. "rimraf": "^2.2.8",
  54. "tap": "^7.1.2",
  55. "tick": "0.0.6"
  56. },
  57. "engines": {
  58. "node": "*"
  59. },
  60. "files": [
  61. "glob.js",
  62. "sync.js",
  63. "common.js"
  64. ],
  65. "homepage": "https://github.com/isaacs/node-glob#readme",
  66. "license": "ISC",
  67. "main": "glob.js",
  68. "name": "glob",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/isaacs/node-glob.git"
  72. },
  73. "scripts": {
  74. "bench": "bash benchmark.sh",
  75. "benchclean": "node benchclean.js",
  76. "prepublish": "npm run benchclean",
  77. "prof": "bash prof.sh && cat profile.txt",
  78. "profclean": "rm -f v8.log profile.txt",
  79. "test": "tap test/*.js --cov",
  80. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  81. },
  82. "version": "7.1.2"
  83. }