UNPKG

caniuse-support

Version:

Query the caniuse offline database for feature support.

78 lines (77 loc) 2.41 kB
{ "name": "caniuse-support", "version": "1.0.4", "description": "Query the caniuse offline database for feature support.", "homepage": "https://github.com/wikiwi/caniuse-support", "repository": { "type": "git", "url": "git+https://github.com/wikiwi/caniuse-support.git" }, "bugs": { "url": "https://github.com/wikiwi/caniuse-support/issues" }, "files": [ "dist", "lib", "cjs" ], "jsnext:main": "./lib/index.js", "main": "./cjs/index.js", "typings": "./lib/index.d.ts", "scripts": { "all": "yarn run lint && yarn run test && yarn run build", "build": "gulp && webpack && cross-env BUILD_MINIFIED=true webpack", "clean": "rm -r -f dist lib cjs coverage", "lint": "gulp lint", "release": "yarn version -m 'caniuse-support release %s'", "ci:coveralls": "cat coverage/lcov.info | coveralls", "test": "cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha --opts mocha.opts", "test:coverage": "cross-env TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' istanbul cover node_modules/.bin/_mocha -- --opts mocha.opts", "test:watch": "yarn run test -- --watch", "prepublishOnly": "yarn all" }, "engines": { "node": ">=10" }, "keywords": [ "caniuse", "query", "offline" ], "author": "Chi Vinh Le and contributors (https://github.com/wikiwi/caniuse-support/graphs/contributors)", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.3", "@types/mocha": "^7.0.2", "@types/node": "^13.1.0", "awesome-typescript-loader": "^5.2.0", "cash-cat": "^0.2.0", "cash-rm": "^0.2.0", "chai": "^4.2.0", "coveralls": "^3.0.2", "cross-env": "^7.0.2", "eslint": "^6.0.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.13.0", "gulp": "^4.0.0", "gulp-eslint": "^6.0.0", "gulp-jsonlint": "^1.1.2", "gulp-sourcemaps": "^2.2.0", "gulp-tslint": "^8.1.3", "gulp-typescript": "^5.0.0", "gulp-yaml-validate": "^1.0.2", "istanbul": "^1.1.0-alpha.1", "merge2": "^1.2.2", "mocha": "^7.0.1", "ts-node": "^8.8.1", "tslint": "^5.10.0", "typescript": "^3.6.3", "uglifyjs-webpack-plugin": "^2.0.0", "webpack": "^4.36.1", "webpack-cli": "^3.3.7" }, "dependencies": { "bowser": "^2.9.0", "caniuse-lite": "^1.0.30001039" } }