package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "glob-base@^0.3.0",
  5. "D:\\work\\im\\node_modules\\parse-glob"
  6. ]
  7. ],
  8. "_from": "glob-base@>=0.3.0 <0.4.0",
  9. "_id": "glob-base@0.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/glob-base",
  13. "_nodeVersion": "0.12.7",
  14. "_npmUser": {
  15. "email": "elan.shanker+npm@gmail.com",
  16. "name": "es128"
  17. },
  18. "_npmVersion": "2.11.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "glob-base",
  22. "raw": "glob-base@^0.3.0",
  23. "rawSpec": "^0.3.0",
  24. "scope": null,
  25. "spec": ">=0.3.0 <0.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/parse-glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
  32. "_shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
  33. "_shrinkwrap": null,
  34. "_spec": "glob-base@^0.3.0",
  35. "_where": "D:\\work\\im\\node_modules\\parse-glob",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/glob-base/issues"
  42. },
  43. "dependencies": {
  44. "glob-parent": "^2.0.0",
  45. "is-glob": "^2.0.0"
  46. },
  47. "description": "Returns an object with the (non-glob) base path and the actual pattern.",
  48. "devDependencies": {
  49. "mocha": "*",
  50. "should": "^5.1.0"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
  55. "tarball": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "adbc0ab07ec8a85f76ffd1b54dd41cdb9d1d0b83",
  64. "homepage": "https://github.com/jonschlinkert/glob-base",
  65. "keywords": [
  66. "base",
  67. "directory",
  68. "dirname",
  69. "expression",
  70. "glob",
  71. "parent",
  72. "path",
  73. "pattern",
  74. "regex",
  75. "regular",
  76. "root"
  77. ],
  78. "license": {
  79. "type": "MIT",
  80. "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
  81. },
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "email": "brian.woodward@gmail.com",
  86. "name": "doowb"
  87. },
  88. {
  89. "email": "elan.shanker+npm@gmail.com",
  90. "name": "es128"
  91. },
  92. {
  93. "email": "github@sellside.com",
  94. "name": "jonschlinkert"
  95. }
  96. ],
  97. "name": "glob-base",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/jonschlinkert/glob-base.git"
  103. },
  104. "scripts": {
  105. "test": "mocha"
  106. },
  107. "version": "0.3.0"
  108. }