package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "glob@6.0.4",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob@6.0.4",
  10. "_id": "glob@6.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=",
  13. "_location": "/glob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob@6.0.4",
  19. "name": "glob",
  20. "escapedName": "glob",
  21. "rawSpec": "6.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.4"
  24. },
  25. "_requiredBy": [
  26. "/asar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
  29. "_spec": "6.0.4",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  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. "inflight": "^1.0.4",
  41. "inherits": "2",
  42. "minimatch": "2 || 3",
  43. "once": "^1.3.0",
  44. "path-is-absolute": "^1.0.0"
  45. },
  46. "description": "a little globber",
  47. "devDependencies": {
  48. "mkdirp": "0",
  49. "rimraf": "^2.2.8",
  50. "tap": "^5.0.0",
  51. "tick": "0.0.6"
  52. },
  53. "engines": {
  54. "node": "*"
  55. },
  56. "files": [
  57. "glob.js",
  58. "sync.js",
  59. "common.js"
  60. ],
  61. "homepage": "https://github.com/isaacs/node-glob#readme",
  62. "license": "ISC",
  63. "main": "glob.js",
  64. "name": "glob",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/isaacs/node-glob.git"
  68. },
  69. "scripts": {
  70. "bench": "bash benchmark.sh",
  71. "benchclean": "node benchclean.js",
  72. "prepublish": "npm run benchclean",
  73. "prof": "bash prof.sh && cat profile.txt",
  74. "profclean": "rm -f v8.log profile.txt",
  75. "test": "tap test/*.js --cov",
  76. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  77. },
  78. "version": "6.0.4"
  79. }