package.json 1.8 KB

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