Spaces:
Running
Running
{ | |
"_from": "@open-draft/until@^2.1.0", | |
"_id": "@open-draft/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==", | |
"_location": "/@open-draft/until", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "range", | |
"registry": true, | |
"raw": "@open-draft/until@^2.1.0", | |
"name": "@open-draft/until", | |
"escapedName": "@open-draft%2funtil", | |
"scope": "@open-draft", | |
"rawSpec": "^2.1.0", | |
"saveSpec": null, | |
"fetchSpec": "^2.1.0" | |
}, | |
"_requiredBy": [ | |
"/@mswjs/interceptors", | |
"/msw" | |
], | |
"_resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz", | |
"_shasum": "0acf32f470af2ceaf47f095cdecd40d68666efda", | |
"_spec": "@open-draft/until@^2.1.0", | |
"_where": "/Users/sylvainfiloni/Documents/HuggingFace_Projects/live-vision/node_modules/msw", | |
"author": { | |
"name": "Artem Zakharchenko", | |
"email": "[email protected]" | |
}, | |
"bugs": { | |
"url": "https://github.com/open-draft/until/issues" | |
}, | |
"bundleDependencies": false, | |
"deprecated": false, | |
"description": "Gracefully handle a Promise using async/await.", | |
"devDependencies": { | |
"@ossjs/release": "^0.5.1", | |
"@types/jest": "^26.0.22", | |
"jest": "^26.6.3", | |
"ts-jest": "^26.5.4", | |
"tsup": "^6.2.3", | |
"typescript": "^4.2.4" | |
}, | |
"exports": { | |
".": { | |
"types": "./lib/index.d.ts", | |
"require": "./lib/index.js", | |
"import": "./lib/index.mjs", | |
"default": "./lib/index.mjs" | |
} | |
}, | |
"files": [ | |
"README.md", | |
"lib" | |
], | |
"homepage": "https://github.com/open-draft/until#readme", | |
"license": "MIT", | |
"main": "./lib/index.js", | |
"module": "./lib/index.mjs", | |
"name": "@open-draft/until", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/open-draft/until.git" | |
}, | |
"scripts": { | |
"build": "tsup", | |
"release": "release publish", | |
"start": "tsc -w", | |
"test": "jest" | |
}, | |
"types": "./lib/index.d.ts", | |
"version": "2.1.0" | |
} | |