source: node_modules/node-abort-controller/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 831 bytes
Line 
1{
2 "name": "node-abort-controller",
3 "version": "3.1.1",
4 "description": "AbortController for Node based on EventEmitter",
5 "main": "index.js",
6 "browser": "browser.js",
7 "scripts": {
8 "test": "jest"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/southpolesteve/node-abort-controller.git"
13 },
14 "keywords": [
15 "AbortController",
16 "AbortSignal",
17 "fetch",
18 "polyfill"
19 ],
20 "author": "Steve Faulkner <southpolesteve@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/southpolesteve/node-abort-controller/issues"
24 },
25 "homepage": "https://github.com/southpolesteve/node-abort-controller#readme",
26 "devDependencies": {
27 "jest": "^27.2.4",
28 "node-fetch": "^2.6.5",
29 "whatwg-fetch": "^3.6.2"
30 },
31 "jest": {
32 "testEnvironment": "jsdom"
33 }
34}
Note: See TracBrowser for help on using the repository browser.