| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "caniuse-lite",
- "version": "1.0.30001170",
- "description": "A smaller version of caniuse-db, with only the essentials!",
- "main": "dist/unpacker/index.js",
- "scripts": {
- "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"
- },
- "files": [
- "data",
- "dist"
- ],
- "keywords": [
- "support",
- "css",
- "js",
- "html5",
- "svg"
- ],
- "author": {
- "name": "Ben Briggs",
- "email": "beneb.info@gmail.com",
- "url": "http://beneb.info"
- },
- "repository": "ben-eb/caniuse-lite",
- "license": "CC-BY-4.0",
- "__npminstall_done": "Thu Dec 24 2020 20:21:02 GMT+0800 (CST)",
- "_from": "caniuse-lite@1.0.30001170",
- "_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"
- }
|