You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.6",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob@7.1.6",
  10. "_id": "glob@7.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  13. "_location": "/glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob@7.1.6",
  19. "name": "glob",
  20. "escapedName": "glob",
  21. "rawSpec": "7.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "7.1.6"
  24. },
  25. "_requiredBy": [
  26. "/rimraf"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  29. "_spec": "7.1.6",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-glob/issues"
  38. },
  39. "dependencies": {
  40. "fs.realpath": "^1.0.0",
  41. "inflight": "^1.0.4",
  42. "inherits": "2",
  43. "minimatch": "^3.0.4",
  44. "once": "^1.3.0",
  45. "path-is-absolute": "^1.0.0"
  46. },
  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. "funding": {
  63. "url": "https://github.com/sponsors/isaacs"
  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.6"
  83. }