package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "ticky@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ticky@1.0.1",
  9. "_id": "ticky@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-t8+nHnaPHJAAxJe5FRswlHxQ5G0=",
  12. "_location": "/ticky",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ticky@1.0.1",
  18. "name": "ticky",
  19. "escapedName": "ticky",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/contra"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ticky/-/ticky-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Nicolas Bevacqua",
  32. "email": "nicolasbevacqua@gmail.com",
  33. "url": "http://bevacqua.io/"
  34. },
  35. "browser": "ticky-browser.js",
  36. "bugs": {
  37. "url": "https://github.com/bevacqua/ticky/issues"
  38. },
  39. "description": "Run a callback as soon as possible",
  40. "homepage": "https://github.com/bevacqua/ticky#readme",
  41. "license": "MIT",
  42. "main": "ticky.js",
  43. "name": "ticky",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/bevacqua/ticky.git"
  47. },
  48. "scripts": {
  49. "test": "echo \"Error: no test specified\" && exit 1"
  50. },
  51. "version": "1.0.1"
  52. }