package.json 1.0 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "caniuse-lite",
  3. "version": "1.0.30001170",
  4. "description": "A smaller version of caniuse-db, with only the essentials!",
  5. "main": "dist/unpacker/index.js",
  6. "scripts": {
  7. "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
  8. },
  9. "files": [
  10. "data",
  11. "dist"
  12. ],
  13. "keywords": [
  14. "support",
  15. "css",
  16. "js",
  17. "html5",
  18. "svg"
  19. ],
  20. "author": {
  21. "name": "Ben Briggs",
  22. "email": "beneb.info@gmail.com",
  23. "url": "http://beneb.info"
  24. },
  25. "repository": "ben-eb/caniuse-lite",
  26. "license": "CC-BY-4.0",
  27. "__npminstall_done": "Thu Dec 24 2020 20:21:02 GMT+0800 (CST)",
  28. "_from": "caniuse-lite@1.0.30001170",
  29. "_resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30001170.tgz?cache=0&sync_timestamp=1608444189452&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001170.tgz"
  30. }