pelias-query
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -56,3 +56,3 @@ { | ||
"admin:region:analyzer": "peliasAdmin", | ||
"admin:region:field": "paretn.region", | ||
"admin:region:field": "parent.region", | ||
"admin:region:boost": 1, | ||
@@ -59,0 +59,0 @@ |
@@ -1,47 +0,1 @@ | ||
{ | ||
"name": "pelias-query", | ||
"version": "9.1.0", | ||
"description": "An Elasticsearch query builder for Pelias", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "jshint .", | ||
"units": "node test/run.js | tap-spec", | ||
"test": "npm run units", | ||
"validate": "npm ls", | ||
"travis": "npm run check-dependencies && npm run test", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"check-dependencies": "node_modules/.bin/npm-check --production" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pelias/query.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pelias/query/issues" | ||
}, | ||
"homepage": "https://github.com/pelias/query#readme", | ||
"dependencies": { | ||
"check-types": "^7.0.0", | ||
"lodash": "^4.14.1" | ||
}, | ||
"devDependencies": { | ||
"deep-diff": "^0.3.4", | ||
"jshint": "^2.5.6", | ||
"npm-check": "git://github.com/orangejulius/npm-check.git#disable-update-check", | ||
"precommit-hook": "^3.0.0", | ||
"tap-spec": "^4.1.0", | ||
"tape": "^4.2.0", | ||
"semantic-release": "^7.0.1" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"validate", | ||
"test", | ||
"check-dependencies" | ||
] | ||
} | ||
{"name":"pelias-query","version":"9.1.1","description":"An Elasticsearch query builder for Pelias","engines":{"node":">=4.0.0"},"main":"index.js","scripts":{"lint":"jshint .","units":"node test/run.js | tap-spec","test":"npm run units","validate":"npm ls","travis":"npm run check-dependencies && npm run test","semantic-release":"semantic-release pre && npm publish && semantic-release post","check-dependencies":"node_modules/.bin/npm-check --production"},"repository":{"type":"git","url":"https://github.com/pelias/query.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/pelias/query/issues"},"homepage":"https://github.com/pelias/query#readme","dependencies":{"check-types":"^7.0.0","lodash":"^4.14.1"},"devDependencies":{"deep-diff":"^0.3.4","jshint":"^2.5.6","npm-check":"git://github.com/orangejulius/npm-check.git#disable-update-check","precommit-hook":"^3.0.0","tap-spec":"^4.1.0","tape":"^4.2.0","semantic-release":"^8.0.3"},"pre-commit":["lint","validate","test","check-dependencies"]} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
273277
85