package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "js-yaml",
  3. "version": "2.0.5",
  4. "description": "YAML 1.2 parser and serializer",
  5. "keywords": [
  6. "yaml",
  7. "parser",
  8. "serializer",
  9. "pyyaml"
  10. ],
  11. "homepage": "https://github.com/nodeca/js-yaml",
  12. "author": {
  13. "name": "Dervus Grim",
  14. "email": "dervus@lavabit.com"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Aleksey V Zapparov",
  19. "email": "ixti@member.fsf.org",
  20. "url": "http://www.ixti.net/"
  21. },
  22. {
  23. "name": "Martin Grenfell",
  24. "email": "martin.grenfell@gmail.com",
  25. "url": "http://got-ravings.blogspot.com"
  26. }
  27. ],
  28. "bugs": {
  29. "url": "https://github.com/nodeca/js-yaml/issues"
  30. },
  31. "license": {
  32. "type": "MIT",
  33. "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "git://github.com/nodeca/js-yaml.git"
  38. },
  39. "main": "./index.js",
  40. "bin": {
  41. "js-yaml": "bin/js-yaml.js"
  42. },
  43. "scripts": {
  44. "test": "make test"
  45. },
  46. "dependencies": {
  47. "argparse": "~ 0.1.11",
  48. "esprima": "~ 1.0.2"
  49. },
  50. "devDependencies": {
  51. "mocha": "*"
  52. },
  53. "engines": {
  54. "node": ">= 0.6.0"
  55. },
  56. "_id": "js-yaml@2.0.5",
  57. "dist": {
  58. "shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
  59. "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
  60. },
  61. "_from": "js-yaml@~2.0.5",
  62. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
  63. "_npmVersion": "1.2.14",
  64. "_npmUser": {
  65. "name": "vitaly",
  66. "email": "vitaly@rcdesign.ru"
  67. },
  68. "maintainers": [
  69. {
  70. "name": "vitaly",
  71. "email": "vitaly@rcdesign.ru"
  72. }
  73. ],
  74. "directories": {},
  75. "_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
  76. "readme": "ERROR: No README data found!"
  77. }