UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

113 lines (112 loc) 3.47 kB
{ "_args": [ [ "codemirror-graphql@0.11.6", "/Users/pavel/projects/pos-cli/gui/graphql" ] ], "_from": "codemirror-graphql@0.11.6", "_id": "codemirror-graphql@0.11.6", "_inBundle": false, "_integrity": "sha512-/zVKgOVS2/hfjAY0yoBkLz9ESHnWKBWpBNXQSoFF4Hl5q5AS2DmM22coonWKJcCvNry6TLak2F+QkzPeKVv3Eg==", "_location": "/codemirror-graphql", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "codemirror-graphql@0.11.6", "name": "codemirror-graphql", "escapedName": "codemirror-graphql", "rawSpec": "0.11.6", "saveSpec": null, "fetchSpec": "0.11.6" }, "_requiredBy": [ "/graphiql" ], "_resolved": "https://registry.npmjs.org/codemirror-graphql/-/codemirror-graphql-0.11.6.tgz", "_spec": "0.11.6", "_where": "/Users/pavel/projects/pos-cli/gui/graphql", "bugs": { "url": "https://github.com/graphql/graphiql/issues?q=issue+label:codemirror-graphql" }, "contributors": [ { "name": "Hyohyeon Jeong", "email": "asiandrummer@fb.com" }, { "name": "Lee Byron", "email": "lee@leebyron.com", "url": "http://leebyron.com/" }, { "name": "Angel Gomez Salazar", "email": "agomezs@fb.com" } ], "dependencies": { "graphql-language-service-interface": "^2.3.3", "graphql-language-service-parser": "^1.5.2" }, "description": "GraphQL mode and helpers for CodeMirror.", "devDependencies": { "chai": "4.1.1", "chai-subset": "1.5.0", "codemirror": "^5.28.0", "cross-env": "^6.0.3", "graphql": "^14.0.2", "jsdom": "^11.2.0", "mocha": "3.5.0", "rimraf": "^3.0.0", "sane": "2.0.0" }, "files": [ "hint.esm.js", "hint.js", "hint.js.flow", "info.esm.js", "info.js", "info.js.flow", "jump.esm.js", "jump.js", "jump.js.flow", "lint.esm.js", "lint.js", "lint.js.flow", "mode.esm.js", "mode.js", "mode.js.flow", "utils", "variables", "results" ], "gitHead": "c735b2227c676005607b5ed75109992df53eb0d8", "homepage": "https://github.com/graphql/graphiql/tree/master/packages/codemirror-graphql#readme", "license": "MIT", "name": "codemirror-graphql", "options": { "mocha": "--full-trace --require resources/mochaBootload src/*/__tests__/*-test.js", "mocha_tdd": "--full-trace --watch --require resources/mochaBootload src/**/*/__tests__/*-test.js" }, "peerDependencies": { "codemirror": "^5.26.0", "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/graphql/graphiql.git" }, "scripts": { "build": "yarn build-clean && yarn build-js && yarn build-esm && yarn build-flow .", "build-clean": "rimraf {mode,hint,info,jump,lint}.{js,esm.js,js.flow} && rimraf esm results utils variables coverage __tests__", "build-esm": "cross-env ESM=true babel src --root-mode upward --ignore **/__tests__/**,**/__mocks__/** --out-dir esm && node ../../resources/renameFileExtensions.js './esm/{**,!**/__tests__/}/*.js' . .esm.js", "build-flow": "node ../../resources/buildFlow.js", "build-js": "babel src --root-mode upward --ignore **/__tests__/**,**/__mocks__/** --out-dir .", "check": "flow check", "lint": "eslint src", "test": "mocha $npm_package_options_mocha", "watch": "babel --optional runtime resources/watch.js | node" }, "version": "0.11.6" }