package.json 1.7 KB

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