package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "vow@0.4.4",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vow@0.4.4",
  10. "_id": "vow@0.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yf5GCRKdf1qmIVCOvmS1HJW8e5g=",
  13. "_location": "/vow",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vow@0.4.4",
  19. "name": "vow",
  20. "escapedName": "vow",
  21. "rawSpec": "0.4.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.4"
  24. },
  25. "_requiredBy": [
  26. "/csscomb",
  27. "/csscomb-core",
  28. "/vow-fs",
  29. "/vow-queue"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz",
  32. "_spec": "0.4.4",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "author": {
  35. "name": "Dmitry Filatov",
  36. "email": "dfilatov@yandex-team.ru"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/dfilatov/vow/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Dmitry Filatov",
  44. "email": "dfilatov@yandex-team.ru"
  45. }
  46. ],
  47. "dependencies": {},
  48. "description": "DOM Promise and Promises/A+ implementation for Node.js and browsers",
  49. "devDependencies": {
  50. "bem-jsd": "1.3.1",
  51. "highlight.js": "7.5.0",
  52. "istanbul": "",
  53. "jspath": "0.2.11",
  54. "marked": "0.2.10",
  55. "nodeunit": "",
  56. "promises-aplus-tests": "2.0.3",
  57. "uglify-js": "1.3.4",
  58. "yate": "0.0.65"
  59. },
  60. "enb": {
  61. "sources": [
  62. "lib/vow.js"
  63. ]
  64. },
  65. "engines": {
  66. "node": ">= 0.4.0"
  67. },
  68. "homepage": "https://github.com/dfilatov/vow",
  69. "keywords": [
  70. "nodejs",
  71. "browser",
  72. "async",
  73. "promise",
  74. "dom",
  75. "a+"
  76. ],
  77. "main": "lib/vow",
  78. "name": "vow",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/dfilatov/vow.git"
  82. },
  83. "scripts": {
  84. "test": "./node_modules/istanbul/lib/cli.js test test/utils/runner.js"
  85. },
  86. "version": "0.4.4"
  87. }