Files
node-js-test/node_modules/caniuse-lite/package.json
T
Mark 96ccf86f5c
Node.js CI Test / build (12.x) (pull_request) Failing after 6s
Node.js CI Test / build (14.x) (pull_request) Failing after 6s
Node.js CI Test / build (16.x) (pull_request) Successful in 10s
testing js app
2026-05-19 22:10:51 -07:00

35 lines
742 B
JSON

{
"name": "caniuse-lite",
"version": "1.0.30001793",
"description": "A smaller version of caniuse-db, with only the essentials!",
"keywords": [
"support"
],
"license": "CC-BY-4.0",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": "browserslist/caniuse-lite",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"files": [
"data",
"dist"
],
"main": "dist/unpacker/index.js"
}