wishthis/node_modules/webidl-conversions/package.json
2022-02-23 17:41:13 +01:00

62 lines
1.5 KiB
JSON

{
"_args": [
[
"webidl-conversions@3.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "webidl-conversions@3.0.1",
"_id": "webidl-conversions@3.0.1",
"_inBundle": false,
"_integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
"_location": "/webidl-conversions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webidl-conversions@3.0.1",
"name": "webidl-conversions",
"escapedName": "webidl-conversions",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"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": {
"mocha": "^1.21.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": {
"test": "mocha test/*.js"
},
"version": "3.0.1"
}