update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

View File

@@ -1,55 +1,31 @@
{
"_from": "make-iterator@^1.0.0",
"_id": "make-iterator@1.0.1",
"_inBundle": false,
"_integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
"_location": "/make-iterator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "make-iterator@^1.0.0",
"name": "make-iterator",
"escapedName": "make-iterator",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/arr-filter",
"/arr-map",
"/collection-map",
"/object.map",
"/object.reduce"
],
"_resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
"_shasum": "29b33f312aa8f547c4a5e490f56afcec99133ad6",
"_spec": "make-iterator@^1.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/object.map",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"name": "make-iterator",
"description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/make-iterator",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/make-iterator",
"bugs": {
"url": "https://github.com/jonschlinkert/make-iterator/issues"
},
"bundleDependencies": false,
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"kind-of": "^6.0.2"
},
"deprecated": false,
"description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/make-iterator",
"keywords": [
"arr",
"array",
@@ -62,16 +38,6 @@
"iterator",
"make"
],
"license": "MIT",
"main": "index.js",
"name": "make-iterator",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/make-iterator.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
@@ -98,6 +64,5 @@
"verb",
"verb-readme-generator"
]
},
"version": "1.0.1"
}
}