| Current Path : /etc/kibana/node_modules/apollo-utilities/ |
| Current File : //etc/kibana/node_modules/apollo-utilities/package.json |
{
"name": "apollo-utilities",
"version": "1.0.18",
"description": "Utilities for working with GraphQL ASTs",
"author": "James Baxley <james@meteor.com>",
"contributors": [
"James Baxley <james@meteor.com>",
"Jonas Helfer <jonas@helfer.email>",
"Sashko Stubailo <sashko@stubailo.com>",
"James Burgess <jamesmillerburgess@gmail.com>"
],
"license": "MIT",
"main": "./lib/bundle.umd.js",
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-client/issues"
},
"homepage": "https://github.com/apollographql/apollo-client#readme",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "tslint -p tsconfig.json src/*.ts",
"prebuild": "npm run clean",
"build": "tsc -p .",
"postbuild": "npm run bundle",
"bundle": "rollup -c rollup.config.js",
"watch": "tsc -w -p .",
"clean": "rimraf lib/* && rimraf coverage/*",
"prepublishOnly": "npm run clean && npm run build",
"build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js && npm run minify:browser",
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"fast-json-stable-stringify": "^2.0.0"
},
"devDependencies": {
"@types/graphql": "0.12.7",
"@types/jest": "22.2.3",
"@types/lodash": "4.14.116",
"@types/node": "10.5.7",
"browserify": "15.2.0",
"flow-bin": "0.78.0",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"jest": "23.0.0",
"lodash": "4.17.10",
"rimraf": "2.6.2",
"rollup": "0.64.1",
"ts-jest": "20.0.14",
"tslint": "5.11.0",
"typescript": "2.9.2",
"uglify-js": "^3.4.6"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"testURL": "http://localhost"
}
}