74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"webidl-conversions@6.1.0",
|
|
"/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "webidl-conversions@6.1.0",
|
|
"_id": "webidl-conversions@6.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
|
|
"_location": "/webidl-conversions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "webidl-conversions@6.1.0",
|
|
"name": "webidl-conversions",
|
|
"escapedName": "webidl-conversions",
|
|
"rawSpec": "6.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-environment-jsdom/jsdom",
|
|
"/jest-environment-jsdom/whatwg-url",
|
|
"/jsdom",
|
|
"/whatwg-url"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
|
|
"_spec": "6.1.0",
|
|
"_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
|
|
"author": {
|
|
"name": "Domenic Denicola",
|
|
"email": "d@domenic.me",
|
|
"url": "https://domenic.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/webidl-conversions/issues"
|
|
},
|
|
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^7.1.1",
|
|
"nyc": "^15.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.4"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/jsdom/webidl-conversions#readme",
|
|
"keywords": [
|
|
"webidl",
|
|
"web",
|
|
"types"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "webidl-conversions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/webidl-conversions.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc mocha test/*.js",
|
|
"lint": "eslint .",
|
|
"test": "mocha test/*.js"
|
|
},
|
|
"version": "6.1.0"
|
|
}
|