package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "yeast@0.1.2",
  3. "_id": "yeast@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
  6. "_location": "/yeast",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "yeast@0.1.2",
  12. "name": "yeast",
  13. "escapedName": "yeast",
  14. "rawSpec": "0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/engine.io-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
  22. "_shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  23. "_spec": "yeast@0.1.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\engine.io-client",
  25. "author": {
  26. "name": "Arnout Kazemier"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/unshiftio/yeast/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Tiny but linear growing unique id generator",
  34. "devDependencies": {
  35. "assume": "1.3.x",
  36. "istanbul": "0.3.x",
  37. "mocha": "2.3.x",
  38. "pre-commit": "1.1.x",
  39. "zuul": "3.4.x"
  40. },
  41. "homepage": "https://github.com/unshiftio/yeast",
  42. "keywords": [
  43. "yeast",
  44. "id",
  45. "generator",
  46. "unique"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "yeast",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/unshiftio/yeast.git"
  54. },
  55. "scripts": {
  56. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  57. "coverage": "istanbul cover _mocha -- test.js",
  58. "test": "mocha test.js",
  59. "test-browser": "zuul -- test.js",
  60. "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
  61. "watch": "mocha --watch test.js"
  62. },
  63. "version": "0.1.2"
  64. }