| Current Path : /etc/kibana/node_modules/apollo-link/ |
| Current File : //etc/kibana/node_modules/apollo-link/package.json |
{
"name": "apollo-link",
"version": "1.2.3",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
"James Baxley <james@meteor.com>",
"Jonas Helfer <jonas@helfer.email>",
"jon wong <j@jnwng.com>",
"Sashko Stubailo <sashko@stubailo.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-utilities --i graphql --i zen-observable-ts && 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-utilities": "^1.0.0",
"zen-observable-ts": "^0.8.10"
},
"peerDependencies": {
"graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@types/graphql": "14.0.0",
"@types/jest": "22.2.3",
"@types/node": "9.6.31",
"browserify": "16.2.2",
"graphql": "14.0.2",
"graphql-tag": "2.9.2",
"jest": "22.4.4",
"rimraf": "2.6.1",
"rollup": "0.65.2",
"ts-jest": "22.4.6",
"tslint": "5.11.0",
"typescript": "3.0.3",
"uglify-js": "3.4.9"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"mapCoverage": true,
"testURL": "http://localhost"
}
}