UNPKG

graphql-language-service-parser

Version:

An online parser for GraphQL for use in syntax-highlighters and code intelligence tools

47 lines (46 loc) 1.33 kB
{ "name": "graphql-language-service-parser", "version": "1.10.4", "description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", "contributors": [ "Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)", "Hyohyeon Jeong <asiandrummer@fb.com>", "Lee Byron <lee@leebyron.com> (http://leebyron.com/)" ], "repository": "http://github.com/graphql/graphiql", "homepage": "https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-parser#readme", "bugs": { "url": "https://github.com/graphql/graphiql/issues?q=issue+label:language-parser" }, "license": "MIT", "files": [ "dist", "esm", "src" ], "keywords": [ "graphql" ], "main": "dist/index.js", "module": "esm/index.js", "typings": "dist/index.d.ts", "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0" }, "devDependencies": { "@types/benchmark": "^1.0.33", "benchmark": "^2.1.4", "graphql": "16.0.0-experimental-stream-defer.5", "lodash": "^4.17.15", "platform": "^1.3.5", "ts-node": "^8.10.2", "typescript": "^4.1.3", "vscode-languageserver-types": "^3.15.1" }, "dependencies": { "graphql-language-service-types": "^1.8.7" }, "scripts": { "benchmark": "ts-node benchmark/index.ts" } }