package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "/chokidar",
  20. "/glob-base"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
  23. "_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
  24. "_spec": "glob-parent@^2.0.0",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/chokidar",
  26. "author": {
  27. "name": "Elan Shanker"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es128/glob-parent/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-glob": "^2.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Strips glob magic from a string to provide the parent path",
  38. "devDependencies": {
  39. "coveralls": "^2.11.2",
  40. "istanbul": "^0.3.5",
  41. "mocha": "^2.1.0"
  42. },
  43. "homepage": "https://github.com/es128/glob-parent",
  44. "keywords": [
  45. "glob",
  46. "parent",
  47. "strip",
  48. "path",
  49. "directory",
  50. "base"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "glob-parent",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/es128/glob-parent.git"
  58. },
  59. "scripts": {
  60. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  61. },
  62. "version": "2.0.0"
  63. }