package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "glob-parent@^2.0.0",
  3. "_id": "glob-parent@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
  6. "_location": "/glob-parent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob-parent@^2.0.0",
  12. "name": "glob-parent",
  13. "escapedName": "glob-parent",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-base"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/glob-parent/download/glob-parent-2.0.0.tgz",
  22. "_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  23. "_spec": "glob-parent@^2.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\glob-base",
  25. "author": {
  26. "name": "Elan Shanker"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es128/glob-parent/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "is-glob": "^2.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "Strips glob magic from a string to provide the parent path",
  37. "devDependencies": {
  38. "coveralls": "^2.11.2",
  39. "istanbul": "^0.3.5",
  40. "mocha": "^2.1.0"
  41. },
  42. "homepage": "https://github.com/es128/glob-parent",
  43. "keywords": [
  44. "glob",
  45. "parent",
  46. "strip",
  47. "path",
  48. "directory",
  49. "base"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "glob-parent",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/es128/glob-parent.git"
  57. },
  58. "scripts": {
  59. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  60. },
  61. "version": "2.0.0"
  62. }