package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.7.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.7.0",
  10. "_id": "js-yaml@3.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.7.0",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.0"
  24. },
  25. "_requiredBy": [
  26. "/gulp-wrap"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
  29. "_spec": "3.7.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Vladimir Zapparov",
  33. "email": "dervus.grim@gmail.com"
  34. },
  35. "bin": {
  36. "js-yaml": "bin/js-yaml.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/nodeca/js-yaml/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Aleksey V Zapparov",
  44. "email": "ixti@member.fsf.org",
  45. "url": "http://www.ixti.net/"
  46. },
  47. {
  48. "name": "Vitaly Puzrin",
  49. "email": "vitaly@rcdesign.ru",
  50. "url": "https://github.com/puzrin"
  51. },
  52. {
  53. "name": "Martin Grenfell",
  54. "email": "martin.grenfell@gmail.com",
  55. "url": "http://got-ravings.blogspot.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "argparse": "^1.0.7",
  60. "esprima": "^2.6.0"
  61. },
  62. "description": "YAML 1.2 parser and serializer",
  63. "devDependencies": {
  64. "ansi": "*",
  65. "benchmark": "*",
  66. "browserify": "^13.0.0",
  67. "codemirror": "^5.13.4",
  68. "eslint": "^2.8.0",
  69. "istanbul": "*",
  70. "mocha": "*",
  71. "uglify-js": "^2.6.1"
  72. },
  73. "files": [
  74. "index.js",
  75. "lib/",
  76. "bin/",
  77. "dist/"
  78. ],
  79. "homepage": "https://github.com/nodeca/js-yaml",
  80. "keywords": [
  81. "yaml",
  82. "parser",
  83. "serializer",
  84. "pyyaml"
  85. ],
  86. "license": "MIT",
  87. "name": "js-yaml",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/nodeca/js-yaml.git"
  91. },
  92. "scripts": {
  93. "test": "make test"
  94. },
  95. "version": "3.7.0"
  96. }