github-pages-deploy-action/node_modules/graphql-import/package.json
2020-03-31 08:40:00 -04:00

105 lines
2.9 KiB
JSON

{
"_args": [
[
"graphql-import@0.7.1",
"."
]
],
"_development": true,
"_from": "graphql-import@0.7.1",
"_id": "graphql-import@0.7.1",
"_inBundle": false,
"_integrity": "sha512-YpwpaPjRUVlw2SN3OPljpWbVRWAhMAyfSba5U47qGMOSsPLi2gYeJtngGpymjm9nk57RFWEpjqwh4+dpYuFAPw==",
"_location": "/graphql-import",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-import@0.7.1",
"name": "graphql-import",
"escapedName": "graphql-import",
"rawSpec": "0.7.1",
"saveSpec": null,
"fetchSpec": "0.7.1"
},
"_requiredBy": [
"/graphql-config"
],
"_resolved": "https://registry.npmjs.org/graphql-import/-/graphql-import-0.7.1.tgz",
"_spec": "0.7.1",
"_where": ".",
"bugs": {
"url": "https://github.com/graphcool/graphql-import/issues"
},
"dependencies": {
"lodash": "^4.17.4",
"resolve-from": "^4.0.0"
},
"description": "[![CircleCI](https://circleci.com/gh/prisma/graphql-import.svg?style=shield)](https://circleci.com/gh/prisma/graphql-import) [![npm version](https://badge.fury.io/js/graphql-import.svg)](https://badge.fury.io/js/graphql-import)",
"devDependencies": {
"@types/graphql": "14.0.0",
"@types/lodash": "4.14.116",
"@types/node": "9.6.31",
"@types/resolve-from": "0.0.18",
"ava": "0.25.0",
"ava-ts": "0.25.1",
"graphql": "14.0.2",
"nyc": "11.8.0",
"tap-xunit": "2.3.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-config-standard": "7.0.0",
"typedoc": "0.11.1",
"typescript": "3.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/graphcool/graphql-import#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "graphql-import",
"nyc": {
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.d.ts",
"**/*.test.ts"
],
"all": true,
"sourceMap": true,
"instrument": true
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/graphcool/graphql-import.git"
},
"scripts": {
"build": "rm -rf dist && tsc -d",
"docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
"docs:publish": "cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd ..",
"prepare": "npm run build",
"test": "tslint src/**/*.ts && npm run test-only",
"test-only": "npm run build && mkdir -p ~/reports && nyc --reporter lcov ava-ts --verbose src/**/*.test.ts --tap | tap-xunit > ~/reports/ava.xml",
"testlocal": "npm run build && nyc --reporter lcov --reporter text ava-ts -u --verbose src/**/*.test.ts"
},
"typescript": {
"definition": "dist/index.d.ts"
},
"typings": "dist/index.d.ts",
"version": "0.7.1"
}