graphql-parse-resolve-info
Advanced tools
Comparing version 4.0.0-alpha to 4.0.0-alpha.1
{ | ||
"name": "graphql-parse-resolve-info", | ||
"version": "4.0.0-alpha", | ||
"version": "4.0.0-alpha.1", | ||
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree", | ||
"main": "index.js", | ||
"main": "node8plus/index.js", | ||
"scripts": { | ||
"test": "jest .", | ||
"prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && ../../node_modules/.bin/flow-copy-source src node8plus", | ||
"prepublish": "mkdir -p node8plus && babel -s true --out-dir node8plus src && ../../node_modules/.bin/flow-copy-source src node8plus", | ||
"watch": "mkdir -p node8plus && babel -s true --watch --out-dir node8plus src" | ||
@@ -45,5 +45,7 @@ }, | ||
"node8plus", | ||
"node7minus", | ||
"index.js" | ||
] | ||
], | ||
"engines": { | ||
"node": ">=8.6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47321
6
192