A bot used for https://code-your-snake.codingmaster398.repl.co/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.3 KiB
110 lines
3.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"web-streams-polyfill@3.2.1",
|
|
"/home/sigonasr2/SnakeBot"
|
|
]
|
|
],
|
|
"_from": "web-streams-polyfill@3.2.1",
|
|
"_id": "web-streams-polyfill@3.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
|
"_location": "/web-streams-polyfill",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "web-streams-polyfill@3.2.1",
|
|
"name": "web-streams-polyfill",
|
|
"escapedName": "web-streams-polyfill",
|
|
"rawSpec": "3.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/fetch-blob"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
"_spec": "3.2.1",
|
|
"_where": "/home/sigonasr2/SnakeBot",
|
|
"author": {
|
|
"name": "Mattias Buelens",
|
|
"email": "mattias@buelens.com"
|
|
},
|
|
"browser": "dist/polyfill.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Diwank Singh",
|
|
"email": "diwank.singh@gmail.com"
|
|
}
|
|
],
|
|
"description": "Web Streams, based on the WHATWG spec reference implementation",
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "^7.13.4",
|
|
"@rollup/plugin-inject": "^4.0.2",
|
|
"@rollup/plugin-replace": "^2.4.2",
|
|
"@rollup/plugin-strip": "^2.0.0",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/node": "^14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
"@typescript-eslint/parser": "^4.21.0",
|
|
"@ungap/promise-all-settled": "^1.1.2",
|
|
"eslint": "^7.23.0",
|
|
"jasmine": "^3.7.0",
|
|
"micromatch": "^4.0.2",
|
|
"rollup": "^2.44.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"ts-morph": "^10.0.2",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.2.4",
|
|
"wpt-runner": "^3.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"es6",
|
|
"es2018",
|
|
"ponyfill"
|
|
],
|
|
"homepage": "https://github.com/MattiasBuelens/web-streams-polyfill#readme",
|
|
"keywords": [
|
|
"streams",
|
|
"whatwg",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/polyfill",
|
|
"module": "dist/polyfill.mjs",
|
|
"name": "web-streams-polyfill",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
|
|
},
|
|
"scripts": {
|
|
"accept:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run --local && node ./build/downlevel-dts.js",
|
|
"build": "npm run build:bundle && npm run build:types",
|
|
"build:bundle": "rollup -c",
|
|
"build:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run && node ./build/downlevel-dts.js",
|
|
"lint": "eslint \"src/**/*.ts\"",
|
|
"prepare": "npm run build",
|
|
"pretest:wpt": "git submodule update --init --recursive",
|
|
"test": "npm run test:types && npm run test:unit && npm run test:wpt",
|
|
"test:types": "tsc -p ./test/types/tsconfig.json",
|
|
"test:unit": "jasmine --config=test/unit/jasmine.json",
|
|
"test:wpt": "node --expose_gc ./test/run-web-platform-tests.js"
|
|
},
|
|
"types": "dist/types/polyfill.d.ts",
|
|
"typesVersions": {
|
|
">=3.6": {
|
|
"dist/types/*": [
|
|
"dist/types/ts3.6/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "3.2.1"
|
|
}
|
|
|