run npm install to generate a package lock
This commit is contained in:
28
node_modules/function-once/package.json
generated
vendored
Executable file
28
node_modules/function-once/package.json
generated
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "function-once",
|
||||
"repository": "github:fabiospampinato/function-once",
|
||||
"description": "Wraps a function so that it's only ever executed once.",
|
||||
"version": "3.0.0",
|
||||
"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": [
|
||||
"once",
|
||||
"function",
|
||||
"call"
|
||||
],
|
||||
"devDependencies": {
|
||||
"fava": "^0.2.1",
|
||||
"tsex": "^3.0.1",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user