1
0
Fork 0
arangodb/js/node/node_modules/graphql-sync/package.json

115 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "graphql-sync@0.6.2-sync",
"scope": null,
"escapedName": "graphql-sync",
"name": "graphql-sync",
"rawSpec": "0.6.2-sync",
"spec": "0.6.2-sync",
"type": "version"
},
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "graphql-sync@0.6.2-sync",
"_id": "graphql-sync@0.6.2-sync",
"_inCache": true,
"_installable": true,
"_location": "/graphql-sync",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/graphql-sync-0.6.2-sync.tgz_1478293426779_0.9119090472813696"
},
"_npmUser": {
"name": "pluma",
"email": "me@pluma.io"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "graphql-sync@0.6.2-sync",
"scope": null,
"escapedName": "graphql-sync",
"name": "graphql-sync",
"rawSpec": "0.6.2-sync",
"spec": "0.6.2-sync",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/graphql-sync/-/graphql-sync-0.6.2-sync.tgz",
"_shasum": "32d8d2f4b7c055b36f7f134a6e700d7bb8520360",
"_shrinkwrap": null,
"_spec": "graphql-sync@0.6.2-sync",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"author": {
"name": "Alan Plum",
"email": "me@pluma.io"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-class-properties",
"transform-flow-strip-types",
"transform-object-rest-spread"
]
},
"bugs": {
"url": "https://github.com/arangodb/graphql-sync/issues"
},
"dependencies": {
"graphql": "^0.6.0"
},
"description": "Promise-free wrapper for GraphQL.",
"devDependencies": {
"babel-cli": "6.18.0",
"babel-eslint": "7.1.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-preset-es2015": "6.18.0"
},
"directories": {
"lib": "lib"
},
"dist": {
"shasum": "32d8d2f4b7c055b36f7f134a6e700d7bb8520360",
"tarball": "https://registry.npmjs.org/graphql-sync/-/graphql-sync-0.6.2-sync.tgz"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"lib"
],
"gitHead": "c1472aff50a3819decee62505eb89421e24249c0",
"homepage": "https://github.com/arangodb/graphql-sync#readme",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "pluma",
"email": "me@pluma.io"
}
],
"name": "graphql-sync",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/arangodb/graphql-sync.git"
},
"scripts": {
"dist": "babel -d lib/ src/",
"prepublish": "npm run dist"
},
"version": "0.6.2-sync"
}