CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
package.json35 linesDownload Raw Back to safer-buffer
1{2  "name": "safer-buffer",3  "version": "2.1.2",4  "description": "Modern Buffer API polyfill without footguns",5  "main": "safer.js",6  "scripts": {7    "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",8    "test": "standard && tape tests.js"9  },10  "author": {11    "name": "Nikita Skovoroda",12    "email": "chalkerx@gmail.com",13    "url": "https://github.com/ChALkeR"14  },15  "license": "MIT",16  "repository": {17    "type": "git",18    "url": "git+https://github.com/ChALkeR/safer-buffer.git"19  },20  "bugs": {21    "url": "https://github.com/ChALkeR/safer-buffer/issues"22  },23  "devDependencies": {24    "standard": "^11.0.1",25    "tape": "^4.9.0"26  },27  "files": [28    "Porting-Buffer.md",29    "Readme.md",30    "tests.js",31    "dangerous.js",32    "safer.js"33  ]34}35