package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "is-extglob@^1.0.0",
  5. "D:\\work\\im\\node_modules\\micromatch"
  6. ]
  7. ],
  8. "_from": "is-extglob@>=1.0.0 <2.0.0",
  9. "_id": "is-extglob@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-extglob",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-extglob",
  22. "raw": "is-extglob@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/extglob",
  30. "/is-glob",
  31. "/micromatch",
  32. "/parse-glob"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
  35. "_shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
  36. "_shrinkwrap": null,
  37. "_spec": "is-extglob@^1.0.0",
  38. "_where": "D:\\work\\im\\node_modules\\micromatch",
  39. "author": {
  40. "name": "Jon Schlinkert",
  41. "url": "https://github.com/jonschlinkert"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/jonschlinkert/is-extglob/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Returns true if a string has an extglob.",
  48. "devDependencies": {
  49. "mocha": "*",
  50. "should": "*"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "ac468177c4943405a092fc8f29760c6ffc6206c0",
  55. "tarball": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/is-extglob",
  64. "keywords": [
  65. "bash",
  66. "braces",
  67. "check",
  68. "exec",
  69. "extglob",
  70. "expression",
  71. "glob",
  72. "globbing",
  73. "globstar",
  74. "match",
  75. "matches",
  76. "pattern",
  77. "regex",
  78. "regular",
  79. "string",
  80. "test"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "email": "github@sellside.com",
  87. "name": "jonschlinkert"
  88. }
  89. ],
  90. "name": "is-extglob",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  96. },
  97. "scripts": {
  98. "prepublish": "browserify -o browser.js -e index.js",
  99. "test": "mocha"
  100. },
  101. "version": "1.0.0"
  102. }