@platformos/pos-cli
Version:
Manage your platformOS application
90 lines (89 loc) • 2.54 kB
JSON
{
"_args": [
[
"graphql-language-service-utils@2.3.3",
"/Users/pavel/projects/pos-cli/gui/graphql"
]
],
"_from": "graphql-language-service-utils@2.3.3",
"_id": "graphql-language-service-utils@2.3.3",
"_inBundle": false,
"_integrity": "sha512-uHLdIbQpKkE1V2WA12DRMXrUZpPD3ZKPOuH3MHlNg+j9AEe1y83chA4yP5DQqR+ARdMpefz4FJHvEjQr9alXYw==",
"_location": "/graphql-language-service-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-language-service-utils@2.3.3",
"name": "graphql-language-service-utils",
"escapedName": "graphql-language-service-utils",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/graphql-language-service-interface"
],
"_resolved": "https://registry.npmjs.org/graphql-language-service-utils/-/graphql-language-service-utils-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/Users/pavel/projects/pos-cli/gui/graphql",
"bugs": {
"url": "https://github.com/graphql/graphql-language-service/issues?q=issue+label:language-utils"
},
"contributors": [
{
"name": "Greg Hurrell",
"email": "greg@hurrell.net",
"url": "https://greg.hurrell.net/"
},
{
"name": "Hyohyeon Jeong",
"email": "asiandrummer@fb.com"
},
{
"name": "Lee Byron",
"email": "lee@leebyron.com",
"url": "http://leebyron.com/"
}
],
"dependencies": {
"graphql-config": "2.2.1",
"graphql-language-service-types": "^1.5.2"
},
"description": "Utilities to support the GraphQL Language Service",
"devDependencies": {
"@types/jest": "^24.0.23"
},
"engineStrict": true,
"engines": {
"node": ">= 9.7.3"
},
"files": [
"dist",
"esm"
],
"gitHead": "6b091a7fd9793d1492023af1d3e1a8cb5a0509fb",
"homepage": "https://github.com/graphql/graphiql/tree/master/packages/graphql-language-service-utils#readme",
"keywords": [
"graphql"
],
"license": "MIT",
"main": "dist/index.js",
"module": "esm/index.js",
"name": "graphql-language-service-utils",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/graphql/graphiql.git"
},
"scripts": {
"build": "yarn run build-ts && yarn run build-flow",
"build-flow": "node ../../resources/buildFlow.js",
"build-ts": "tsc",
"test": "node ../../resources/runTests.js"
},
"typings": "dist/index.d.ts",
"version": "2.3.3"
}