package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "globule@~0.1.0",
  6. "scope": null,
  7. "escapedName": "globule",
  8. "name": "globule",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gaze"
  14. ]
  15. ],
  16. "_from": "globule@>=0.1.0 <0.2.0",
  17. "_id": "globule@0.1.0",
  18. "_inCache": true,
  19. "_location": "/globule",
  20. "_npmUser": {
  21. "name": "cowboy",
  22. "email": "cowboy@rj3.net"
  23. },
  24. "_npmVersion": "1.1.70",
  25. "_phantomChildren": {
  26. "lru-cache": "2.7.3",
  27. "sigmund": "1.0.1"
  28. },
  29. "_requested": {
  30. "raw": "globule@~0.1.0",
  31. "scope": null,
  32. "escapedName": "globule",
  33. "name": "globule",
  34. "rawSpec": "~0.1.0",
  35. "spec": ">=0.1.0 <0.2.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/gaze"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
  42. "_shasum": "d9c8edde1da79d125a151b79533b978676346ae5",
  43. "_shrinkwrap": null,
  44. "_spec": "globule@~0.1.0",
  45. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gaze",
  46. "author": {
  47. "name": "\"Cowboy\" Ben Alman",
  48. "url": "http://benalman.com/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/cowboy/node-globule/issues"
  52. },
  53. "dependencies": {
  54. "glob": "~3.1.21",
  55. "lodash": "~1.0.1",
  56. "minimatch": "~0.2.11"
  57. },
  58. "description": "An easy-to-use wildcard globbing library.",
  59. "devDependencies": {
  60. "grunt": "~0.4.1",
  61. "grunt-contrib-jshint": "~0.1.1",
  62. "grunt-contrib-nodeunit": "~0.1.2",
  63. "grunt-contrib-watch": "~0.2.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "d9c8edde1da79d125a151b79533b978676346ae5",
  68. "tarball": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.8.0"
  72. },
  73. "homepage": "https://github.com/cowboy/node-globule",
  74. "keywords": [
  75. "glob",
  76. "file",
  77. "match",
  78. "mapping",
  79. "expand",
  80. "wildcard",
  81. "pattern",
  82. "sync",
  83. "awesome"
  84. ],
  85. "licenses": [
  86. {
  87. "type": "MIT",
  88. "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
  89. }
  90. ],
  91. "main": "lib/globule",
  92. "maintainers": [
  93. {
  94. "name": "cowboy",
  95. "email": "cowboy@rj3.net"
  96. }
  97. ],
  98. "name": "globule",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/cowboy/node-globule.git"
  104. },
  105. "scripts": {
  106. "test": "grunt nodeunit"
  107. },
  108. "version": "0.1.0"
  109. }