package.json 2.5 KB

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