package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yeast@0.1.2",
  6. "scope": null,
  7. "escapedName": "yeast",
  8. "name": "yeast",
  9. "rawSpec": "0.1.2",
  10. "spec": "0.1.2",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/engine.io-client"
  14. ]
  15. ],
  16. "_from": "yeast@0.1.2",
  17. "_id": "yeast@0.1.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/yeast",
  21. "_nodeVersion": "0.12.3",
  22. "_npmUser": {
  23. "name": "3rdeden",
  24. "email": "npm@3rd-Eden.com"
  25. },
  26. "_npmVersion": "2.9.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "yeast@0.1.2",
  30. "scope": null,
  31. "escapedName": "yeast",
  32. "name": "yeast",
  33. "rawSpec": "0.1.2",
  34. "spec": "0.1.2",
  35. "type": "version"
  36. },
  37. "_requiredBy": [
  38. "/engine.io-client"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
  41. "_shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  42. "_shrinkwrap": null,
  43. "_spec": "yeast@0.1.2",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/engine.io-client",
  45. "author": {
  46. "name": "Arnout Kazemier"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/unshiftio/yeast/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Tiny but linear growing unique id generator",
  53. "devDependencies": {
  54. "assume": "1.3.x",
  55. "istanbul": "0.3.x",
  56. "mocha": "2.3.x",
  57. "pre-commit": "1.1.x",
  58. "zuul": "3.4.x"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  63. "tarball": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"
  64. },
  65. "gitHead": "5a7300f934302009aa8733fa84d43cc570756b98",
  66. "homepage": "https://github.com/unshiftio/yeast",
  67. "keywords": [
  68. "yeast",
  69. "id",
  70. "generator",
  71. "unique"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "unshift",
  78. "email": "npm@unshift.io"
  79. },
  80. {
  81. "name": "3rdeden",
  82. "email": "npm@3rd-Eden.com"
  83. }
  84. ],
  85. "name": "yeast",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/unshiftio/yeast.git"
  91. },
  92. "scripts": {
  93. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  94. "coverage": "istanbul cover _mocha -- test.js",
  95. "test": "mocha test.js",
  96. "test-browser": "zuul -- test.js",
  97. "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
  98. "watch": "mocha --watch test.js"
  99. },
  100. "version": "0.1.2"
  101. }