package.json 1.5 KB

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