This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/caniuse-lite/package.json

62 lines
1.8 KiB
JSON

{
"_from": "caniuse-lite@^1.0.30000984",
"_id": "caniuse-lite@1.0.30000985",
"_inBundle": false,
"_integrity": "sha512-1ngiwkgqAYPG0JSSUp3PUDGPKKY59EK7NrGGX+VOxaKCNzRbNc7uXMny+c3VJfZxtoK3wSImTvG9T9sXiTw2+w==",
"_location": "/caniuse-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "caniuse-lite@^1.0.30000984",
"name": "caniuse-lite",
"escapedName": "caniuse-lite",
"rawSpec": "^1.0.30000984",
"saveSpec": null,
"fetchSpec": "^1.0.30000984"
},
"_requiredBy": [
"/autoprefixer",
"/browserslist",
"/caniuse-api"
],
"_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000985.tgz",
"_shasum": "0eb40f6c8a8c219155cbe43c4975c0efb4a0f77f",
"_spec": "caniuse-lite@^1.0.30000984",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/browserslist",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/caniuse-lite/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A smaller version of caniuse-db, with only the essentials!",
"files": [
"data",
"dist"
],
"homepage": "https://github.com/ben-eb/caniuse-lite#readme",
"keywords": [
"support",
"css",
"js",
"html5",
"svg"
],
"license": "CC-BY-4.0",
"main": "dist/unpacker/index.js",
"name": "caniuse-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/caniuse-lite.git"
},
"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"
},
"version": "1.0.30000985"
}