CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
package.json35 linesDownload Raw Back to ignore-by-default
1{2  "name": "ignore-by-default",3  "version": "1.0.1",4  "description": "A list of directories you should ignore by default",5  "main": "index.js",6  "files": [7    "index.js"8  ],9  "scripts": {10    "test": "standard && node test.js"11  },12  "repository": {13    "type": "git",14    "url": "git+https://github.com/novemberborn/ignore-by-default.git"15  },16  "keywords": [17    "ignore",18    "chokidar",19    "watcher",20    "exclude",21    "glob",22    "pattern"23  ],24  "author": "Mark Wubben (https://novemberborn.net/)",25  "license": "ISC",26  "bugs": {27    "url": "https://github.com/novemberborn/ignore-by-default/issues"28  },29  "homepage": "https://github.com/novemberborn/ignore-by-default#readme",30  "devDependencies": {31    "figures": "^1.4.0",32    "standard": "^6.0.4"33  }34}35