Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
homework43
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chingiz
homework43
Commits
c7061e90
Commit
c7061e90
authored
Feb 28, 2024
by
Chingiz
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
task 2 has been created and initialized an npm init
parent
30ed4828
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
0 deletions
+82
-0
package-lock.json
task2/package-lock.json
+61
-0
package.json
task2/package.json
+21
-0
No files found.
task2/package-lock.json
0 → 100644
View file @
c7061e90
{
"name"
:
"task2"
,
"version"
:
"1.0.0"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"task2"
,
"version"
:
"1.0.0"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"loader"
:
"^2.1.1"
,
"readline"
:
"^1.3.0"
,
"readline-sync"
:
"^1.4.10"
},
"devDependencies"
:
{
"@types/node"
:
"^20.11.20"
,
"@types/readline-sync"
:
"^1.4.8"
}
},
"node_modules/@types/node"
:
{
"version"
:
"20.11.20"
,
"resolved"
:
"https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz"
,
"integrity"
:
"sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg=="
,
"dev"
:
true
,
"dependencies"
:
{
"undici-types"
:
"~5.26.4"
}
},
"node_modules/@types/readline-sync"
:
{
"version"
:
"1.4.8"
,
"resolved"
:
"https://registry.npmjs.org/@types/readline-sync/-/readline-sync-1.4.8.tgz"
,
"integrity"
:
"sha512-BL7xOf0yKLA6baAX6MMOnYkoflUyj/c7y3pqMRfU0va7XlwHAOTOIo4x55P/qLfMsuaYdJJKubToLqRVmRtRZA=="
,
"dev"
:
true
},
"node_modules/loader"
:
{
"version"
:
"2.1.1"
,
"resolved"
:
"https://registry.npmjs.org/loader/-/loader-2.1.1.tgz"
,
"integrity"
:
"sha512-Z6nHbyKiECMexVUmpIAVXp+f+8okRtfiMAQ9j0eTtImCghxSqQwrbeSiAyCYKBnfvRlgXLdQt0tPuaZmcBQzpw=="
},
"node_modules/readline"
:
{
"version"
:
"1.3.0"
,
"resolved"
:
"https://registry.npmjs.org/readline/-/readline-1.3.0.tgz"
,
"integrity"
:
"sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="
},
"node_modules/readline-sync"
:
{
"version"
:
"1.4.10"
,
"resolved"
:
"https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz"
,
"integrity"
:
"sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw=="
,
"engines"
:
{
"node"
:
">= 0.8.0"
}
},
"node_modules/undici-types"
:
{
"version"
:
"5.26.5"
,
"resolved"
:
"https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
,
"integrity"
:
"sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
,
"dev"
:
true
}
}
}
task2/package.json
0 → 100644
View file @
c7061e90
{
"name"
:
"task2"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"type"
:
"commonjs"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"loader"
:
"^2.1.1"
,
"readline"
:
"^1.3.0"
,
"readline-sync"
:
"^1.4.10"
},
"devDependencies"
:
{
"@types/node"
:
"^20.11.20"
,
"@types/readline-sync"
:
"^1.4.8"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment