package.json 2.1 KB

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