package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "yamljs@^0.3.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==",
  6. "_location": "/yamljs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yamljs@^0.3.0",
  12. "name": "yamljs",
  13. "escapedName": "yamljs",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.3.0.tgz",
  22. "_shasum": "dc060bf267447b39f7304e9b2bfbe8b5a7ddb03b",
  23. "_spec": "yamljs@^0.3.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Jeremy Faivre",
  27. "email": "[email protected]"
  28. },
  29. "bin": {
  30. "yaml2json": "./bin/yaml2json",
  31. "json2yaml": "./bin/json2yaml"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jeremyfa/yaml.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "argparse": "^1.0.7",
  39. "glob": "^7.0.5"
  40. },
  41. "deprecated": false,
  42. "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.0",
  45. "coffeeify": "^2.0.1",
  46. "jasmine-node": "^1.14.5"
  47. },
  48. "homepage": "https://github.com/jeremyfa/yaml.js#readme",
  49. "keywords": [
  50. "yaml",
  51. "json",
  52. "yaml2json",
  53. "json2yaml"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/Yaml.js",
  57. "name": "yamljs",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/jeremyfa/yaml.js.git"
  61. },
  62. "scripts": {
  63. "test": "cake build; cake test"
  64. },
  65. "version": "0.3.0"
  66. }