Ohm-Management - Projektarbeit B-ME
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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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": "version",
  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. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
  22. "_shasum": "aff151b30bfdfa8e49e05da22e7415e9dfa37847",
  23. "_spec": "js-yaml@3.13.1",
  24. "_where": "/Users/xenia/Desktop/B_ME5/Projekt/om/node_modules/eslint",
  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": "^4.1.1",
  65. "fast-check": "1.1.3",
  66. "istanbul": "^0.4.5",
  67. "mocha": "^5.2.0",
  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. "keywords": [
  78. "yaml",
  79. "parser",
  80. "serializer",
  81. "pyyaml"
  82. ],
  83. "license": "MIT",
  84. "name": "js-yaml",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/nodeca/js-yaml.git"
  88. },
  89. "scripts": {
  90. "test": "make test"
  91. },
  92. "version": "3.13.1"
  93. }