You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.5 KiB

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