package.json 2.5 KB

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