package.json 2.0 KB

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