package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "glob2base@^0.0.12",
  3. "_id": "glob2base@0.0.12",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
  6. "_location": "/glob2base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob2base@^0.0.12",
  12. "name": "glob2base",
  13. "escapedName": "glob2base",
  14. "rawSpec": "^0.0.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.12"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
  22. "_shasum": "9d419b3e28f12e83a362164a277055922c9c0d56",
  23. "_spec": "glob2base@^0.0.12",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/glob-stream",
  25. "author": {
  26. "name": "Fractal",
  27. "email": "contact@wearefractal.com",
  28. "url": "http://wearefractal.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wearefractal/glob2base/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "find-index": "^0.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "Extracts a base path from a node-glob instance",
  39. "devDependencies": {
  40. "coveralls": "^2.6.1",
  41. "glob": "^4.0.0",
  42. "istanbul": "^0.3.2",
  43. "jshint": "^2.4.1",
  44. "jshint-stylish": "^1.0.0",
  45. "mocha": "^2.0.0",
  46. "mocha-lcov-reporter": "^0.0.1",
  47. "should": "^4.0.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.10"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib"
  55. ],
  56. "homepage": "http://github.com/wearefractal/glob2base",
  57. "licenses": [
  58. {
  59. "type": "MIT",
  60. "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
  61. }
  62. ],
  63. "main": "./index.js",
  64. "name": "glob2base",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/wearefractal/glob2base.git"
  68. },
  69. "scripts": {
  70. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  71. "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
  72. "test": "npm run-script lint && mocha --reporter spec"
  73. },
  74. "version": "0.0.12"
  75. }