package.json 1.8KB

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