package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "glob-base@0.3.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glob-base@0.3.0",
  10. "_id": "glob-base@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==",
  13. "_location": "/glob-base",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glob-base@0.3.0",
  19. "name": "glob-base",
  20. "escapedName": "glob-base",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/parse-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/glob-base/issues"
  37. },
  38. "dependencies": {
  39. "glob-parent": "^2.0.0",
  40. "is-glob": "^2.0.0"
  41. },
  42. "description": "Returns an object with the (non-glob) base path and the actual pattern.",
  43. "devDependencies": {
  44. "mocha": "*",
  45. "should": "^5.1.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/glob-base",
  54. "keywords": [
  55. "base",
  56. "directory",
  57. "dirname",
  58. "expression",
  59. "glob",
  60. "parent",
  61. "path",
  62. "pattern",
  63. "regex",
  64. "regular",
  65. "root"
  66. ],
  67. "license": {
  68. "type": "MIT",
  69. "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
  70. },
  71. "main": "index.js",
  72. "name": "glob-base",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/jonschlinkert/glob-base.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "version": "0.3.0"
  81. }