package.json 1.7 KB

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