Initial Save
This commit is contained in:
48
node_modules/apollo-graphql/package.json
generated
vendored
Normal file
48
node_modules/apollo-graphql/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "apollo-graphql",
|
||||
"version": "0.9.7",
|
||||
"description": "Apollo GraphQL utility library",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"keywords": [],
|
||||
"author": "Apollo <packages@apollographql.com>",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js-pure": "^3.10.2",
|
||||
"lodash.sortby": "^4.7.0",
|
||||
"sha.js": "^2.4.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^14.2.1 || ^15.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "ts-jest",
|
||||
"transformIgnorePatterns": [
|
||||
"/node_modules/"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"testMatch": [
|
||||
"**/__tests__/*.(js|ts)"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"<rootDir>/node_modules/",
|
||||
"<rootDir>/lib/",
|
||||
"<rootDir>/test/fixtures/",
|
||||
"<rootDir>/test/test-utils"
|
||||
],
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"js"
|
||||
],
|
||||
"globals": {
|
||||
"ts-jest": {
|
||||
"tsconfig": "<rootDir>/tsconfig.test.json",
|
||||
"diagnostics": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
|
||||
}
|
||||
Reference in New Issue
Block a user