package.json 1.7 KB

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