Skip to content

Commit

Permalink
fix: clearing up the index
Browse files Browse the repository at this point in the history
  • Loading branch information
technikhil314 committed Mar 27, 2022
1 parent 3a61c51 commit a676a3a
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
15 changes: 15 additions & 0 deletions exmaple/node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "exmaple",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"is-even": "^1.0.0"
}
}
51 changes: 51 additions & 0 deletions exmaple/node/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions exmaple/node/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


is-buffer@^1.1.5:
version "1.1.6"
resolved "https://artifactory.g.devqa.gcp.dev.paypalinc.com/artifactory/api/npm/npm-all/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
integrity sha1-76ouqdqg16suoTqXsritUf776L4=

is-even@^1.0.0:
version "1.0.0"
resolved "https://artifactory.g.devqa.gcp.dev.paypalinc.com/artifactory/api/npm/npm-all/is-even/-/is-even-1.0.0.tgz#76b5055fbad8d294a86b6a949015e1c97b717c06"
integrity sha1-drUFX7rY0pSoa2qUkBXhyXtxfAY=
dependencies:
is-odd "^0.1.2"

is-number@^3.0.0:
version "3.0.0"
resolved "https://artifactory.g.devqa.gcp.dev.paypalinc.com/artifactory/api/npm/npm-all/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
dependencies:
kind-of "^3.0.2"

is-odd@^0.1.2:
version "0.1.2"
resolved "https://artifactory.g.devqa.gcp.dev.paypalinc.com/artifactory/api/npm/npm-all/is-odd/-/is-odd-0.1.2.tgz#bc573b5ce371ef2aad6e6f49799b72bef13978a7"
integrity sha1-vFc7XONx7yqtbm9JeZtyvvE5eKc=
dependencies:
is-number "^3.0.0"

kind-of@^3.0.2:
version "3.2.2"
resolved "https://artifactory.g.devqa.gcp.dev.paypalinc.com/artifactory/api/npm/npm-all/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
dependencies:
is-buffer "^1.1.5"

0 comments on commit a676a3a

Please sign in to comment.