package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "glob@7.1.6",
  3. "_id": "glob@7.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "glob@7.1.6",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "7.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "7.1.6"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/cacache",
  22. "/deglob",
  23. "/eslint",
  24. "/init-package-json",
  25. "/node-gyp",
  26. "/nyc",
  27. "/pacote",
  28. "/read-package-json",
  29. "/rimraf",
  30. "/tap",
  31. "/tap-mocha-reporter",
  32. "/test-exclude"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  35. "_shasum": "141f33b81a7c2492e125594307480c46679278a6",
  36. "_spec": "glob@7.1.6",
  37. "_where": "/Users/darcyclarke/Documents/Repos/npm/cli",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/node-glob/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "fs.realpath": "^1.0.0",
  49. "inflight": "^1.0.4",
  50. "inherits": "2",
  51. "minimatch": "^3.0.4",
  52. "once": "^1.3.0",
  53. "path-is-absolute": "^1.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "a little globber",
  57. "devDependencies": {
  58. "mkdirp": "0",
  59. "rimraf": "^2.2.8",
  60. "tap": "^12.0.1",
  61. "tick": "0.0.6"
  62. },
  63. "engines": {
  64. "node": "*"
  65. },
  66. "files": [
  67. "glob.js",
  68. "sync.js",
  69. "common.js"
  70. ],
  71. "funding": {
  72. "url": "https://github.com/sponsors/isaacs"
  73. },
  74. "homepage": "https://github.com/isaacs/node-glob#readme",
  75. "license": "ISC",
  76. "main": "glob.js",
  77. "name": "glob",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/isaacs/node-glob.git"
  81. },
  82. "scripts": {
  83. "bench": "bash benchmark.sh",
  84. "benchclean": "node benchclean.js",
  85. "prepublish": "npm run benchclean",
  86. "prof": "bash prof.sh && cat profile.txt",
  87. "profclean": "rm -f v8.log profile.txt",
  88. "test": "tap test/*.js --cov",
  89. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  90. },
  91. "version": "7.1.6"
  92. }