package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/socket.io/engine.io-client"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
  23. "_shasum": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419",
  24. "_spec": "yeast@0.1.2",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/engine.io-client",
  26. "author": {
  27. "name": "Arnout Kazemier"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/unshiftio/yeast/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Tiny but linear growing unique id generator",
  35. "devDependencies": {
  36. "assume": "1.3.x",
  37. "istanbul": "0.3.x",
  38. "mocha": "2.3.x",
  39. "pre-commit": "1.1.x",
  40. "zuul": "3.4.x"
  41. },
  42. "homepage": "https://github.com/unshiftio/yeast",
  43. "keywords": [
  44. "yeast",
  45. "id",
  46. "generator",
  47. "unique"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "yeast",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/unshiftio/yeast.git"
  55. },
  56. "scripts": {
  57. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  58. "coverage": "istanbul cover _mocha -- test.js",
  59. "test": "mocha test.js",
  60. "test-browser": "zuul -- test.js",
  61. "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
  62. "watch": "mocha --watch test.js"
  63. },
  64. "version": "0.1.2"
  65. }