This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

25
node_modules/utila/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "utila",
"version": "0.4.0",
"description": "notareplacementforunderscore",
"main": "lib/utila.js",
"devDependencies": {
"coffee-script": "~1.6.3",
"little-popo": "~0.1"
},
"scripts": {
"prepublish": "coffee --bare --compile --output ./lib ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/AriaMinaei/utila.git"
},
"keywords": [
"utilities"
],
"author": "Aria Minaei",
"license": "MIT",
"bugs": {
"url": "https://github.com/AriaMinaei/utila/issues"
}
}