package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "web-animations-js@2.3.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "web-animations-js@2.3.2",
  9. "_id": "web-animations-js@2.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TOMFWtQdxzjWp8qx4DAraTWTsdhxVSiWa6NkPFSaPtZ1diKUxTn4yTix73A1euG1WbSOMMPcY51cnjTIHrGtDA==",
  12. "_location": "/web-animations-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "web-animations-js@2.3.2",
  18. "name": "web-animations-js",
  19. "escapedName": "web-animations-js",
  20. "rawSpec": "2.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/web-animations-js/-/web-animations-js-2.3.2.tgz",
  28. "_spec": "2.3.2",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "bugs": {
  31. "url": "https://github.com/web-animations/web-animations-js/issues"
  32. },
  33. "description": "JavaScript implementation of the Web Animations API",
  34. "devDependencies": {
  35. "chai": "^1.9.1",
  36. "closure-linter-wrapper": "^1.0.0",
  37. "grunt": "~0.4.5",
  38. "grunt-checkrepo": "~0.1.0",
  39. "grunt-contrib-uglify": "^0.4.0",
  40. "grunt-git-status": "~1.0.0",
  41. "grunt-gjslint": "^0.2.1",
  42. "grunt-karma": "3.x",
  43. "grunt-saucelabs": "~4.0.2",
  44. "grunt-template": "~0.2.3",
  45. "karma": "4.x",
  46. "karma-chai": "^0.1.0",
  47. "karma-chrome-launcher": "~0.1.4",
  48. "karma-firefox-launcher": "~0.1.3",
  49. "karma-ie-launcher": "~0.1.5",
  50. "karma-mocha": "^0.1.3",
  51. "karma-safari-launcher": "~0.1.1",
  52. "karma-sauce-launcher": "~0.2.3",
  53. "minimatch": "^3.0.4",
  54. "mocha": "1.21.4",
  55. "source-map": "~0.1.40"
  56. },
  57. "files": [
  58. "src/*",
  59. "*.min.js",
  60. "*.min.js.map"
  61. ],
  62. "homepage": "https://github.com/web-animations",
  63. "keywords": [
  64. "animations",
  65. "polyfill"
  66. ],
  67. "license": "Apache-2.0",
  68. "main": "web-animations.min.js",
  69. "name": "web-animations-js",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/web-animations/web-animations-js.git"
  73. },
  74. "scripts": {
  75. "test": "grunt web-animations web-animations-next test gjslint git-status checkrepo"
  76. },
  77. "version": "2.3.2"
  78. }