mirror of https://gitee.com/bigwinds/arangodb
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "graphql-sync",
|
|
"version": "0.5.0-sync.2",
|
|
"description": "Promise-free wrapper for GraphQL.",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"package.json",
|
|
"lib"
|
|
],
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-flow-strip-types",
|
|
"transform-object-rest-spread"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dist": "babel -d lib/ src/",
|
|
"prepublish": "npm run dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arangodb/graphql-sync.git"
|
|
},
|
|
"author": {
|
|
"name": "Alan Plum",
|
|
"email": "me@pluma.io"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/arangodb/graphql-sync/issues"
|
|
},
|
|
"homepage": "https://github.com/arangodb/graphql-sync#readme",
|
|
"dependencies": {
|
|
"graphql": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.6.5",
|
|
"babel-eslint": "6.0.2",
|
|
"babel-plugin-transform-class-properties": "6.6.0",
|
|
"babel-plugin-transform-flow-strip-types": "6.7.0",
|
|
"babel-plugin-transform-object-rest-spread": "6.6.5",
|
|
"babel-preset-es2015": "6.6.0"
|
|
},
|
|
"gitHead": "56ac39e36f16fcdf8557bd84aee669a7b6d1969f",
|
|
"_id": "graphql-sync@0.5.0-sync.2",
|
|
"_shasum": "78eeb4e605eacb23c4d1f390c36765156b781843",
|
|
"_from": "graphql-sync@0.5.0-sync.2",
|
|
"_npmVersion": "2.14.12",
|
|
"_nodeVersion": "4.3.1",
|
|
"_npmUser": {
|
|
"name": "pluma",
|
|
"email": "me@pluma.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "pluma",
|
|
"email": "me@pluma.io"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "78eeb4e605eacb23c4d1f390c36765156b781843",
|
|
"tarball": "https://registry.npmjs.org/graphql-sync/-/graphql-sync-0.5.0-sync.2.tgz"
|
|
},
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/graphql-sync-0.5.0-sync.2.tgz_1462284556835_0.7381707068998367"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/graphql-sync/-/graphql-sync-0.5.0-sync.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|