Urara-Blog/node_modules/.pnpm-store/v3/files/c4/caabf9f749125c495aa472e41441edce2b0dc0b6bc05339c7fea38a9270d0ae183623ff6fa15d2a9e068fc53aa33c9097444535299ae0e30629525e3f1b927
2022-08-14 01:14:53 +08:00

27 lines
621 B
Text

{
"name": "webidl-conversions",
"version": "4.0.2",
"description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha test/*.js",
"coverage": "nyc mocha test/*.js"
},
"repository": "jsdom/webidl-conversions",
"keywords": [
"webidl",
"web",
"types"
],
"files": [
"lib/"
],
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "BSD-2-Clause",
"devDependencies": {
"eslint": "^3.15.0",
"mocha": "^1.21.4",
"nyc": "^10.1.2"
}
}