package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.6",
  5. "E:\\amr1.0\\AMR"
  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. "/cacache",
  27. "/del/globby",
  28. "/globby",
  29. "/rimraf",
  30. "/shelljs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
  33. "_spec": "7.1.6",
  34. "_where": "E:\\amr1.0\\AMR",
  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. "funding": {
  67. "url": "https://github.com/sponsors/isaacs"
  68. },
  69. "homepage": "https://github.com/isaacs/node-glob#readme",
  70. "license": "ISC",
  71. "main": "glob.js",
  72. "name": "glob",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/isaacs/node-glob.git"
  76. },
  77. "scripts": {
  78. "bench": "bash benchmark.sh",
  79. "benchclean": "node benchclean.js",
  80. "prepublish": "npm run benchclean",
  81. "prof": "bash prof.sh && cat profile.txt",
  82. "profclean": "rm -f v8.log profile.txt",
  83. "test": "tap test/*.js --cov",
  84. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  85. },
  86. "version": "7.1.6"
  87. }