mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
113
node_modules/bowser/package.json
generated
vendored
Normal file
113
node_modules/bowser/package.json
generated
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"_from": "bowser@2.9.0",
|
||||
"_id": "bowser@2.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2ld76tuLBNFekRgmJfT2+3j5MIrP6bFict8WAIT3beq+srz1gcKNAdNKMqHqauQt63NmAa88HfP1/Ypa9Er3HA==",
|
||||
"_location": "/bowser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bowser@2.9.0",
|
||||
"name": "bowser",
|
||||
"escapedName": "bowser",
|
||||
"rawSpec": "2.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/helmet-csp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bowser/-/bowser-2.9.0.tgz",
|
||||
"_shasum": "3bed854233b419b9a7422d9ee3e85504373821c9",
|
||||
"_spec": "bowser@2.9.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/helmet-csp",
|
||||
"author": {
|
||||
"name": "Dustin Diaz",
|
||||
"email": "dustin@dustindiaz.com",
|
||||
"url": "http://dustindiaz.com"
|
||||
},
|
||||
"ava": {
|
||||
"require": [
|
||||
"@babel/register"
|
||||
]
|
||||
},
|
||||
"browser": "es5.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lancedikson/bowser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Denis Demchenko",
|
||||
"url": "http://twitter.com/lancedikson"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Lightweight browser detector",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.3",
|
||||
"@babel/core": "^7.8.0",
|
||||
"@babel/polyfill": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.2",
|
||||
"@babel/register": "^7.8.3",
|
||||
"ava": "^3.0.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-add-module-exports": "^1.0.2",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"compression-webpack-plugin": "^3.0.0",
|
||||
"coveralls": "^3.0.6",
|
||||
"docdash": "^1.1.1",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-config-airbnb-base": "^13.2.0",
|
||||
"eslint-plugin-ava": "^10.0.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"gh-pages": "^2.1.1",
|
||||
"jsdoc": "^3.6.3",
|
||||
"nyc": "^15.0.0",
|
||||
"sinon": "^8.0.0",
|
||||
"testem": "^3.0.0",
|
||||
"webpack": "^4.41.0",
|
||||
"webpack-bundle-analyzer": "^3.5.2",
|
||||
"webpack-cli": "^3.3.9",
|
||||
"yamljs": "^0.3.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/lancedikson/bowser",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"useragent",
|
||||
"user-agent",
|
||||
"parser",
|
||||
"ua",
|
||||
"detection",
|
||||
"ender",
|
||||
"sniff"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "es5.js",
|
||||
"module": "src/bowser.js",
|
||||
"name": "bowser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lancedikson/bowser.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"deploy": "jsdoc -c jsdoc.json && gh-pages --dist docs --dest docs",
|
||||
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
|
||||
"generate-docs": "jsdoc -c jsdoc.json",
|
||||
"lint": "eslint ./src",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "nyc --reporter=html --reporter=text ava",
|
||||
"test:watch": "ava --watch",
|
||||
"testem": "testem",
|
||||
"watch": "webpack --watch --config webpack.config.js"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "2.9.0"
|
||||
}
|
Reference in New Issue
Block a user