package.json
2.25 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
{
"_from": "platform@1.3.5",
"_id": "platform@1.3.5",
"_inBundle": false,
"_integrity": "sha512-TuvHS8AOIZNAlE77WUDiR4rySV/VMptyMfcfeoMgs4P8apaZM3JrnbzBiixKUv+XR6i+BXrQh8WAnjaSPFO65Q==",
"_location": "/platform",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "platform@1.3.5",
"name": "platform",
"escapedName": "platform",
"rawSpec": "1.3.5",
"saveSpec": null,
"fetchSpec": "1.3.5"
},
"_requiredBy": [
"/helmet-csp"
],
"_resolved": "https://registry.npmjs.org/platform/-/platform-1.3.5.tgz",
"_shasum": "fb6958c696e07e2918d2eeda0f0bc9448d733444",
"_spec": "platform@1.3.5",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet-csp",
"author": {
"name": "Benjamin Tan",
"email": "demoneaux@gmail.com",
"url": "https://demoneaux.github.io/"
},
"bugs": {
"url": "https://github.com/bestiejs/platform.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Benjamin Tan",
"email": "demoneaux@gmail.com",
"url": "https://demoneaux.github.io/"
},
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"url": "https://mathiasbynens.be/"
}
],
"deprecated": false,
"description": "A platform detection library that works on nearly all JavaScript platforms.",
"devDependencies": {
"docdown": "~0.7.2",
"qunit-extras": "^1.5.0",
"qunitjs": "^1.23.1",
"requirejs": "^2.3.3"
},
"files": [
"platform.js"
],
"homepage": "https://github.com/bestiejs/platform.js#readme",
"keywords": [
"environment",
"platform",
"ua",
"useragent"
],
"license": "MIT",
"main": "platform.js",
"name": "platform",
"repository": {
"type": "git",
"url": "git+https://github.com/bestiejs/platform.js.git"
},
"scripts": {
"doc": "docdown platform.js doc/README.md style=github title=\"Platform.js <sup>v${npm_package_version}</sup>\" toc=properties url=https://github.com/bestiejs/platform.js/blob/${npm_package_version}/platform.js",
"test": "node test/test"
},
"version": "1.3.5"
}