package.json 2.1 KB

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