package.json 2.1 KB

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