package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yamljs@^0.2.7",
  6. "scope": null,
  7. "escapedName": "yamljs",
  8. "name": "yamljs",
  9. "rawSpec": "^0.2.7",
  10. "spec": ">=0.2.7 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "yamljs@>=0.2.7 <0.3.0",
  17. "_id": "yamljs@0.2.8",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/yamljs",
  21. "_nodeVersion": "4.4.5",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/yamljs-0.2.8.tgz_1466589014196_0.6931578784715384"
  25. },
  26. "_npmUser": {
  27. "name": "jeremyfa",
  28. "email": "contact@jeremyfa.com"
  29. },
  30. "_npmVersion": "2.15.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "yamljs@^0.2.7",
  34. "scope": null,
  35. "escapedName": "yamljs",
  36. "name": "yamljs",
  37. "rawSpec": "^0.2.7",
  38. "spec": ">=0.2.7 <0.3.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.8.tgz",
  45. "_shasum": "ef23fb006e62f6ae07b406aa2a949561f336ea5c",
  46. "_shrinkwrap": null,
  47. "_spec": "yamljs@^0.2.7",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Jeremy Faivre",
  51. "email": "contact@jeremyfa.com"
  52. },
  53. "bin": {
  54. "yaml2json": "./bin/yaml2json",
  55. "json2yaml": "./bin/json2yaml"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/jeremyfa/yaml.js/issues"
  59. },
  60. "dependencies": {
  61. "argparse": "^1.0.7",
  62. "glob": "^7.0.5"
  63. },
  64. "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
  65. "devDependencies": {
  66. "benchmark": "^2.1.0",
  67. "coffeeify": "^2.0.1",
  68. "jasmine-node": "^1.14.5"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "ef23fb006e62f6ae07b406aa2a949561f336ea5c",
  73. "tarball": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.8.tgz"
  74. },
  75. "gitHead": "97d39b6c2bf533d33538205a399638b63f6baa66",
  76. "homepage": "https://github.com/jeremyfa/yaml.js#readme",
  77. "keywords": [
  78. "yaml",
  79. "json",
  80. "yaml2json",
  81. "json2yaml"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/Yaml.js",
  85. "maintainers": [
  86. {
  87. "name": "jeremyfa",
  88. "email": "contact@jeremyfa.com"
  89. }
  90. ],
  91. "name": "yamljs",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/jeremyfa/yaml.js.git"
  97. },
  98. "scripts": {
  99. "test": "cake build; cake test"
  100. },
  101. "version": "0.2.8"
  102. }