source: node_modules/web-streams-polyfill/ponyfill/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: 259 bytes
Line 
1{
2 "name": "web-streams-ponyfill",
3 "main": "../dist/ponyfill",
4 "module": "../dist/ponyfill.mjs",
5 "types": "../dist/types/ponyfill.d.ts",
6 "typesVersions": {
7 ">=3.6": {
8 "../dist/types/*": [
9 "../dist/types/ts3.6/*"
10 ]
11 }
12 }
13}
Note: See TracBrowser for help on using the repository browser.