package.json 2.5 KB

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