|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
660 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "webidl-conversions",
|
|---|
| 3 | "version": "6.1.0",
|
|---|
| 4 | "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
|
|---|
| 5 | "main": "lib/index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "lint": "eslint .",
|
|---|
| 8 | "test": "mocha test/*.js",
|
|---|
| 9 | "coverage": "nyc mocha test/*.js"
|
|---|
| 10 | },
|
|---|
| 11 | "repository": "jsdom/webidl-conversions",
|
|---|
| 12 | "keywords": [
|
|---|
| 13 | "webidl",
|
|---|
| 14 | "web",
|
|---|
| 15 | "types"
|
|---|
| 16 | ],
|
|---|
| 17 | "files": [
|
|---|
| 18 | "lib/"
|
|---|
| 19 | ],
|
|---|
| 20 | "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
|---|
| 21 | "license": "BSD-2-Clause",
|
|---|
| 22 | "devDependencies": {
|
|---|
| 23 | "eslint": "^6.8.0",
|
|---|
| 24 | "mocha": "^7.1.1",
|
|---|
| 25 | "nyc": "^15.0.0"
|
|---|
| 26 | },
|
|---|
| 27 | "engines": {
|
|---|
| 28 | "node": ">=10.4"
|
|---|
| 29 | }
|
|---|
| 30 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.