package.json 2.13 KB
{
  "_from": "webidl-conversions@^7.0.0",
  "_id": "webidl-conversions@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  "_location": "/webidl-conversions",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webidl-conversions@^7.0.0",
    "name": "webidl-conversions",
    "escapedName": "webidl-conversions",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/domexception",
    "/jsdom",
    "/whatwg-url"
  ],
  "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  "_scripts_comments": {
    "test-no-sab": "Node.js internals are broken by deleting SharedArrayBuffer if you run tests on the main thread. Using Mocha's parallel mode avoids this."
  },
  "_shasum": "256b4e1882be7debbf01d05f0aa2039778ea080a",
  "_spec": "webidl-conversions@^7.0.0",
  "_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/webidl-conversions/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  "devDependencies": {
    "@domenic/eslint-config": "^1.3.0",
    "eslint": "^7.32.0",
    "mocha": "^9.1.1",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">=12"
  },
  "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",
    "test-no-sab": "mocha --parallel --jobs 2 --require test/helpers/delete-sab.js test/*.js"
  },
  "version": "7.0.0"
}