package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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": "/anymatch/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. "/anymatch/extglob",
  20. "/anymatch/is-glob",
  21. "/anymatch/micromatch"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
  24. "_shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
  25. "_spec": "is-extglob@^1.0.0",
  26. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Returns true if a string has an extglob.",
  37. "devDependencies": {
  38. "mocha": "*",
  39. "should": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/is-extglob",
  48. "keywords": [
  49. "bash",
  50. "braces",
  51. "check",
  52. "exec",
  53. "extglob",
  54. "expression",
  55. "glob",
  56. "globbing",
  57. "globstar",
  58. "match",
  59. "matches",
  60. "pattern",
  61. "regex",
  62. "regular",
  63. "string",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-extglob",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  72. },
  73. "scripts": {
  74. "prepublish": "browserify -o browser.js -e index.js",
  75. "test": "mocha"
  76. },
  77. "version": "1.0.0"
  78. }