mirror of https://gitee.com/bigwinds/arangodb
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"graphql-sync@0.6.2-sync",
|
|
"/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node"
|
|
]
|
|
],
|
|
"_from": "graphql-sync@0.6.2-sync",
|
|
"_id": "graphql-sync@0.6.2-sync",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MtjS9LfAVbNvfxNKbnANe7hSA2A=",
|
|
"_location": "/graphql-sync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "graphql-sync@0.6.2-sync",
|
|
"name": "graphql-sync",
|
|
"escapedName": "graphql-sync",
|
|
"rawSpec": "0.6.2-sync",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.2-sync"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/graphql-sync/-/graphql-sync-0.6.2-sync.tgz",
|
|
"_spec": "0.6.2-sync",
|
|
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/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"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE",
|
|
"package.json",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/arangodb/graphql-sync#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "graphql-sync",
|
|
"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"
|
|
}
|