File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/apollo/package.json
{
"_from": "apollo@^2.20.0",
"_id": "apollo@2.31.0",
"_inBundle": false,
"_integrity": "sha512-galQp/6UAiP+Aa2WtJZPIPPAiQqR6Um/fe0cOC8wu3c1BmXF2fHzjj2NSOv7xqAHZPyBRn/ixIe0aVUy3gcCLw==",
"_location": "/apollo",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.4",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo@^2.20.0",
"name": "apollo",
"escapedName": "apollo",
"rawSpec": "^2.20.0",
"saveSpec": null,
"fetchSpec": "^2.20.0"
},
"_requiredBy": [
"/vue-cli-plugin-apollo"
],
"_resolved": "https://registry.npmjs.org/apollo/-/apollo-2.31.0.tgz",
"_shasum": "ea777b53530bc0bef4beab1fa0b157ad498c8271",
"_spec": "apollo@^2.20.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/vue-cli-plugin-apollo",
"author": {
"name": "Apollo GraphQL",
"email": "opensource@apollographql.com"
},
"bin": {
"apollo": "bin/run"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-tooling/issues"
},
"bundleDependencies": false,
"dependencies": {
"@apollographql/apollo-tools": "^0.4.8",
"@oclif/command": "1.8.0",
"@oclif/config": "1.17.0",
"@oclif/errors": "1.3.3",
"@oclif/plugin-autocomplete": "0.2.0",
"@oclif/plugin-help": "2.2.3",
"@oclif/plugin-not-found": "1.2.4",
"@oclif/plugin-plugins": "1.9.0",
"@oclif/plugin-warn-if-update-available": "1.7.0",
"apollo-codegen-core": "^0.38.0",
"apollo-codegen-flow": "^0.36.0",
"apollo-codegen-scala": "^0.37.0",
"apollo-codegen-swift": "^0.38.0",
"apollo-codegen-typescript": "^0.38.0",
"apollo-env": "^0.6.5",
"apollo-graphql": "^0.6.0",
"apollo-language-server": "^1.24.0",
"chalk": "2.4.2",
"cli-ux": "5.5.0",
"env-ci": "3.2.2",
"gaze": "1.1.3",
"git-parse": "1.0.4",
"git-rev-sync": "2.1.0",
"git-url-parse": "11.2.0",
"glob": "7.1.5",
"graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
"graphql-tag": "2.11.0",
"listr": "0.14.3",
"lodash.identity": "3.0.0",
"lodash.pickby": "4.6.0",
"mkdirp": "1.0.4",
"moment": "2.28.0",
"strip-ansi": "5.2.0",
"table": "5.4.6",
"tty": "1.0.1",
"vscode-uri": "1.0.6"
},
"deprecated": false,
"description": "Command line tool for Apollo GraphQL",
"devDependencies": {
"typescript": "3.7.5"
},
"engines": {
"node": ">=8",
"npm": ">=6"
},
"files": [
"/bin",
"/lib",
"/oclif.manifest.json"
],
"gitHead": "f514d9bb4771115c5f26c9c521ebf71c73bded61",
"homepage": "https://github.com/apollographql/apollo-tooling",
"jest": {
"preset": "ts-jest",
"transformIgnorePatterns": [
"/node_modules/"
],
"setupFiles": [
"apollo-env"
],
"testMatch": null,
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"node_modules",
"lib"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testEnvironment": "node",
"globals": {
"ts-jest": {
"tsConfig": "<rootDir>/tsconfig.test.json",
"diagnostics": false
}
}
},
"license": "MIT",
"main": "lib/index.js",
"name": "apollo",
"oclif": {
"commands": "./lib/commands",
"bin": "apollo",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-plugins",
"@oclif/plugin-warn-if-update-available"
],
"repositoryPrefix": "<%- repo %>/blob/master/packages/apollo/<%- commandPath %>"
},
"referenceID": "21ad0845-c235-422e-be7d-a998310df972",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-tooling.git"
},
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif-dev manifest && oclif-dev readme",
"version": "cross-env COLUMNS=74 oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts",
"version": "2.31.0"
}