2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-12-24 21:28:40 +00:00
2019-05-08 11:43:08 +01:00

25 lines
443 B
JSON

{
"name": "jmespath.js",
"main": "jmespath.js",
"version": "0.11.0",
"homepage": "https://github.com/jmespath/jmespath.js",
"authors": [
"James Saryerwinnie <js@jamesls.com>"
],
"description": "JMESPath implementation in javascript",
"moduleType": [
"node"
],
"keywords": [
"jmespath"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}