cloudworker-proxy
Version:
An api gateway for cloudflare workers
97 lines (96 loc) • 2.99 kB
JSON
{
"_args": [
[
"@mattiasbuelens/web-streams-polyfill@0.3.2",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "@mattiasbuelens/web-streams-polyfill@0.3.2",
"_id": "@mattiasbuelens/web-streams-polyfill@0.3.2",
"_inBundle": false,
"_integrity": "sha512-ANZvP8lC9IXiaPM3rwM8BGMbFIZbbj0goZT/xP2IA95UIZjEToyHXT/k8G0MmSAnxKRMh5E6oLVE6jmOt5zZ/g==",
"_location": "/@mattiasbuelens/web-streams-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@mattiasbuelens/web-streams-polyfill@0.3.2",
"name": "@mattiasbuelens/web-streams-polyfill",
"escapedName": "@mattiasbuelens%2fweb-streams-polyfill",
"scope": "@mattiasbuelens",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/@dollarshaveclub/node-fetch",
"/node-cloudworker"
],
"_resolved": "https://registry.npmjs.org/@mattiasbuelens/web-streams-polyfill/-/web-streams-polyfill-0.3.2.tgz",
"_spec": "0.3.2",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Diwank Singh",
"email": "diwank.singh@gmail.com"
},
"browser": "dist/polyfill.min.js",
"bugs": {
"url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
},
"contributors": [
{
"name": "Mattias Buelens",
"email": "mattias@buelens.com"
}
],
"description": "Web Streams, based on the WHATWG spec reference implementation",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.4.2",
"eslint": "^5.15.1",
"micromatch": "^3.1.10",
"rollup": "^1.6.0",
"rollup-plugin-dts": "^0.13.0",
"rollup-plugin-inject": "^2.2.0",
"rollup-plugin-strip": "^1.2.1",
"rollup-plugin-terser": "^4.0.4",
"typescript": "^3.3.3",
"wpt-runner": "^2.7.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": "@mattiasbuelens/web-streams-polyfill",
"repository": {
"type": "git",
"url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
},
"scripts": {
"build": "npm run build:types && npm run build:bundle",
"build:bundle": "rollup -c",
"build:types": "rollup -c rollup-types.config.js",
"lint": "eslint \"src/**/*.ts\"",
"prepare": "npm run build",
"pretest:wpt": "git submodule update --init --recursive",
"test": "npm run test:types && npm run test:wpt",
"test:types": "tsc -p ./test/types/tsconfig.json",
"test:wpt": "node --expose_gc ./test/run-web-platform-tests.js"
},
"types": "dist/types/polyfill.d.ts",
"version": "0.3.2"
}