package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "continuable-cache@0.3.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "continuable-cache@0.3.1",
  9. "_id": "continuable-cache@0.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-vXJ6f67XfnH/OYWskzUakSczrQ8=",
  12. "_location": "/continuable-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "continuable-cache@0.3.1",
  18. "name": "continuable-cache",
  19. "escapedName": "continuable-cache",
  20. "rawSpec": "0.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.1"
  23. },
  24. "_requiredBy": [
  25. "/body"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
  28. "_spec": "0.3.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/continuable-cache/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Raynos"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "Cache a continuable",
  45. "devDependencies": {
  46. "tape": "~0.2.2"
  47. },
  48. "homepage": "https://github.com/Raynos/continuable-cache",
  49. "keywords": [],
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://github.com/Raynos/continuable-cache/raw/master/LICENSE"
  54. }
  55. ],
  56. "main": "index",
  57. "name": "continuable-cache",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/Raynos/continuable-cache.git"
  61. },
  62. "scripts": {
  63. "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
  64. "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle",
  65. "test": "node ./test/index.js",
  66. "tryme": "tryme ./examples --live"
  67. },
  68. "testling": {
  69. "files": "test/index.js",
  70. "browsers": [
  71. "ie/8..latest",
  72. "firefox/16..latest",
  73. "firefox/nightly",
  74. "chrome/22..latest",
  75. "chrome/canary",
  76. "opera/12..latest",
  77. "opera/next",
  78. "safari/5.1..latest",
  79. "ipad/6.0..latest",
  80. "iphone/6.0..latest"
  81. ]
  82. },
  83. "version": "0.3.1"
  84. }