package.json 1.9 KB

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