You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "js-yaml@^3.13.1",
  3. "_id": "js-yaml@3.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
  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. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
  22. "_shasum": "a7a34170f26a21bb162424d8adacb4113a69e482",
  23. "_spec": "js-yaml@^3.13.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Vladimir Zapparov",
  27. "email": "dervus.grim@gmail.com"
  28. },
  29. "bin": {
  30. "js-yaml": "bin/js-yaml.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/nodeca/js-yaml/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Aleksey V Zapparov",
  39. "email": "ixti@member.fsf.org",
  40. "url": "http://www.ixti.net/"
  41. },
  42. {
  43. "name": "Vitaly Puzrin",
  44. "email": "vitaly@rcdesign.ru",
  45. "url": "https://github.com/puzrin"
  46. },
  47. {
  48. "name": "Martin Grenfell",
  49. "email": "martin.grenfell@gmail.com",
  50. "url": "http://got-ravings.blogspot.com"
  51. }
  52. ],
  53. "dependencies": {
  54. "argparse": "^1.0.7",
  55. "esprima": "^4.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "YAML 1.2 parser and serializer",
  59. "devDependencies": {
  60. "ansi": "^0.3.1",
  61. "benchmark": "^2.1.4",
  62. "browserify": "^16.2.2",
  63. "codemirror": "^5.13.4",
  64. "eslint": "^7.0.0",
  65. "fast-check": "^1.24.2",
  66. "istanbul": "^0.4.5",
  67. "mocha": "^7.1.2",
  68. "uglify-js": "^3.0.1"
  69. },
  70. "files": [
  71. "index.js",
  72. "lib/",
  73. "bin/",
  74. "dist/"
  75. ],
  76. "homepage": "https://github.com/nodeca/js-yaml",
  77. "jsdelivr": "dist/js-yaml.min.js",
  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. "unpkg": "dist/js-yaml.min.js",
  94. "version": "3.14.0"
  95. }