package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "glob@^7.1.3",
  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.3",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.3"
  17. },
  18. "_requiredBy": [
  19. "/rimraf",
  20. "/shelljs"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/glob/-/glob-7.1.6.tgz",
  23. "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
  24. "_spec": "glob@^7.1.3",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-graph\\node_modules\\rimraf",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "fs.realpath": "^1.0.0",
  37. "inflight": "^1.0.4",
  38. "inherits": "2",
  39. "minimatch": "^3.0.4",
  40. "once": "^1.3.0",
  41. "path-is-absolute": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "a little globber",
  45. "devDependencies": {
  46. "mkdirp": "0",
  47. "rimraf": "^2.2.8",
  48. "tap": "^12.0.1",
  49. "tick": "0.0.6"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "files": [
  55. "glob.js",
  56. "sync.js",
  57. "common.js"
  58. ],
  59. "funding": {
  60. "url": "https://github.com/sponsors/isaacs"
  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.6"
  80. }