package.json 2.2 KB

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