aboutsummaryrefslogtreecommitdiff
path: root/node_modules/caniuse-lite/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/caniuse-lite/package.json')
-rw-r--r--node_modules/caniuse-lite/package.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/node_modules/caniuse-lite/package.json b/node_modules/caniuse-lite/package.json
new file mode 100644
index 0000000..0c4016b
--- /dev/null
+++ b/node_modules/caniuse-lite/package.json
@@ -0,0 +1,60 @@
+{
+ "_from": "caniuse-lite@^1.0.30000998",
+ "_id": "caniuse-lite@1.0.30000999",
+ "_inBundle": false,
+ "_integrity": "sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==",
+ "_location": "/caniuse-lite",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "caniuse-lite@^1.0.30000998",
+ "name": "caniuse-lite",
+ "escapedName": "caniuse-lite",
+ "rawSpec": "^1.0.30000998",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.30000998"
+ },
+ "_requiredBy": [
+ "/autoprefixer",
+ "/browserslist"
+ ],
+ "_resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz",
+ "_shasum": "427253a69ad7bea4aa8d8345687b8eec51ca0e43",
+ "_spec": "caniuse-lite@^1.0.30000998",
+ "_where": "/home/dstaesse/git/website/node_modules/autoprefixer",
+ "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.30000999"
+}