node-spotlight
Version:
Search macOS using Spotlight.
39 lines (38 loc) • 784 B
JSON
{
"name": "node-spotlight",
"description": "Search macOS using Spotlight.",
"version": "1.0.0",
"main": "index.js",
"files": [
"index.js",
"lib/*.js",
"example.js"
],
"keywords": [
"macos",
"os x",
"spotlight",
"search",
"mdfind"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/node-spotlight",
"repository": "derhuerst/node-spotlight",
"bugs": "https://github.com/derhuerst/node-spotlight/issues",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"bsplit2": "github:derhuerst/bsplit2#1.1.0"
},
"devDependencies": {
"eslint": "^8.28.0",
"tap": "^16.3.2"
},
"scripts": {
"prepublishOnly": "npm run lint && npm test",
"lint": "eslint .",
"test": "tap --no-coverage test/*.js"
}
}