package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "glob@^7.1.2",
  3. "_id": "glob@7.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==",
  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. "/cacache",
  20. "/del/globby",
  21. "/globby",
  22. "/rimraf",
  23. "/shelljs"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz",
  26. "_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255",
  27. "_spec": "glob@^7.1.2",
  28. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cacache",
  29. "author": {
  30. "name": "Isaac Z. Schlueter",
  31. "email": "i@izs.me",
  32. "url": "http://blog.izs.me/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/node-glob/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "fs.realpath": "^1.0.0",
  40. "inflight": "^1.0.4",
  41. "inherits": "2",
  42. "minimatch": "^3.0.4",
  43. "once": "^1.3.0",
  44. "path-is-absolute": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "a little globber",
  48. "devDependencies": {
  49. "mkdirp": "0",
  50. "rimraf": "^2.2.8",
  51. "tap": "^12.0.1",
  52. "tick": "0.0.6"
  53. },
  54. "engines": {
  55. "node": "*"
  56. },
  57. "files": [
  58. "glob.js",
  59. "sync.js",
  60. "common.js"
  61. ],
  62. "homepage": "https://github.com/isaacs/node-glob#readme",
  63. "license": "ISC",
  64. "main": "glob.js",
  65. "name": "glob",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/isaacs/node-glob.git"
  69. },
  70. "scripts": {
  71. "bench": "bash benchmark.sh",
  72. "benchclean": "node benchclean.js",
  73. "prepublish": "npm run benchclean",
  74. "prof": "bash prof.sh && cat profile.txt",
  75. "profclean": "rm -f v8.log profile.txt",
  76. "test": "tap test/*.js --cov",
  77. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  78. },
  79. "version": "7.1.4"
  80. }