package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@~2.0.5",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "js-yaml@>=2.0.5 <2.1.0",
  9. "_id": "js-yaml@2.0.5",
  10. "_inCache": true,
  11. "_location": "/js-yaml",
  12. "_npmUser": {
  13. "email": "vitaly@rcdesign.ru",
  14. "name": "vitaly"
  15. },
  16. "_npmVersion": "1.2.14",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "js-yaml",
  20. "raw": "js-yaml@~2.0.5",
  21. "rawSpec": "~2.0.5",
  22. "scope": null,
  23. "spec": ">=2.0.5 <2.1.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/grunt"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
  30. "_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
  31. "_shrinkwrap": null,
  32. "_spec": "js-yaml@~2.0.5",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  34. "author": {
  35. "email": "dervus@lavabit.com",
  36. "name": "Dervus Grim"
  37. },
  38. "bin": {
  39. "js-yaml": "bin/js-yaml.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/nodeca/js-yaml/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Aleksey V Zapparov",
  47. "email": "ixti@member.fsf.org",
  48. "url": "http://www.ixti.net/"
  49. },
  50. {
  51. "name": "Martin Grenfell",
  52. "email": "martin.grenfell@gmail.com",
  53. "url": "http://got-ravings.blogspot.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "argparse": "~ 0.1.11",
  58. "esprima": "~ 1.0.2"
  59. },
  60. "description": "YAML 1.2 parser and serializer",
  61. "devDependencies": {
  62. "mocha": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
  67. "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
  68. },
  69. "engines": {
  70. "node": ">= 0.6.0"
  71. },
  72. "homepage": "https://github.com/nodeca/js-yaml",
  73. "installable": true,
  74. "keywords": [
  75. "parser",
  76. "pyyaml",
  77. "serializer",
  78. "yaml"
  79. ],
  80. "license": {
  81. "type": "MIT",
  82. "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
  83. },
  84. "main": "./index.js",
  85. "maintainers": [
  86. {
  87. "name": "vitaly",
  88. "email": "vitaly@rcdesign.ru"
  89. }
  90. ],
  91. "name": "js-yaml",
  92. "optionalDependencies": {},
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/nodeca/js-yaml.git"
  96. },
  97. "scripts": {
  98. "test": "make test"
  99. },
  100. "version": "2.0.5"
  101. }