CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
package.json35 linesDownload Raw Back to undefsafe
1{2  "name": "undefsafe",3  "description": "Undefined safe way of extracting object properties",4  "main": "lib/undefsafe.js",5  "tonicExampleFilename": "example.js",6  "directories": {7    "test": "test"8  },9  "scripts": {10    "test": "tap test/**/*.test.js -R spec",11    "cover": "tap test/*.test.js --cov --coverage-report=lcov",12    "semantic-release": "semantic-release"13  },14  "prettier": {15    "trailingComma": "none",16    "singleQuote": true17  },18  "repository": {19    "type": "git",20    "url": "https://github.com/remy/undefsafe.git"21  },22  "keywords": [23    "undefined"24  ],25  "author": "Remy Sharp",26  "license": "MIT",27  "devDependencies": {28    "semantic-release": "^18.0.0",29    "tap": "^5.7.1",30    "tap-only": "0.0.5"31  },32  "dependencies": {},33  "version": "2.0.5"34}35