Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghost-gql

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-gql - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.travis.yml

22

package.json
{
"name": "ghost-gql",
"version": "0.0.0",
"version": "0.0.1",
"description": "Filter query language for Ghost",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "grunt build"
},
"author": "Ghost Foundation",

@@ -16,3 +21,16 @@ "homepage": "http://ghost.org",

},
"license": "MIT"
"license": "MIT",
"dependencies": {
"lodash": "3.10.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-mocha-istanbul": "2.4.0",
"grunt-shell": "1.1.2",
"jison": "0.4.15",
"knex": "0.8.6",
"mocha": "2.2.5",
"should": "7.0.1",
"sinon": "1.15.4"
}
}
# GQL
Filter query language for working with Ghost's JSON API
GQL is a filter query language for working with Ghost's JSON API
It allows for parsing filter strings of the form `featured:true+tags.count:>10`, `tags:photo,tags:video`, etc
The full spec can be found in <https://github.com/TryGhost/Ghost/issues/5604>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc