Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/apollo-link-schema/
Upload File :
Current File : //etc/kibana/node_modules/apollo-link-schema/package.json

{
  "name": "apollo-link-schema",
  "version": "1.1.0",
  "description": "Use a GraphQL Schema to request data",
  "author": "Tomas Trescak <tomi.trescak@gmail.com>",
  "contributors": [
    "Evans Hauser <evanshauser@gmail.com>",
    "James Baxley <james@meteor.com>",
    "Jonas Helfer <jonas@helfer.email>",
    "jon wong <j@jnwng.com>",
    "Sashko Stubailo <sashko@stubailo.com>",
    "Zephraph <zephraph@gmail.com>"
  ],
  "license": "MIT",
  "main": "./lib/bundle.umd.js",
  "module": "./lib/index.js",
  "jsnext:main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link.git"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-link#readme",
  "scripts": {
    "build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser",
    "build": "tsc -p .",
    "bundle": "rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "jest --coverage",
    "filesize": "npm run build && npm run build:browser",
    "lint": "tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts",
    "minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
    "postbuild": "npm run bundle",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "watch": "tsc -w -p . & rollup -c -w"
  },
  "dependencies": {
    "apollo-link": "^1.2.2"
  },
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
  },
  "devDependencies": {
    "@types/graphql": "0.12.6",
    "@types/jest": "22.2.2",
    "browserify": "16.1.1",
    "graphql": "0.13.2",
    "graphql-tag": "2.8.0",
    "graphql-tools": "2.23.1",
    "jest": "22.4.3",
    "rimraf": "2.6.1",
    "rollup": "0.57.1",
    "ts-jest": "21.2.4",
    "tslint": "5.9.1",
    "typescript": "2.7.2",
    "uglify-js": "3.3.16"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "mapCoverage": true
  }
}