package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "globule@~0.1.0",
  3. "_id": "globule@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
  6. "_location": "/globule",
  7. "_phantomChildren": {
  8. "lru-cache": "2.7.3",
  9. "sigmund": "1.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "globule@~0.1.0",
  15. "name": "globule",
  16. "escapedName": "globule",
  17. "rawSpec": "~0.1.0",
  18. "saveSpec": null,
  19. "fetchSpec": "~0.1.0"
  20. },
  21. "_requiredBy": [
  22. "/gaze"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
  25. "_shasum": "d9c8edde1da79d125a151b79533b978676346ae5",
  26. "_spec": "globule@~0.1.0",
  27. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/gaze",
  28. "author": {
  29. "name": "\"Cowboy\" Ben Alman",
  30. "url": "http://benalman.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/cowboy/node-globule/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "glob": "~3.1.21",
  38. "lodash": "~1.0.1",
  39. "minimatch": "~0.2.11"
  40. },
  41. "deprecated": false,
  42. "description": "An easy-to-use wildcard globbing library.",
  43. "devDependencies": {
  44. "grunt": "~0.4.1",
  45. "grunt-contrib-jshint": "~0.1.1",
  46. "grunt-contrib-nodeunit": "~0.1.2",
  47. "grunt-contrib-watch": "~0.2.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "homepage": "https://github.com/cowboy/node-globule",
  53. "keywords": [
  54. "glob",
  55. "file",
  56. "match",
  57. "mapping",
  58. "expand",
  59. "wildcard",
  60. "pattern",
  61. "sync",
  62. "awesome"
  63. ],
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
  68. }
  69. ],
  70. "main": "lib/globule",
  71. "name": "globule",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/cowboy/node-globule.git"
  75. },
  76. "scripts": {
  77. "test": "grunt nodeunit"
  78. },
  79. "version": "0.1.0"
  80. }