69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"detectie@1.0.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "detectie@1.0.0",
|
|
"_id": "detectie@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZrLK4iNtTSnvcRYRgJV7+J++U10=",
|
|
"_location": "/detectie",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "detectie@1.0.0",
|
|
"name": "detectie",
|
|
"escapedName": "detectie",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@finos/perspective",
|
|
"/@finos/perspective-viewer",
|
|
"/@finos/perspective-viewer-highcharts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/detectie/-/detectie-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Steven Iseki"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/StevenIseki/detectie/issues"
|
|
},
|
|
"description": "A module to detect the IE browser version, returns false for non IE browsers",
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"mocha": "*"
|
|
},
|
|
"homepage": "https://github.com/StevenIseki/detectie.git",
|
|
"keywords": [
|
|
"detect IE",
|
|
"browser version",
|
|
"test for IE",
|
|
"broswer-version",
|
|
"IEversion",
|
|
"IE version",
|
|
"detectie",
|
|
"browser",
|
|
"IE",
|
|
"Edge",
|
|
"Internet Explorer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "detectie.js",
|
|
"name": "detectie",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/StevenIseki/detectie.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|