package.json 2.7 KB

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