{"_id":"typed-graphql","_rev":"75008","name":"typed-graphql","description":"Type definitions for graphql-js","dist-tags":{"latest":"1.0.2"},"maintainers":[{"name":"jperl","email":"perl.jonathan@gmail.com"},{"name":"nitintutlani","email":"nitintutlani@yahoo.com"}],"time":{"modified":"2021-06-03T10:24:21.000Z","created":"2016-08-17T21:15:05.769Z","1.0.2":"2016-09-23T11:06:46.548Z","1.0.1":"2016-09-13T09:32:00.561Z","1.0.0":"2016-08-17T21:15:05.769Z"},"users":{},"author":{"name":"Nitin Tutlani","email":"nitintutlani@yahoo.com"},"repository":{"type":"git","url":"git+https://github.com/nitintutlani/typed-graphql.git"},"versions":{"1.0.2":{"name":"typed-graphql","version":"1.0.2","description":"Type definitions for graphql-js","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"typings":"./graphql.d.ts","repository":{"type":"git","url":"git+https://github.com/nitintutlani/typed-graphql.git"},"author":{"name":"Nitin Tutlani","email":"nitintutlani@yahoo.com"},"license":"ISC","bugs":{"url":"https://github.com/NewSpring/typed-graphql/issues"},"homepage":"https://github.com/NewSpring/typed-graphql#readme","gitHead":"ef64b005ebe46f100b50e80214a7eeb5f02465b7","_id":"typed-graphql@1.0.2","_shasum":"4c0f788775d552df4d4ec3d73f25469252f40fb8","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"nitintutlani","email":"nitintutlani@yahoo.com"},"dist":{"shasum":"4c0f788775d552df4d4ec3d73f25469252f40fb8","size":6445,"noattachment":false,"key":"/typed-graphql/-/typed-graphql-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/typed-graphql/download/typed-graphql-1.0.2.tgz"},"maintainers":[{"name":"jperl","email":"perl.jonathan@gmail.com"},{"name":"nitintutlani","email":"nitintutlani@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typed-graphql-1.0.2.tgz_1474628806330_0.13624528772197664"},"directories":{},"publish_time":1474628806548,"_cnpm_publish_time":1474628806548,"_hasShrinkwrap":false},"1.0.1":{"name":"typed-graphql","version":"1.0.1","description":"Type definitions for graphql-js","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"typings":"./graphql.d.ts","repository":{"type":"git","url":"git+https://github.com/nitintutlani/typed-graphql.git"},"author":{"name":"Nitin Tutlani","email":"nitintutlani@yahoo.com"},"license":"ISC","bugs":{"url":"https://github.com/NewSpring/typed-graphql/issues"},"homepage":"https://github.com/NewSpring/typed-graphql#readme","gitHead":"a5186458b3fe97c18657532e4f0713a1bfa75478","_id":"typed-graphql@1.0.1","_shasum":"2854fdaa050789074fe11aa67886339def78df48","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"nitintutlani","email":"nitintutlani@yahoo.com"},"dist":{"shasum":"2854fdaa050789074fe11aa67886339def78df48","size":6400,"noattachment":false,"key":"/typed-graphql/-/typed-graphql-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/typed-graphql/download/typed-graphql-1.0.1.tgz"},"maintainers":[{"name":"jperl","email":"perl.jonathan@gmail.com"},{"name":"nitintutlani","email":"nitintutlani@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/typed-graphql-1.0.1.tgz_1473759117588_0.2543988609686494"},"directories":{},"publish_time":1473759120561,"_cnpm_publish_time":1473759120561,"_hasShrinkwrap":false},"1.0.0":{"name":"typed-graphql","version":"1.0.0","description":"Type definitions for graphql-js","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"typings":"./graphql.d.ts","repository":{"type":"git","url":"git+https://github.com/nitintutlani/typed-graphql.git"},"author":{"name":"Nitin Tutlani","email":"nitintutlani@yahoo.com"},"license":"ISC","bugs":{"url":"https://github.com/NewSpring/typed-graphql/issues"},"homepage":"https://github.com/NewSpring/typed-graphql#readme","gitHead":"b773a00569ac28d7d70793d9c46b7950628446c3","_id":"typed-graphql@1.0.0","_shasum":"54b39cc076f73647a8580c521059cd9f66981399","_from":".","_npmVersion":"3.8.8","_nodeVersion":"5.5.0","_npmUser":{"name":"jperl","email":"perl.jonathan@gmail.com"},"dist":{"shasum":"54b39cc076f73647a8580c521059cd9f66981399","size":6150,"noattachment":false,"key":"/typed-graphql/-/typed-graphql-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/typed-graphql/download/typed-graphql-1.0.0.tgz"},"maintainers":[{"name":"jperl","email":"perl.jonathan@gmail.com"},{"name":"nitintutlani","email":"nitintutlani@yahoo.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typed-graphql-1.0.0.tgz_1471468503671_0.24335788912139833"},"directories":{},"publish_time":1471468505769,"_cnpm_publish_time":1471468505769,"_hasShrinkwrap":false}},"readme":"# Typed graphql-js\n\nThe type definition for [`graphql-js`](https://github.com/graphql/graphql-js).\n\n## Install using npm for Typescript 2\n\n```bash\nnpm install --save-dev typed-graphql\n```\n\n## Install latest using npm for Typescript 2\n\n```bash\nnpm install --save-dev git://github.com/nitintutlani/typed-graphql#master\n```\n\nAdd this to a typings.d.ts file.\n```\n/// <reference types=\"typed-graphql\" />\n```\n\n## Install using [typings](https://www.npmjs.com/package/typings)\n\n```bash\ntypings install --save github:nitintutlani/typed-graphql\n```\n\n## Usage\n\nFollow these reference links for more information:\n\n  [Typings project](https://www.npmjs.com/package/typings)\n\n  [tsconfig.json documentation](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)\n\n  Make sure your typescript compatible code editor, linter and tsc compiler are able to reach out to `typings/index.d.ts` to resolve related references.\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/NewSpring/typed-graphql#readme","bugs":{"url":"https://github.com/NewSpring/typed-graphql/issues"},"license":"ISC"}