package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "js-yaml@3.7.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-yaml@3.7.0",
  10. "_id": "js-yaml@3.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
  13. "_location": "/js-yaml",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-yaml@3.7.0",
  19. "name": "js-yaml",
  20. "escapedName": "js-yaml",
  21. "rawSpec": "3.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-load-options/cosmiconfig",
  27. "/postcss-load-plugins/cosmiconfig",
  28. "/svgo",
  29. "/vue-loader/cosmiconfig"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
  32. "_spec": "3.7.0",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Vladimir Zapparov",
  36. "email": "dervus.grim@gmail.com"
  37. },
  38. "bin": {
  39. "js-yaml": "bin/js-yaml.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/nodeca/js-yaml/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Aleksey V Zapparov",
  47. "email": "ixti@member.fsf.org",
  48. "url": "http://www.ixti.net/"
  49. },
  50. {
  51. "name": "Vitaly Puzrin",
  52. "email": "vitaly@rcdesign.ru",
  53. "url": "https://github.com/puzrin"
  54. },
  55. {
  56. "name": "Martin Grenfell",
  57. "email": "martin.grenfell@gmail.com",
  58. "url": "http://got-ravings.blogspot.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "argparse": "^1.0.7",
  63. "esprima": "^2.6.0"
  64. },
  65. "description": "YAML 1.2 parser and serializer",
  66. "devDependencies": {
  67. "ansi": "*",
  68. "benchmark": "*",
  69. "browserify": "^13.0.0",
  70. "codemirror": "^5.13.4",
  71. "eslint": "^2.8.0",
  72. "istanbul": "*",
  73. "mocha": "*",
  74. "uglify-js": "^2.6.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.7.0"
  99. }