forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
29
node_modules/node-buffer-encoding/package.json
generated
vendored
Executable file
29
node_modules/node-buffer-encoding/package.json
generated
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "node-buffer-encoding",
|
||||
"repository": "github:fabiospampinato/node-buffer-encoding",
|
||||
"description": "A little wrapper around Node's Buffer that provides encoding/decoding for all supported encodings.",
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"exports": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"clean": "tsex clean",
|
||||
"compile": "tsex compile",
|
||||
"compile:watch": "tsex compile --watch",
|
||||
"test": "tsex test",
|
||||
"test:watch": "tsex test --watch",
|
||||
"prepublishOnly": "tsex prepare"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
"buffer",
|
||||
"encoding"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.7",
|
||||
"fava": "^0.2.1",
|
||||
"tsex": "^3.0.1",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user