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.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "yeast@0.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "yeast@0.1.2",
  9. "_id": "yeast@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
  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. "/socket.io-client/engine.io-client",
  27. "/socket.io/engine.io-client"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
  30. "_spec": "0.1.2",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Arnout Kazemier"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/unshiftio/yeast/issues"
  37. },
  38. "description": "Tiny but linear growing unique id generator",
  39. "devDependencies": {
  40. "assume": "1.3.x",
  41. "istanbul": "0.3.x",
  42. "mocha": "2.3.x",
  43. "pre-commit": "1.1.x",
  44. "zuul": "3.4.x"
  45. },
  46. "homepage": "https://github.com/unshiftio/yeast",
  47. "keywords": [
  48. "yeast",
  49. "id",
  50. "generator",
  51. "unique"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "yeast",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/unshiftio/yeast.git"
  59. },
  60. "scripts": {
  61. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  62. "coverage": "istanbul cover _mocha -- test.js",
  63. "test": "mocha test.js",
  64. "test-browser": "zuul -- test.js",
  65. "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
  66. "watch": "mocha --watch test.js"
  67. },
  68. "version": "0.1.2"
  69. }