package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "is-extglob@^1.0.0",
  3. "_id": "is-extglob@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
  6. "_location": "/is-extglob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extglob@^1.0.0",
  12. "name": "is-extglob",
  13. "escapedName": "is-extglob",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/extglob",
  20. "/is-glob",
  21. "/micromatch",
  22. "/parse-glob"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
  25. "_shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
  26. "_spec": "is-extglob@^1.0.0",
  27. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/micromatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Returns true if a string has an extglob.",
  38. "devDependencies": {
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-extglob",
  49. "keywords": [
  50. "bash",
  51. "braces",
  52. "check",
  53. "exec",
  54. "extglob",
  55. "expression",
  56. "glob",
  57. "globbing",
  58. "globstar",
  59. "match",
  60. "matches",
  61. "pattern",
  62. "regex",
  63. "regular",
  64. "string",
  65. "test"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-extglob",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  73. },
  74. "scripts": {
  75. "prepublish": "browserify -o browser.js -e index.js",
  76. "test": "mocha"
  77. },
  78. "version": "1.0.0"
  79. }