|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
935 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "domexception",
|
|---|
| 3 | "description": "An implementation of the DOMException class from browsers",
|
|---|
| 4 | "keywords": [
|
|---|
| 5 | "dom",
|
|---|
| 6 | "webidl",
|
|---|
| 7 | "web idl",
|
|---|
| 8 | "domexception",
|
|---|
| 9 | "error",
|
|---|
| 10 | "exception"
|
|---|
| 11 | ],
|
|---|
| 12 | "version": "2.0.1",
|
|---|
| 13 | "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
|
|---|
| 14 | "license": "MIT",
|
|---|
| 15 | "repository": "jsdom/domexception",
|
|---|
| 16 | "main": "index.js",
|
|---|
| 17 | "files": [
|
|---|
| 18 | "index.js",
|
|---|
| 19 | "webidl2js-wrapper.js",
|
|---|
| 20 | "lib/"
|
|---|
| 21 | ],
|
|---|
| 22 | "scripts": {
|
|---|
| 23 | "prepare": "node scripts/generate.js",
|
|---|
| 24 | "init-wpt": "node scripts/get-latest-platform-tests.js",
|
|---|
| 25 | "pretest": "npm run prepare && npm run init-wpt",
|
|---|
| 26 | "test": "mocha",
|
|---|
| 27 | "lint": "eslint lib"
|
|---|
| 28 | },
|
|---|
| 29 | "dependencies": {
|
|---|
| 30 | "webidl-conversions": "^5.0.0"
|
|---|
| 31 | },
|
|---|
| 32 | "devDependencies": {
|
|---|
| 33 | "eslint": "^6.7.2",
|
|---|
| 34 | "mkdirp": "^0.5.1",
|
|---|
| 35 | "mocha": "^6.2.2",
|
|---|
| 36 | "request": "^2.88.0",
|
|---|
| 37 | "webidl2js": "^12.0.0"
|
|---|
| 38 | },
|
|---|
| 39 | "engines": {
|
|---|
| 40 | "node": ">=8"
|
|---|
| 41 | }
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.