1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_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": [
- "/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\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\whatwg-url",
- "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"
- }
|