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.

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