Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

32
node_modules/whet.extend/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "whet.extend",
"version": "0.9.9",
"description": "A sharped version of port of jQuery.extend that actually works on node.js",
"keywords": [
"extend",
"jQuery",
"jQuery extend",
"clone",
"copy",
"inherit"
],
"author": "Dmitrii Karpich <meettya@gmail.com>",
"devDependencies": {
"should": "0.5.1",
"coffee-script": ">=1.3.3",
"chai": "~1.4.2",
"mocha": "~1.8.1"
},
"scripts": {
"test": "cake test"
},
"repository": {
"type": "git",
"url": "https://github.com/Meettya/whet.extend.git"
},
"main": "index.js",
"engines": {
"node": ">=0.6.0"
},
"license": "MIT"
}