package.json 1.7 KB

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