2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"graphql-import@0.7.1",
|
2020-03-31 20:40:00 +08:00
|
|
|
"."
|
2020-03-22 05:13:25 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_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",
|
2020-03-31 20:40:00 +08:00
|
|
|
"_where": ".",
|
2020-03-22 05:13:25 +08:00
|
|
|
"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"
|
|
|
|
},
|
2020-03-07 11:45:40 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4.0.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2020-03-22 05:13:25 +08:00
|
|
|
"homepage": "https://github.com/graphcool/graphql-import#readme",
|
|
|
|
"license": "MIT",
|
2020-03-07 11:45:40 +08:00
|
|
|
"main": "dist/index.js",
|
2020-03-22 05:13:25 +08:00
|
|
|
"name": "graphql-import",
|
2020-03-07 11:45:40 +08:00
|
|
|
"nyc": {
|
|
|
|
"extension": [
|
|
|
|
".ts"
|
|
|
|
],
|
|
|
|
"require": [
|
|
|
|
"ts-node/register"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"src/**/*.ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/*.d.ts",
|
|
|
|
"**/*.test.ts"
|
|
|
|
],
|
|
|
|
"all": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"instrument": true
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"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"
|
|
|
|
},
|
2020-03-07 11:45:40 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "rm -rf dist && tsc -d",
|
|
|
|
"docs": "typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
|
2020-03-22 05:13:25 +08:00
|
|
|
"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"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"version": "0.7.1"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|