package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "vow-fs@0.3.2",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vow-fs@0.3.2",
  10. "_id": "vow-fs@0.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6isDTYXh24wnfrLpqG0cFfXTjno=",
  13. "_location": "/vow-fs",
  14. "_phantomChildren": {
  15. "inherits": "2.0.3",
  16. "lru-cache": "2.7.3",
  17. "sigmund": "1.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "vow-fs@0.3.2",
  23. "name": "vow-fs",
  24. "escapedName": "vow-fs",
  25. "rawSpec": "0.3.2",
  26. "saveSpec": null,
  27. "fetchSpec": "0.3.2"
  28. },
  29. "_requiredBy": [
  30. "/csscomb-core"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.2.tgz",
  33. "_spec": "0.3.2",
  34. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  35. "author": {
  36. "name": "Dmitry Filatov",
  37. "email": "dfilatov@yandex-team.ru"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/dfilatov/vow-fs/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Dmitry Filatov",
  45. "email": "dfilatov@yandex-team.ru"
  46. }
  47. ],
  48. "dependencies": {
  49. "glob": "3.2.8",
  50. "node-uuid": "1.4.0",
  51. "vow": "0.4.4",
  52. "vow-queue": "0.3.1"
  53. },
  54. "description": "File I/O by Vow",
  55. "devDependencies": {
  56. "istanbul": "",
  57. "nodeunit": ""
  58. },
  59. "engines": {
  60. "node": ">= 0.6.0"
  61. },
  62. "homepage": "https://github.com/dfilatov/vow-fs",
  63. "keywords": [
  64. "vow",
  65. "promise",
  66. "file system"
  67. ],
  68. "main": "lib/fs",
  69. "name": "vow-fs",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/dfilatov/vow-fs.git"
  73. },
  74. "scripts": {
  75. "test": "./node_modules/istanbul/lib/cli.js test test/runner.js"
  76. },
  77. "version": "0.3.2"
  78. }