package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "js-yaml@^3.8.3",
  6. "scope": null,
  7. "escapedName": "js-yaml",
  8. "name": "js-yaml",
  9. "rawSpec": "^3.8.3",
  10. "spec": ">=3.8.3 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/gaudenz/git/drawio/etc/electron/node_modules/electron-updater"
  14. ]
  15. ],
  16. "_from": "js-yaml@>=3.8.3 <4.0.0",
  17. "_id": "js-yaml@3.8.4",
  18. "_inCache": true,
  19. "_location": "/js-yaml",
  20. "_nodeVersion": "7.8.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/js-yaml-3.8.4.tgz_1494256586834_0.47078769421204925"
  24. },
  25. "_npmUser": {
  26. "name": "vitaly",
  27. "email": "vitaly@rcdesign.ru"
  28. },
  29. "_npmVersion": "4.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "js-yaml@^3.8.3",
  33. "scope": null,
  34. "escapedName": "js-yaml",
  35. "name": "js-yaml",
  36. "rawSpec": "^3.8.3",
  37. "spec": ">=3.8.3 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/electron-updater"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.4.tgz",
  44. "_shasum": "520b4564f86573ba96662af85a8cafa7b4b5a6f6",
  45. "_shrinkwrap": null,
  46. "_spec": "js-yaml@^3.8.3",
  47. "_where": "/Users/gaudenz/git/drawio/etc/electron/node_modules/electron-updater",
  48. "author": {
  49. "name": "Vladimir Zapparov",
  50. "email": "dervus.grim@gmail.com"
  51. },
  52. "bin": {
  53. "js-yaml": "bin/js-yaml.js"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/nodeca/js-yaml/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Aleksey V Zapparov",
  61. "email": "ixti@member.fsf.org",
  62. "url": "http://www.ixti.net/"
  63. },
  64. {
  65. "name": "Vitaly Puzrin",
  66. "email": "vitaly@rcdesign.ru",
  67. "url": "https://github.com/puzrin"
  68. },
  69. {
  70. "name": "Martin Grenfell",
  71. "email": "martin.grenfell@gmail.com",
  72. "url": "http://got-ravings.blogspot.com"
  73. }
  74. ],
  75. "dependencies": {
  76. "argparse": "^1.0.7",
  77. "esprima": "^3.1.1"
  78. },
  79. "description": "YAML 1.2 parser and serializer",
  80. "devDependencies": {
  81. "ansi": "^0.3.1",
  82. "benchmark": "^2.1.4",
  83. "browserify": "^14.3.0",
  84. "codemirror": "^5.13.4",
  85. "eslint": "^3.10.0",
  86. "istanbul": "^0.4.5",
  87. "mocha": "^3.3.0",
  88. "uglify-js": "^3.0.1"
  89. },
  90. "directories": {},
  91. "dist": {
  92. "shasum": "520b4564f86573ba96662af85a8cafa7b4b5a6f6",
  93. "tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.4.tgz"
  94. },
  95. "files": [
  96. "index.js",
  97. "lib/",
  98. "bin/",
  99. "dist/"
  100. ],
  101. "gitHead": "3de650d4d6fd9e24052ffa7ae53439e36eb70cbb",
  102. "homepage": "https://github.com/nodeca/js-yaml",
  103. "keywords": [
  104. "yaml",
  105. "parser",
  106. "serializer",
  107. "pyyaml"
  108. ],
  109. "license": "MIT",
  110. "maintainers": [
  111. {
  112. "name": "vitaly",
  113. "email": "vitaly@rcdesign.ru"
  114. }
  115. ],
  116. "name": "js-yaml",
  117. "optionalDependencies": {},
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/nodeca/js-yaml.git"
  122. },
  123. "scripts": {
  124. "test": "make test"
  125. },
  126. "version": "3.8.4"
  127. }