UNPKG

@envelop/graphql-jit

Version:

This plugins replaces the original `execute` of GraphQL with [`graphql-jit`](https://github.com/zalando-incubator/graphql-jit).

62 lines 1.56 kB
{ "name": "@envelop/graphql-jit", "version": "9.1.3-alpha-20250306152819-85579bd42888d16682c982a98e5c72d4d7af6a19", "sideEffects": false, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", "@envelop/core": "^5.2.3-alpha-20250306152819-85579bd42888d16682c982a98e5c72d4d7af6a19" }, "dependencies": { "@whatwg-node/promise-helpers": "^1.2.3", "graphql-jit": "0.8.7", "tslib": "^2.5.0" }, "repository": { "type": "git", "url": "https://github.com/n1ru4l/envelop.git", "directory": "packages/plugins/graphql-jit" }, "author": "Dotan Simha <dotansimha@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./*": { "require": { "types": "./typings/*.d.cts", "default": "./cjs/*.js" }, "import": { "types": "./typings/*.d.ts", "default": "./esm/*.js" }, "default": { "types": "./typings/*.d.ts", "default": "./esm/*.js" } }, "./package.json": "./package.json" } }