Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "js-yaml@^3.13.1",
  3. "_id": "js-yaml@3.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
  6. "_location": "/js-yaml",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "js-yaml@^3.13.1",
  12. "name": "js-yaml",
  13. "escapedName": "js-yaml",
  14. "rawSpec": "^3.13.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.13.1"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig",
  20. "/svgo"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
  23. "_shasum": "aff151b30bfdfa8e49e05da22e7415e9dfa37847",
  24. "_spec": "js-yaml@^3.13.1",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/cosmiconfig",
  26. "author": {
  27. "name": "Vladimir Zapparov",
  28. "email": "dervus.grim@gmail.com"
  29. },
  30. "bin": {
  31. "js-yaml": "bin/js-yaml.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nodeca/js-yaml/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Aleksey V Zapparov",
  40. "email": "ixti@member.fsf.org",
  41. "url": "http://www.ixti.net/"
  42. },
  43. {
  44. "name": "Vitaly Puzrin",
  45. "email": "vitaly@rcdesign.ru",
  46. "url": "https://github.com/puzrin"
  47. },
  48. {
  49. "name": "Martin Grenfell",
  50. "email": "martin.grenfell@gmail.com",
  51. "url": "http://got-ravings.blogspot.com"
  52. }
  53. ],
  54. "dependencies": {
  55. "argparse": "^1.0.7",
  56. "esprima": "^4.0.0"
  57. },
  58. "deprecated": false,
  59. "description": "YAML 1.2 parser and serializer",
  60. "devDependencies": {
  61. "ansi": "^0.3.1",
  62. "benchmark": "^2.1.4",
  63. "browserify": "^16.2.2",
  64. "codemirror": "^5.13.4",
  65. "eslint": "^4.1.1",
  66. "fast-check": "1.1.3",
  67. "istanbul": "^0.4.5",
  68. "mocha": "^5.2.0",
  69. "uglify-js": "^3.0.1"
  70. },
  71. "files": [
  72. "index.js",
  73. "lib/",
  74. "bin/",
  75. "dist/"
  76. ],
  77. "homepage": "https://github.com/nodeca/js-yaml",
  78. "keywords": [
  79. "yaml",
  80. "parser",
  81. "serializer",
  82. "pyyaml"
  83. ],
  84. "license": "MIT",
  85. "name": "js-yaml",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/nodeca/js-yaml.git"
  89. },
  90. "scripts": {
  91. "test": "make test"
  92. },
  93. "version": "3.13.1"
  94. }