Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
19
my-app/node_modules/needle/examples/stream-multiple/package.json
generated
vendored
Executable file
19
my-app/node_modules/needle/examples/stream-multiple/package.json
generated
vendored
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "express-needle",
|
||||
"version": "1.0.0",
|
||||
"description": "Express & Needle are friends <3",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "mohamed-bahaa21",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.1",
|
||||
"express": "^4.18.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
"needle": "^3.1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue