package.json 2.2 KB

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