package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "classlist-polyfill@^1.2.0",
  3. "_id": "classlist-polyfill@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-k1vC39lFiodrJ5YXUUY4vKqWSi4=",
  6. "_location": "/classlist-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "classlist-polyfill@^1.2.0",
  12. "name": "classlist-polyfill",
  13. "escapedName": "classlist-polyfill",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
  22. "_shasum": "935bc2dfd9458a876b279617514638bcaa964a2e",
  23. "_spec": "classlist-polyfill@^1.2.0",
  24. "_where": "D:\\jiayue\\pig-ui",
  25. "author": {
  26. "name": "Eli Grey",
  27. "email": "me@eligrey.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/eligrey/classList.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Eli Grey",
  36. "email": "me@eligrey.com"
  37. },
  38. {
  39. "name": "Yola Engineering",
  40. "email": "engineers@yola.com",
  41. "url": "https://www.yola.com/"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)",
  46. "directories": {
  47. "test": "tests"
  48. },
  49. "homepage": "https://github.com/yola/classlist-polyfill",
  50. "keywords": [
  51. "classList",
  52. "polyfill",
  53. "shim",
  54. "cross-browser"
  55. ],
  56. "license": "Unlicense",
  57. "main": "src/index.js",
  58. "name": "classlist-polyfill",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/yola/classlist-polyfill.git"
  62. },
  63. "scripts": {
  64. "test": "bash ./script/test"
  65. },
  66. "version": "1.2.0"
  67. }