package.json
3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/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"
}