Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
e3b0d6f3
Commit
e3b0d6f3
authored
Jan 04, 2021
by
baesangjune
Browse files
comm
parent
5fe066eb
Changes
32
Hide whitespace changes
Inline
Side-by-side
node_modules/.bin/loose-envify
View file @
e3b0d6f3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
basedir
=
$(
dirname
"
$(
echo
"
$0
"
|
sed
-e
's,\\,/,g'
)
"
)
basedir
=
$(
dirname
"
$(
echo
"
$0
"
|
sed
-e
's,\\,/,g'
)
"
)
case
`
uname
`
in
case
`
uname
`
in
*
CYGWIN
*
)
basedir
=
`
cygpath
-w
"
$basedir
"
`
;;
*
CYGWIN
*
|
*
MINGW
*
|
*
MSYS
*
)
basedir
=
`
cygpath
-w
"
$basedir
"
`
;;
esac
esac
if
[
-x
"
$basedir
/node"
]
;
then
if
[
-x
"
$basedir
/node"
]
;
then
...
...
node_modules/.bin/loose-envify.cmd
View file @
e3b0d6f3
@IF
EXIST
"
%~dp0
\node.exe"
(
@ECHO
off
"
%~dp0
\node.exe"
"
%~dp0
\..\loose-envify\cli.js"
%
*
SETLOCAL
CALL
:find
_dp0
IF
EXIST
"
%dp0
%
\node.exe"
(
SET
"_prog=
%dp0
%
\node.exe"
)
ELSE
(
)
ELSE
(
@SETLOCAL
SET
"_prog=node"
@SET
PATHEXT
=
%PATHEXT
:
;
.JS
;=;
%
SET
PATHEXT
=
%PATHEXT
:
;
.JS
;=;
%
node
"
%~dp0
\..\loose-envify\cli.js"
%
*
)
)
\ No newline at end of file
"
%_prog%
"
"
%dp0
%
\..\loose-envify\cli.js"
%
*
ENDLOCAL
EXIT
/b
%errorlevel%
:find
_dp0
SET
dp0
=
%~dp0
EXIT
/b
node_modules/@babel/runtime/package.json
View file @
e3b0d6f3
{
{
"name"
:
"@babel/runtime"
,
"_args"
:
[
"version"
:
"7.12.5"
,
[
"description"
:
"babel's modular runtime helpers"
,
"@babel/runtime@7.12.5"
,
"license"
:
"MIT"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"publishConfig"
:
{
]
"access"
:
"public"
],
"_from"
:
"@babel/runtime@7.12.5"
,
"_id"
:
"@babel/runtime@7.12.5"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg=="
,
"_location"
:
"/@babel/runtime"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@babel/runtime@7.12.5"
,
"name"
:
"@babel/runtime"
,
"escapedName"
:
"@babel%2fruntime"
,
"scope"
:
"@babel"
,
"rawSpec"
:
"7.12.5"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"7.12.5"
},
},
"repository"
:
{
"_requiredBy"
:
[
"type"
:
"git"
,
"/dom-helpers"
,
"url"
:
"https://github.com/babel/babel.git"
,
"/react-bootstrap"
,
"directory"
:
"packages/babel-runtime"
"/react-overlays"
,
"/react-transition-group"
,
"/uncontrollable"
],
"_resolved"
:
"https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz"
,
"_spec"
:
"7.12.5"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Sebastian McKenzie"
,
"email"
:
"sebmck@gmail.com"
},
"bugs"
:
{
"url"
:
"https://github.com/babel/babel/issues"
},
},
"homepage"
:
"https://babeljs.io/"
,
"author"
:
"Sebastian McKenzie <sebmck@gmail.com>"
,
"dependencies"
:
{
"dependencies"
:
{
"regenerator-runtime"
:
"^0.13.4"
"regenerator-runtime"
:
"^0.13.4"
},
},
"description"
:
"babel's modular runtime helpers"
,
"exports"
:
{
"exports"
:
{
"./helpers/"
:
"./helpers/"
,
"./helpers/"
:
"./helpers/"
,
"./helpers/typeof"
:
"./helpers/typeof.js"
,
"./helpers/typeof"
:
"./helpers/typeof.js"
,
...
@@ -182,5 +209,17 @@
...
@@ -182,5 +209,17 @@
"./package.json"
:
"./package.json"
,
"./package.json"
:
"./package.json"
,
"./regenerator"
:
"./regenerator/index.js"
,
"./regenerator"
:
"./regenerator/index.js"
,
"./regenerator/"
:
"./regenerator/"
"./regenerator/"
:
"./regenerator/"
}
},
}
"homepage"
:
"https://babeljs.io/"
,
\ No newline at end of file
"license"
:
"MIT"
,
"name"
:
"@babel/runtime"
,
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/babel/babel.git"
,
"directory"
:
"packages/babel-runtime"
},
"version"
:
"7.12.5"
}
node_modules/@popperjs/core/package.json
View file @
e3b0d6f3
{
{
"name"
:
"@popperjs/core"
,
"_args"
:
[
"version"
:
"2.6.0"
,
[
"description"
:
"Tooltip and Popover Positioning Engine"
,
"@popperjs/core@2.6.0"
,
"main"
:
"dist/cjs/popper.js"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"main:umd"
:
"dist/umd/popper.js"
,
]
"module"
:
"lib/index.js"
,
"unpkg"
:
"dist/umd/popper.min.js"
,
"author"
:
"Federico Zivolo <federico.zivolo@gmail.com>"
,
"license"
:
"MIT"
,
"repository"
:
"github:popperjs/popper-core"
,
"keywords"
:
[
"tooltip"
,
"popover"
,
"dropdown"
,
"popup"
,
"popper"
,
"positioning engine"
],
],
"funding"
:
{
"_from"
:
"@popperjs/core@2.6.0"
,
"type"
:
"opencollective"
,
"_id"
:
"@popperjs/core@2.6.0"
,
"url"
:
"https://opencollective.com/popperjs"
"_inBundle"
:
false
,
"_integrity"
:
"sha512-cPqjjzuFWNK3BSKLm0abspP0sp/IGOli4p5I5fKFAzdS8fvjdOwDCfZqAaIiXd9lPkOWi3SUUfZof3hEb7J/uw=="
,
"_location"
:
"/@popperjs/core"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@popperjs/core@2.6.0"
,
"name"
:
"@popperjs/core"
,
"escapedName"
:
"@popperjs%2fcore"
,
"scope"
:
"@popperjs"
,
"rawSpec"
:
"2.6.0"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"2.6.0"
},
},
"files"
:
[
"_requiredBy"
:
[
"index.d.ts"
,
"/react-overlays"
"/dist"
,
"/lib"
],
],
"sideEffects"
:
false
,
"_resolved"
:
"https://registry.npmjs.org/@popperjs/core/-/core-2.6.0.tgz"
,
"scripts"
:
{
"_spec"
:
"2.6.0"
,
"clean"
:
"rimraf lib && rimraf dist && rimraf test/visual/dist"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"test"
:
"yarn test:unit && yarn test:functional"
,
"author"
:
{
"test:unit"
:
"jest --coverage src"
,
"name"
:
"Federico Zivolo"
,
"test:functional"
:
"DEV_PORT=`get-port` jest tests/functional"
,
"email"
:
"federico.zivolo@gmail.com"
"test:flow"
:
"flow"
,
"test:typescript"
:
"tsc --project tests/typescript/tsconfig.json"
,
"test:eslint"
:
"eslint ."
,
"dev"
:
"NODE_ENV=dev concurrently 'yarn serve' 'yarn build:dev --watch'"
,
"serve"
:
"serve -l ${DEV_PORT:-5000} tests/visual"
,
"build"
:
"yarn clean && yarn build:es && yarn build:esbrowser && yarn build:bundles && yarn build:flow && yarn build:typescript"
,
"build:es"
:
"babel src -d lib --ignore '**/*.test.js','**/__mocks__'"
,
"build:esbrowser"
:
"BROWSER_COMPAT=true yarn build:es -d dist/esm"
,
"build:bundles"
:
"rollup -c .config/rollup.config.js"
,
"build:dev"
:
"NODE_ENV=dev babel src -d tests/visual/dist"
,
"build:flow"
:
"flow-copy-source --ignore
\"
**/*.test.js
\"
src lib && replace-in-files --string=__DEV__ --replacement=false 'lib/**/*.flow'"
,
"build:typescript"
:
"rimraf dist/typescript; flow-to-ts
\"
src/**/*.js
\"
--write --inline-utility-types; tsc-silent --project .config/tsconfig.json --createSourceFile .config/createSourceFile.js --suppress @; rimraf
\"
src/**/*.ts
\"
"
,
"prepublishOnly"
:
"yarn build"
},
"prettier"
:
{
"semi"
:
true
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
true
,
"proseWrap"
:
"always"
},
},
"babel"
:
{
"babel"
:
{
"extends"
:
"./.config/babel.config"
"extends"
:
"./.config/babel.config"
},
},
"jest"
:
{
"bugs"
:
{
"preset"
:
"./.config/jest.config"
"url"
:
"https://github.com/popperjs/popper-core/issues"
},
"eslintConfig"
:
{
"extends"
:
"./.config/eslint.config"
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"pretty-quick --staged"
}
},
},
"description"
:
"Tooltip and Popover Positioning Engine"
,
"devDependencies"
:
{
"devDependencies"
:
{
"@ampproject/rollup-plugin-closure-compiler"
:
"^0.25.2"
,
"@ampproject/rollup-plugin-closure-compiler"
:
"^0.25.2"
,
"@atomico/rollup-plugin-sizes"
:
"^1.1.4"
,
"@atomico/rollup-plugin-sizes"
:
"^1.1.4"
,
...
@@ -112,5 +85,71 @@
...
@@ -112,5 +85,71 @@
"rollup-plugin-visualizer"
:
"^4.0.3"
,
"rollup-plugin-visualizer"
:
"^4.0.3"
,
"serve"
:
"^11.3.0"
,
"serve"
:
"^11.3.0"
,
"typescript"
:
"^3.7.5"
"typescript"
:
"^3.7.5"
}
},
"eslintConfig"
:
{
"extends"
:
"./.config/eslint.config"
},
"files"
:
[
"index.d.ts"
,
"/dist"
,
"/lib"
],
"funding"
:
{
"type"
:
"opencollective"
,
"url"
:
"https://opencollective.com/popperjs"
},
"homepage"
:
"https://github.com/popperjs/popper-core#readme"
,
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"pretty-quick --staged"
}
},
"jest"
:
{
"preset"
:
"./.config/jest.config"
},
"keywords"
:
[
"tooltip"
,
"popover"
,
"dropdown"
,
"popup"
,
"popper"
,
"positioning engine"
],
"license"
:
"MIT"
,
"main"
:
"dist/cjs/popper.js"
,
"main:umd"
:
"dist/umd/popper.js"
,
"module"
:
"lib/index.js"
,
"name"
:
"@popperjs/core"
,
"prettier"
:
{
"semi"
:
true
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
true
,
"proseWrap"
:
"always"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/popperjs/popper-core.git"
},
"scripts"
:
{
"build"
:
"yarn clean && yarn build:es && yarn build:esbrowser && yarn build:bundles && yarn build:flow && yarn build:typescript"
,
"build:bundles"
:
"rollup -c .config/rollup.config.js"
,
"build:dev"
:
"NODE_ENV=dev babel src -d tests/visual/dist"
,
"build:es"
:
"babel src -d lib --ignore '**/*.test.js','**/__mocks__'"
,
"build:esbrowser"
:
"BROWSER_COMPAT=true yarn build:es -d dist/esm"
,
"build:flow"
:
"flow-copy-source --ignore
\"
**/*.test.js
\"
src lib && replace-in-files --string=__DEV__ --replacement=false 'lib/**/*.flow'"
,
"build:typescript"
:
"rimraf dist/typescript; flow-to-ts
\"
src/**/*.js
\"
--write --inline-utility-types; tsc-silent --project .config/tsconfig.json --createSourceFile .config/createSourceFile.js --suppress @; rimraf
\"
src/**/*.ts
\"
"
,
"clean"
:
"rimraf lib && rimraf dist && rimraf test/visual/dist"
,
"dev"
:
"NODE_ENV=dev concurrently 'yarn serve' 'yarn build:dev --watch'"
,
"prepublishOnly"
:
"yarn build"
,
"serve"
:
"serve -l ${DEV_PORT:-5000} tests/visual"
,
"test"
:
"yarn test:unit && yarn test:functional"
,
"test:eslint"
:
"eslint ."
,
"test:flow"
:
"flow"
,
"test:functional"
:
"DEV_PORT=`get-port` jest tests/functional"
,
"test:typescript"
:
"tsc --project tests/typescript/tsconfig.json"
,
"test:unit"
:
"jest --coverage src"
},
"sideEffects"
:
false
,
"unpkg"
:
"dist/umd/popper.min.js"
,
"version"
:
"2.6.0"
}
}
node_modules/@restart/context/package.json
View file @
e3b0d6f3
{
{
"name"
:
"@restart/context"
,
"_args"
:
[
"version"
:
"2.1.4"
,
[
"main"
:
"index.js"
,
"@restart/context@2.1.4"
,
"module"
:
"es/index.js"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"types"
:
"index.d.ts"
,
]
"repository"
:
{
],
"type"
:
"git"
,
"_from"
:
"@restart/context@2.1.4"
,
"url"
:
"https://github.com/react-restart/context"
"_id"
:
"@restart/context@2.1.4"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q=="
,
"_location"
:
"/@restart/context"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@restart/context@2.1.4"
,
"name"
:
"@restart/context"
,
"escapedName"
:
"@restart%2fcontext"
,
"scope"
:
"@restart"
,
"rawSpec"
:
"2.1.4"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"2.1.4"
},
},
"author"
:
"4Catalyzer"
,
"_requiredBy"
:
[
"license"
:
"MIT"
,
"/react-bootstrap"
"publishConfig"
:
{
],
"access"
:
"public"
"_resolved"
:
"https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz"
,
"_spec"
:
"2.1.4"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"4Catalyzer"
},
"bugs"
:
{
"url"
:
"https://github.com/react-restart/context/issues"
},
},
"description"
:
"React context helpers."
,
"homepage"
:
"https://github.com/react-restart/context#readme"
,
"husky"
:
{
"husky"
:
{
"hooks"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
"pre-commit"
:
"lint-staged"
}
}
},
},
"jest"
:
{
"roots"
:
[
"<rootDir>/test"
],
"setupFiles"
:
[
"<rootDir>/test/index.js"
]
},
"license"
:
"MIT"
,
"lint-staged"
:
{
"lint-staged"
:
{
"*.js"
:
[
"*.js"
:
[
"eslint --fix"
,
"eslint --fix"
,
...
@@ -28,18 +60,19 @@
...
@@ -28,18 +60,19 @@
"git add"
"git add"
]
]
},
},
"main"
:
"index.js"
,
"module"
:
"es/index.js"
,
"name"
:
"@restart/context"
,
"peerDependencies"
:
{
"react"
:
">=16.3.2"
},
"prettier"
:
{
"prettier"
:
{
"printWidth"
:
79
,
"printWidth"
:
79
,
"singleQuote"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
"trailingComma"
:
"all"
},
},
"jest"
:
{
"publishConfig"
:
{
"roots"
:
[
"access"
:
"public"
"<rootDir>/test"
],
"setupFiles"
:
[
"<rootDir>/test/index.js"
]
},
},
"release"
:
{
"release"
:
{
"extends"
:
[
"extends"
:
[
...
@@ -47,7 +80,10 @@
...
@@ -47,7 +80,10 @@
],
],
"pkgRoot"
:
"lib"
"pkgRoot"
:
"lib"
},
},
"peerDependencies"
:
{
"repository"
:
{
"react"
:
">=16.3.2"
"type"
:
"git"
,
}
"url"
:
"git+https://github.com/react-restart/context.git"
},
"types"
:
"index.d.ts"
,
"version"
:
"2.1.4"
}
}
node_modules/@restart/hooks/package.json
View file @
e3b0d6f3
{
{
"name"
:
"@restart/hooks"
,
"_args"
:
[
"version"
:
"0.3.25"
,
[
"main"
:
"cjs/index.js"
,
"@restart/hooks@0.3.25"
,
"types"
:
"cjs/index.d.ts"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"module"
:
"esm/index.js"
,
]
"repository"
:
{
],
"type"
:
"git"
,
"_from"
:
"@restart/hooks@0.3.25"
,
"url"
:
"git+https://github.com/jquense/react-common-hooks.git"
"_id"
:
"@restart/hooks@0.3.25"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-m2v3N5pxTsIiSH74/sb1yW8D9RxkJidGW+5Mfwn/lHb2QzhZNlaU1su7abSyT9EGf0xS/0waLjrf7/XxQHUk7w=="
,
"_location"
:
"/@restart/hooks"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@restart/hooks@0.3.25"
,
"name"
:
"@restart/hooks"
,
"escapedName"
:
"@restart%2fhooks"
,
"scope"
:
"@restart"
,
"rawSpec"
:
"0.3.25"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"0.3.25"
},
},
"_requiredBy"
:
[
"/react-bootstrap"
,
"/react-overlays"
],
"_resolved"
:
"https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.25.tgz"
,
"_spec"
:
"0.3.25"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"author"
:
{
"name"
:
"Jason Quense"
,
"name"
:
"Jason Quense"
,
"email"
:
"monastic.panic@gmail.com"
"email"
:
"monastic.panic@gmail.com"
},
},
"license"
:
"MIT"
,
"bugs"
:
{
"bugs"
:
{
"url"
:
"https://github.com/react-restart/hooks/issues"
"url"
:
"https://github.com/react-restart/hooks/issues"
},
},
"dependencies"
:
{
"lodash"
:
"^4.17.15"
,
"lodash-es"
:
"^4.17.15"
},
"homepage"
:
"https://github.com/react-restart/hooks#readme"
,
"homepage"
:
"https://github.com/react-restart/hooks#readme"
,
"jest"
:
{
"jest"
:
{
"preset"
:
"@4c"
,
"preset"
:
"@4c"
,
...
@@ -24,6 +48,13 @@
...
@@ -24,6 +48,13 @@
"./setup.js"
"./setup.js"
]
]
},
},
"license"
:
"MIT"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"@restart/hooks"
,
"peerDependencies"
:
{
"react"
:
"^16.8.0"
},
"prettier"
:
{
"prettier"
:
{
"singleQuote"
:
true
,
"singleQuote"
:
true
,
"semi"
:
false
,
"semi"
:
false
,
...
@@ -36,13 +67,10 @@
...
@@ -36,13 +67,10 @@
"release"
:
{
"release"
:
{
"conventionalCommits"
:
true
"conventionalCommits"
:
true
},
},
"peerDependencies"
:
{
"repository"
:
{
"react"
:
"^16.8.0"
"type"
:
"git"
,
},
"url"
:
"git+https://github.com/jquense/react-common-hooks.git"
"dependencies"
:
{
"lodash"
:
"^4.17.15"
,
"lodash-es"
:
"^4.17.15"
},
},
"
readme"
:
"ERROR: No README data found!
"
,
"
types"
:
"cjs/index.d.ts
"
,
"
_id"
:
"@restart/hooks@
0.3.2
1
"
"
version"
:
"
0.3.2
5
"
}
}
node_modules/@types/classnames/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/classnames@2.2.11"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/classnames@2.2.11"
,
"_id"
:
"@types/classnames@2.2.11"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw=="
,
"_location"
:
"/@types/classnames"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/classnames@2.2.11"
,
"name"
:
"@types/classnames"
,
"name"
:
"@types/classnames"
,
"version"
:
"2.2.11"
,
"escapedName"
:
"@types%2fclassnames"
,
"description"
:
"TypeScript definitions for classnames"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"2.2.11"
,
"contributors"
:
[
"saveSpec"
:
null
,
{
"fetchSpec"
:
"2.2.11"
"name"
:
"Dave Keen"
,
},
"url"
:
"http://www.keendevelopment.ch"
"_requiredBy"
:
[
},
"/react-bootstrap"
{
],
"name"
:
"Adi Dahiya"
,
"_resolved"
:
"https://registry.npmjs.org/@types/classnames/-/classnames-2.2.11.tgz"
,
"url"
:
"https://github.com/adidahiya"
,
"_spec"
:
"2.2.11"
,
"githubUsername"
:
"adidahiya"
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
},
"bugs"
:
{
{
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
"name"
:
"Jason Killian"
,
},
"url"
:
"https://github.com/JKillian"
,
"contributors"
:
[
"githubUsername"
:
"JKillian"
{
},
"name"
:
"Dave Keen"
,
{
"url"
:
"http://www.keendevelopment.ch"
"name"
:
"Michal Adamczyk"
,
"url"
:
"https://github.com/mradamczyk"
,
"githubUsername"
:
"mradamczyk"
},
{
"name"
:
"Marvin Hagemeister"
,
"url"
:
"https://github.com/marvinhagemeister"
,
"githubUsername"
:
"marvinhagemeister"
},
{
"name"
:
"Josh McCullough"
,
"url"
:
"https://github.com/joshmccullough"
,
"githubUsername"
:
"joshmccullough"
},
{
"name"
:
"uhyo"
,
"url"
:
"https://github.com/uhyo"
,
"githubUsername"
:
"uhyo"
}
],
"main"
:
""
,
"types"
:
"index.d.ts"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/classnames"
},
},
"scripts"
:
{},
{
"dependencies"
:
{},
"name"
:
"Adi Dahiya"
,
"typesPublisherContentHash"
:
"75f14e50e69a3ec6cfcb264596f2136fc45fa15df4071b1364156a01372bc676"
,
"url"
:
"https://github.com/adidahiya"
"typeScriptVersion"
:
"3.2"
},
}
{
\ No newline at end of file
"name"
:
"Jason Killian"
,
"url"
:
"https://github.com/JKillian"
},
{
"name"
:
"Michal Adamczyk"
,
"url"
:
"https://github.com/mradamczyk"
},
{
"name"
:
"Marvin Hagemeister"
,
"url"
:
"https://github.com/marvinhagemeister"
},
{
"name"
:
"Josh McCullough"
,
"url"
:
"https://github.com/joshmccullough"
},
{
"name"
:
"uhyo"
,
"url"
:
"https://github.com/uhyo"
}
],
"dependencies"
:
{},
"description"
:
"TypeScript definitions for classnames"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"@types/classnames"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/classnames"
},
"scripts"
:
{},
"typeScriptVersion"
:
"3.2"
,
"types"
:
"index.d.ts"
,
"typesPublisherContentHash"
:
"75f14e50e69a3ec6cfcb264596f2136fc45fa15df4071b1364156a01372bc676"
,
"version"
:
"2.2.11"
}
node_modules/@types/invariant/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/invariant@2.2.34"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/invariant@2.2.34"
,
"_id"
:
"@types/invariant@2.2.34"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-lYUtmJ9BqUN688fGY1U1HZoWT1/Jrmgigx2loq4ZcJpICECm/Om3V314BxdzypO0u5PORKGMM6x0OXaljV1YFg=="
,
"_location"
:
"/@types/invariant"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/invariant@2.2.34"
,
"name"
:
"@types/invariant"
,
"name"
:
"@types/invariant"
,
"version"
:
"2.2.34"
,
"escapedName"
:
"@types%2finvariant"
,
"description"
:
"TypeScript definitions for invariant"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"2.2.34"
,
"contributors"
:
[
"saveSpec"
:
null
,
{
"fetchSpec"
:
"2.2.34"
"name"
:
"MichaelBennett"
,
},
"url"
:
"https://github.com/bennett000"
,
"_requiredBy"
:
[
"githubUsername"
:
"bennett000"
"/react-bootstrap"
},
],
{
"_resolved"
:
"https://registry.npmjs.org/@types/invariant/-/invariant-2.2.34.tgz"
,
"name"
:
"dtinth"
,
"_spec"
:
"2.2.34"
,
"url"
:
"https://github.com/dtinth"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"githubUsername"
:
"dtinth"
"bugs"
:
{
},
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
{
},
"name"
:
"Turadg Aleahmad"
,
"contributors"
:
[
"url"
:
"https://github.com/turadg"
,
{
"githubUsername"
:
"turadg"
"name"
:
"MichaelBennett"
,
}
"url"
:
"https://github.com/bennett000"
],
"main"
:
""
,
"types"
:
"index.d.ts"
,
"typesVersions"
:
{
"<=3.6"
:
{
"*"
:
[
"ts3.6/*"
]
}
},
},
"repository"
:
{
{
"type"
:
"git"
,
"name"
:
"dtinth"
,
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"url"
:
"https://github.com/dtinth"
"directory"
:
"types/invariant"
},
},
"scripts"
:
{},
{
"dependencies"
:
{},
"name"
:
"Turadg Aleahmad"
,
"typesPublisherContentHash"
:
"e7bffa1dc470ca192b64f5b8b02f0ae83226a84e9dab2beb841e2fb5647451e1"
,
"url"
:
"https://github.com/turadg"
"typeScriptVersion"
:
"3.1"
}
}
],
\ No newline at end of file
"dependencies"
:
{},
"description"
:
"TypeScript definitions for invariant"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"@types/invariant"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/invariant"
},
"scripts"
:
{},
"typeScriptVersion"
:
"3.1"
,
"types"
:
"index.d.ts"
,
"typesPublisherContentHash"
:
"e7bffa1dc470ca192b64f5b8b02f0ae83226a84e9dab2beb841e2fb5647451e1"
,
"typesVersions"
:
{
"<=3.6"
:
{
"*"
:
[
"ts3.6/*"
]
}
},
"version"
:
"2.2.34"
}
node_modules/@types/prop-types/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/prop-types@15.7.3"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/prop-types@15.7.3"
,
"_id"
:
"@types/prop-types@15.7.3"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
,
"_location"
:
"/@types/prop-types"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/prop-types@15.7.3"
,
"name"
:
"@types/prop-types"
,
"name"
:
"@types/prop-types"
,
"version"
:
"15.7.3"
,
"escapedName"
:
"@types%2fprop-types"
,
"description"
:
"TypeScript definitions for prop-types"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"15.7.3"
,
"contributors"
:
[
"saveSpec"
:
null
,
{
"fetchSpec"
:
"15.7.3"
"name"
:
"DovydasNavickas"
,
},
"url"
:
"https://github.com/DovydasNavickas"
,
"_requiredBy"
:
[
"githubUsername"
:
"DovydasNavickas"
"/@types/react"
,
},
"/react-bootstrap"
{
],
"name"
:
"Ferdy Budhidharma"
,
"_resolved"
:
"https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz"
,
"url"
:
"https://github.com/ferdaber"
,
"_spec"
:
"15.7.3"
,
"githubUsername"
:
"ferdaber"
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
},
"bugs"
:
{
{
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
"name"
:
"Sebastian Silbermann"
,
},
"url"
:
"https://github.com/eps1lon"
,
"contributors"
:
[
"githubUsername"
:
"eps1lon"
{
}
"name"
:
"DovydasNavickas"
,
],
"url"
:
"https://github.com/DovydasNavickas"
"main"
:
""
,
"types"
:
"index"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/prop-types"
},
},
"scripts"
:
{},
{
"dependencies"
:
{},
"name"
:
"Ferdy Budhidharma"
,
"typesPublisherContentHash"
:
"09cbaa49bc0d7139a168388028da20f8772c641a1e83848ef2cdcd0f91c7ee79"
,
"url"
:
"https://github.com/ferdaber"
"typeScriptVersion"
:
"2.8"
},
}
{
\ No newline at end of file
"name"
:
"Sebastian Silbermann"
,
"url"
:
"https://github.com/eps1lon"
}
],
"dependencies"
:
{},
"description"
:
"TypeScript definitions for prop-types"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"@types/prop-types"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/prop-types"
},
"scripts"
:
{},
"typeScriptVersion"
:
"2.8"
,
"types"
:
"index"
,
"typesPublisherContentHash"
:
"09cbaa49bc0d7139a168388028da20f8772c641a1e83848ef2cdcd0f91c7ee79"
,
"version"
:
"15.7.3"
}
node_modules/@types/react-transition-group/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/react-transition-group@4.4.0"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/react-transition-group@4.4.0"
,
"_id"
:
"@types/react-transition-group@4.4.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w=="
,
"_location"
:
"/@types/react-transition-group"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/react-transition-group@4.4.0"
,
"name"
:
"@types/react-transition-group"
,
"name"
:
"@types/react-transition-group"
,
"version"
:
"4.4.0"
,
"escapedName"
:
"@types%2freact-transition-group"
,
"description"
:
"TypeScript definitions for react-transition-group"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"4.4.0"
,
"contributors"
:
[
"saveSpec"
:
null
,
{
"fetchSpec"
:
"4.4.0"
"name"
:
"Karol Janyst"
,
},
"url"
:
"https://github.com/LKay"
,
"_requiredBy"
:
[
"githubUsername"
:
"LKay"
"/react-bootstrap"
},
],
{
"_resolved"
:
"https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz"
,
"name"
:
"Epskampie"
,
"_spec"
:
"4.4.0"
,
"url"
:
"https://github.com/Epskampie"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"githubUsername"
:
"Epskampie"
"bugs"
:
{
},
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
{
},
"name"
:
"Masafumi Koba"
,
"contributors"
:
[
"url"
:
"https://github.com/ybiquitous"
,
{
"githubUsername"
:
"ybiquitous"
"name"
:
"Karol Janyst"
,
},
"url"
:
"https://github.com/LKay"
{
"name"
:
"tu4mo"
,
"url"
:
"https://github.com/tu4mo"
,
"githubUsername"
:
"tu4mo"
},
{
"name"
:
"Ben Grynhaus"
,
"url"
:
"https://github.com/bengry"
,
"githubUsername"
:
"bengry"
}
],
"main"
:
""
,
"types"
:
"index.d.ts"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/react-transition-group"
},
},
"scripts"
:
{},
{
"dependencies"
:
{
"name"
:
"Epskampie"
,
"@types/react"
:
"*
"
"url"
:
"https://github.com/Epskampie
"
},
},
"typesPublisherContentHash"
:
"9ed7259c4d4647549ff4348ac51fd30f6073ced32efc3aeb4d52ac9f6179850f"
,
{
"typeScriptVersion"
:
"3.0"
"name"
:
"Masafumi Koba"
,
}
"url"
:
"https://github.com/ybiquitous"
\ No newline at end of file
},
{
"name"
:
"tu4mo"
,
"url"
:
"https://github.com/tu4mo"
},
{
"name"
:
"Ben Grynhaus"
,
"url"
:
"https://github.com/bengry"
}
],
"dependencies"
:
{
"@types/react"
:
"*"
},
"description"
:
"TypeScript definitions for react-transition-group"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"@types/react-transition-group"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"directory"
:
"types/react-transition-group"
},
"scripts"
:
{},
"typeScriptVersion"
:
"3.0"
,
"types"
:
"index.d.ts"
,
"typesPublisherContentHash"
:
"9ed7259c4d4647549ff4348ac51fd30f6073ced32efc3aeb4d52ac9f6179850f"
,
"version"
:
"4.4.0"
}
node_modules/@types/react/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/react@16.14.2"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/react@16.14.2"
,
"_id"
:
"@types/react@16.14.2"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ=="
,
"_location"
:
"/@types/react"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/react@16.14.2"
,
"name"
:
"@types/react"
,
"name"
:
"@types/react"
,
"version"
:
"16.14.2"
,
"escapedName"
:
"@types%2freact"
,
"description"
:
"TypeScript definitions for React"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"16.14.2"
,
"contributors"
:
[
"saveSpec"
:
null
,
{
"fetchSpec"
:
"16.14.2"
"name"
:
"Asana"
,
},
"url"
:
"https://asana.com"
"_requiredBy"
:
[
},
"/@types/react-transition-group"
,
{
"/react-bootstrap"
,
"name"
:
"AssureSign"
,
"/uncontrollable"
"url"
:
"http://www.assuresign.com"
],
},
"_resolved"
:
"https://registry.npmjs.org/@types/react/-/react-16.14.2.tgz"
,
{
"_spec"
:
"16.14.2"
,
"name"
:
"Microsoft"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"url"
:
"https://microsoft.com"
"bugs"
:
{
},
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
{
},
"name"
:
"John Reilly"
,
"contributors"
:
[
"url"
:
"https://github.com/johnnyreilly"
,
{
"githubUsername"
:
"johnnyreilly"
"name"
:
"Asana"
,
},
"url"
:
"https://asana.com"
{
},
"name"
:
"Benoit Benezech"
,
{
"url"
:
"https://github.com/bbenezech"
,
"name"
:
"AssureSign"
,
"githubUsername"
:
"bbenezech"
"url"
:
"http://www.assuresign.com"
},
},
{
{
"name"
:
"Patricio Zavolinsky"
,
"name"
:
"Microsoft"
,
"url"
:
"https://github.com/pzavolinsky"
,
"url"
:
"https://microsoft.com"
"githubUsername"
:
"pzavolinsky"
},
},
{
{
"name"
:
"John Reilly"
,
"name"
:
"Digiguru"
,
"url"
:
"https://github.com/johnnyreilly"
"url"
:
"https://github.com/digiguru"
,
},
"githubUsername"
:
"digiguru"
{
},
"name"
:
"Benoit Benezech"
,
{
"url"
:
"https://github.com/bbenezech"
"name"
:
"Eric Anderson"
,
},
"url"
:
"https://github.com/ericanderson"
,
{
"githubUsername"
:
"ericanderson"
"name"
:
"Patricio Zavolinsky"
,
},
"url"
:
"https://github.com/pzavolinsky"
{
},
"name"
:
"Dovydas Navickas"
,
{
"url"
:
"https://github.com/DovydasNavickas"
,
"name"
:
"Digiguru"
,
"githubUsername"
:
"DovydasNavickas"
"url"
:
"https://github.com/digiguru"
},
},
{
{
"name"
:
"Josh Rutherford"
,
"name"
:
"Eric Anderson"
,
"url"
:
"https://github.com/theruther4d"
,
"url"
:
"https://github.com/ericanderson"
"githubUsername"
:
"theruther4d"
},
},
{
{
"name"
:
"Dovydas Navickas"
,
"name"
:
"Guilherme Hübner"
,
"url"
:
"https://github.com/DovydasNavickas"
"url"
:
"https://github.com/guilhermehubner"
,
},
"githubUsername"
:
"guilhermehubner"
{
},
"name"
:
"Josh Rutherford"
,
{
"url"
:
"https://github.com/theruther4d"
"name"
:
"Ferdy Budhidharma"
,
},
"url"
:
"https://github.com/ferdaber"
,
{
"githubUsername"
:
"ferdaber"
"name"
:
"Guilherme Hübner"
,
},
"url"
:
"https://github.com/guilhermehubner"
{
},
"name"
:
"Johann Rakotoharisoa"
,
{
"url"
:
"https://github.com/jrakotoharisoa"
,
"name"
:
"Ferdy Budhidharma"
,
"githubUsername"
:
"jrakotoharisoa"
"url"
:
"https://github.com/ferdaber"
},
},
{
{
"name"
:
"Olivier Pascal"
,
"name"
:
"Johann Rakotoharisoa"
,
"url"
:
"https://github.com/pascaloliv"
,
"url"
:
"https://github.com/jrakotoharisoa"
"githubUsername"
:
"pascaloliv"
},
},
{
{
"name"
:
"Olivier Pascal"
,
"name"
:
"Martin Hochel"
,
"url"
:
"https://github.com/pascaloliv"
"url"
:
"https://github.com/hotell"
,
},
"githubUsername"
:
"hotell"
{
},
"name"
:
"Martin Hochel"
,
{
"url"
:
"https://github.com/hotell"
"name"
:
"Frank Li"
,
},
"url"
:
"https://github.com/franklixuefei"
,
{
"githubUsername"
:
"franklixuefei"
"name"
:
"Frank Li"
,
},
"url"
:
"https://github.com/franklixuefei"
{
},
"name"
:
"Jessica Franco"
,
{
"url"
:
"https://github.com/Jessidhia"
,
"name"
:
"Jessica Franco"
,
"githubUsername"
:
"Jessidhia"
"url"
:
"https://github.com/Jessidhia"
},
},
{
{
"name"
:
"Saransh Kataria"
,
"name"
:
"Saransh Kataria"
,
"url"
:
"https://github.com/saranshkataria"
,
"url"
:
"https://github.com/saranshkataria"
"githubUsername"
:
"saranshkataria"
},
},
{
{
"name"
:
"Kanitkorn Sujautra"
,
"name"
:
"Kanitkorn Sujautra"
,
"url"
:
"https://github.com/lukyth"
"url"
:
"https://github.com/lukyth"
,
},
"githubUsername"
:
"lukyth"
{
},
"name"
:
"Sebastian Silbermann"
,
{
"url"
:
"https://github.com/eps1lon"
"name"
:
"Sebastian Silbermann"
,
},
"url"
:
"https://github.com/eps1lon"
,
{
"githubUsername"
:
"eps1lon"
"name"
:
"Kyle Scully"
,
},
"url"
:
"https://github.com/zieka"
{
},
"name"
:
"Kyle Scully"
,
{
"url"
:
"https://github.com/zieka"
,
"name"
:
"Cong Zhang"
,
"githubUsername"
:
"zieka"
"url"
:
"https://github.com/dancerphil"
},
},
{
{
"name"
:
"Cong Zhang"
,
"name"
:
"Dimitri Mitropoulos"
,
"url"
:
"https://github.com/dancerphil"
,
"url"
:
"https://github.com/dimitropoulos"
"githubUsername"
:
"dancerphil"
},
},
{
{
"name"
:
"JongChan Choi"
,
"name"
:
"Dimitri Mitropoulos"
,
"url"
:
"https://github.com/disjukr"
"url"
:
"https://github.com/dimitropoulos"
,
},
"githubUsername"
:
"dimitropoulos"
{
},
"name"
:
"Victor Magalhães"
,
{
"url"
:
"https://github.com/vhfmag"
"name"
:
"JongChan Choi"
,
},
"url"
:
"https://github.com/disjukr"
,
{
"githubUsername"
:
"disjukr"
"name"
:
"Dale Tan"
,
},
"url"
:
"https://github.com/hellatan"
{
}
"name"
:
"Victor Magalhães"
,
],
"url"
:
"https://github.com/vhfmag"
,
"dependencies"
:
{
"githubUsername"
:
"vhfmag"
"@types/prop-types"
:
"*"
,
},
"csstype"
:
"^3.0.2"
{
},
"name"
:
"Dale Tan"
,
"description"
:
"TypeScript definitions for React"
,
"url"
:
"https://github.com/hellatan"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"githubUsername"
:
"hellatan"
"license"
:
"MIT"
,
}
"main"
:
""
,
],
"name"
:
"@types/react"
,
"main"
:
""
,
"repository"
:
{
"types"
:
"index.d.ts"
,
"type"
:
"git"
,
"repository"
:
{
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
"type"
:
"git"
,
"directory"
:
"types/react"
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped.git"
,
},
"directory"
:
"types/react"
"scripts"
:
{},
},
"typeScriptVersion"
:
"3.3"
,
"scripts"
:
{},
"types"
:
"index.d.ts"
,
"dependencies"
:
{
"typesPublisherContentHash"
:
"36c10b8c6b898fde912c62245ed9f63a2addbc19f40999bc97024af14d80b409"
,
"@types/prop-types"
:
"*"
,
"version"
:
"16.14.2"
"csstype"
:
"^3.0.2"
}
},
"typesPublisherContentHash"
:
"36c10b8c6b898fde912c62245ed9f63a2addbc19f40999bc97024af14d80b409"
,
"typeScriptVersion"
:
"3.3"
}
\ No newline at end of file
node_modules/@types/warning/package.json
View file @
e3b0d6f3
{
{
"_args"
:
[
[
"@types/warning@3.0.0"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"@types/warning@3.0.0"
,
"_id"
:
"@types/warning@3.0.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI="
,
"_location"
:
"/@types/warning"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"@types/warning@3.0.0"
,
"name"
:
"@types/warning"
,
"name"
:
"@types/warning"
,
"version"
:
"3.0.0"
,
"escapedName"
:
"@types%2fwarning"
,
"description"
:
"TypeScript definitions for warning"
,
"scope"
:
"@types"
,
"license"
:
"MIT"
,
"rawSpec"
:
"3.0.0"
,
"author"
:
"Chi Vinh Le <https://github.com/cvle>"
,
"saveSpec"
:
null
,
"main"
:
""
,
"fetchSpec"
:
"3.0.0"
"repository"
:
{
},
"type"
:
"git"
,
"_requiredBy"
:
[
"url"
:
"https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"/react-bootstrap"
,
},
"/react-overlays"
"scripts"
:
{},
],
"dependencies"
:
{},
"_resolved"
:
"https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz"
,
"peerDependencies"
:
{},
"_spec"
:
"3.0.0"
,
"typesPublisherContentHash"
:
"f4abd393ae060f65b1fa76c5dea60adc3206914a2cd9e10c3d128e84a3ccf4b6"
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
}
"author"
:
{
\ No newline at end of file
"name"
:
"Chi Vinh Le"
,
"email"
:
"https://github.com/cvle"
},
"bugs"
:
{
"url"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"dependencies"
:
{},
"description"
:
"TypeScript definitions for warning"
,
"homepage"
:
"https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
,
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"@types/warning"
,
"peerDependencies"
:
{},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts"
:
{},
"typesPublisherContentHash"
:
"f4abd393ae060f65b1fa76c5dea60adc3206914a2cd9e10c3d128e84a3ccf4b6"
,
"version"
:
"3.0.0"
}
node_modules/bootstrap/package.json
View file @
e3b0d6f3
{
{
"name"
:
"bootstrap"
,
"_args"
:
[
"description"
:
"The most popular front-end framework for developing responsive, mobile first projects on the web."
,
[
"version"
:
"4.5.3"
,
"bootstrap@4.5.3"
,
"version_short"
:
"4.5"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"keywords"
:
[
]
"css"
,
"sass"
,
"mobile-first"
,
"responsive"
,
"front-end"
,
"framework"
,
"web"
],
],
"homepage"
:
"https://getbootstrap.com/"
,
"_from"
:
"bootstrap@4.5.3"
,
"author"
:
"The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)"
,
"_id"
:
"bootstrap@4.5.3"
,
"contributors"
:
[
"_inBundle"
:
false
,
"Twitter, Inc."
"_integrity"
:
"sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
,
],
"_location"
:
"/bootstrap"
,
"scripts"
:
{
"_phantomChildren"
:
{},
"start"
:
"npm-run-all --parallel watch docs-serve"
,
"_requested"
:
{
"bundlewatch"
:
"bundlewatch --config .bundlewatch.config.json"
,
"type"
:
"version"
,
"css"
:
"npm-run-all css-compile css-prefix css-minify css-copy"
,
"registry"
:
true
,
"css-copy"
:
"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/"
,
"raw"
:
"bootstrap@4.5.3"
,
"css-main"
:
"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy"
,
"name"
:
"bootstrap"
,
"css-docs"
:
"npm-run-all css-compile-docs css-prefix-docs css-minify-docs"
,
"escapedName"
:
"bootstrap"
,
"css-compile"
:
"npm-run-all --parallel css-compile-*"
,
"rawSpec"
:
"4.5.3"
,
"css-compile-main"
:
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/ && npm run css-copy"
,
"saveSpec"
:
null
,
"css-compile-docs"
:
"cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css"
,
"fetchSpec"
:
"4.5.3"
"css-lint"
:
"npm-run-all --continue-on-error --parallel css-lint-*"
,
"css-lint-main"
:
"stylelint
\"
scss/**/*.scss
\"
--cache --cache-location .cache/.stylelintcache --rd"
,
"css-lint-docs"
:
"stylelint
\"
site/docs/**/assets/scss/*.scss
\"
\"
site/docs/**/*.css
\"
--cache --cache-location .cache/.stylelintcache"
,
"css-lint-vars"
:
"fusv scss/ site/docs/"
,
"css-minify"
:
"npm-run-all --parallel css-minify-*"
,
"css-minify-main"
:
"cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-minify-docs"
:
"cross-env-shell cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css"
,
"css-prefix"
:
"npm-run-all --parallel css-prefix-*"
,
"css-prefix-main"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/**/*.css
\"
"
,
"js"
:
"npm-run-all js-compile js-minify js-copy"
,
"js-copy"
:
"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/"
,
"js-main"
:
"npm-run-all js-lint js-compile js-minify-main"
,
"js-docs"
:
"npm-run-all js-lint-docs js-minify-docs"
,
"js-compile"
:
"npm-run-all --parallel js-compile-* --sequential js-copy"
,
"js-compile-standalone"
:
"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap"
,
"js-compile-bundle"
:
"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap"
,
"js-compile-plugins"
:
"node build/build-plugins.js"
,
"js-compile-plugins-coverage"
:
"cross-env NODE_ENV=test node build/build-plugins.js"
,
"js-lint"
:
"npm-run-all --continue-on-error --parallel js-lint-*"
,
"js-lint-main"
:
"eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache js/src js/tests build/"
,
"js-lint-docs"
:
"eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache site/"
,
"js-minify"
:
"npm-run-all --parallel js-minify-main js-minify-docs"
,
"js-minify-main"
:
"npm-run-all js-minify-standalone js-minify-bundle"
,
"js-minify-standalone"
:
"terser --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-minify-bundle"
:
"terser --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-docs"
:
"cross-env-shell terser --mangle --comments
\\\"
/^!/
\\\"
--output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js
\"
site/docs/$npm_package_version_short/assets/js/src/*.js
\"
"
,
"js-test"
:
"npm-run-all js-test-karma* js-test-integration"
,
"js-test-karma"
:
"karma start js/tests/karma.conf.js"
,
"js-test-karma-old"
:
"cross-env USE_OLD_JQUERY=true npm run js-test-karma"
,
"js-test-karma-bundle"
:
"cross-env BUNDLE=true npm run js-test-karma"
,
"js-test-karma-bundle-old"
:
"cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma"
,
"js-test-integration"
:
"rollup --config js/tests/integration/rollup.bundle.js"
,
"js-test-cloud"
:
"cross-env BROWSER=true npm run js-test-karma"
,
"lint"
:
"npm-run-all --parallel js-lint css-lint lockfile-lint"
,
"docs"
:
"npm-run-all css-docs js-docs docs-build docs-lint"
,
"docs-build"
:
"bundle exec jekyll build"
,
"docs-compile"
:
"npm run docs-build"
,
"docs-production"
:
"cross-env JEKYLL_ENV=production npm run docs-build"
,
"docs-netlify"
:
"cross-env JEKYLL_ENV=netlify npm run docs-build"
,
"docs-linkinator"
:
"linkinator _gh_pages --recurse --silent --skip
\"
^(?!http://localhost)
\"
"
,
"docs-vnu"
:
"node build/vnu-jar.js"
,
"docs-lint"
:
"npm-run-all --parallel docs-vnu docs-linkinator"
,
"docs-serve"
:
"bundle exec jekyll serve"
,
"docs-serve-only"
:
"npm run docs-serve -- --skip-initial-build --no-watch"
,
"lockfile-lint"
:
"lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json"
,
"update-deps"
:
"ncu -u -x
\"
jquery,karma-browserstack-launcher,sinon
\"
&& npm update && bundle update && cross-env-shell echo Manually update
\\\"
site/docs/$npm_package_version_short/assets/js/vendor/
\\\"
"
,
"release"
:
"npm-run-all dist release-sri docs-production release-zip*"
,
"release-sri"
:
"node build/generate-sri.js"
,
"release-version"
:
"node build/change-version.js"
,
"release-zip"
:
"cross-env-shell
\"
shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist
\"
"
,
"release-zip-examples"
:
"node build/zip-examples.js"
,
"dist"
:
"npm-run-all --parallel css js"
,
"test"
:
"npm-run-all lint dist js-test docs-build docs-lint"
,
"netlify"
:
"npm-run-all dist release-sri docs-netlify"
,
"watch"
:
"npm-run-all --parallel watch-*"
,
"watch-css-main"
:
"nodemon --watch scss/ --ext scss --exec
\"
npm run css-main
\"
"
,
"watch-css-docs"
:
"nodemon --watch
\"
site/docs/**/assets/scss/
\"
--ext scss --exec
\"
npm run css-docs
\"
"
,
"watch-js-main"
:
"nodemon --watch js/src/ --ext js --exec
\"
npm run js-compile
\"
"
,
"watch-js-docs"
:
"nodemon --watch
\"
site/docs/**/assets/js/src/
\"
--ext js --exec
\"
npm run js-docs
\"
"
},
},
"style"
:
"dist/css/bootstrap.css"
,
"_requiredBy"
:
[
"sass"
:
"scss/bootstrap.scss"
,
"/"
"main"
:
"dist/js/bootstrap.js"
,
],
"repository"
:
{
"_resolved"
:
"https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz"
,
"type"
:
"git"
,
"_spec"
:
"4.5.3"
,
"url"
:
"git+https://github.com/twbs/bootstrap.git"
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"The Bootstrap Authors"
,
"url"
:
"https://github.com/twbs/bootstrap/graphs/contributors"
},
},
"bugs"
:
{
"bugs"
:
{
"url"
:
"https://github.com/twbs/bootstrap/issues"
"url"
:
"https://github.com/twbs/bootstrap/issues"
},
},
"
license"
:
"MIT"
,
"
contributors"
:
[
"funding"
:
{
{
"type"
:
"opencollective"
,
"name"
:
"Twitter, Inc."
"url"
:
"https://opencollective.com/bootstrap"
}
}
,
]
,
"dependencies"
:
{},
"dependencies"
:
{},
"peerDependencies"
:
{
"description"
:
"The most popular front-end framework for developing responsive, mobile first projects on the web."
,
"jquery"
:
"1.9.1 - 3"
,
"popper.js"
:
"^1.16.1"
},
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/cli"
:
"^7.11.6"
,
"@babel/cli"
:
"^7.11.6"
,
"@babel/core"
:
"^7.11.6"
,
"@babel/core"
:
"^7.11.6"
,
...
@@ -159,6 +92,11 @@
...
@@ -159,6 +92,11 @@
"js/{src,dist}/**/*.{js,map}"
,
"js/{src,dist}/**/*.{js,map}"
,
"scss/**/*.scss"
"scss/**/*.scss"
],
],
"funding"
:
{
"type"
:
"opencollective"
,
"url"
:
"https://opencollective.com/bootstrap"
},
"homepage"
:
"https://getbootstrap.com/"
,
"jspm"
:
{
"jspm"
:
{
"registry"
:
"npm"
,
"registry"
:
"npm"
,
"main"
:
"js/bootstrap"
,
"main"
:
"js/bootstrap"
,
...
@@ -179,5 +117,100 @@
...
@@ -179,5 +117,100 @@
"jquery"
:
"1.9.1 - 3"
,
"jquery"
:
"1.9.1 - 3"
,
"popper.js"
:
"^1.16.1"
"popper.js"
:
"^1.16.1"
}
}
}
},
"keywords"
:
[
"css"
,
"sass"
,
"mobile-first"
,
"responsive"
,
"front-end"
,
"framework"
,
"web"
],
"license"
:
"MIT"
,
"main"
:
"dist/js/bootstrap.js"
,
"name"
:
"bootstrap"
,
"peerDependencies"
:
{
"jquery"
:
"1.9.1 - 3"
,
"popper.js"
:
"^1.16.1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/twbs/bootstrap.git"
},
"sass"
:
"scss/bootstrap.scss"
,
"scripts"
:
{
"bundlewatch"
:
"bundlewatch --config .bundlewatch.config.json"
,
"css"
:
"npm-run-all css-compile css-prefix css-minify css-copy"
,
"css-compile"
:
"npm-run-all --parallel css-compile-*"
,
"css-compile-docs"
:
"cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/docs/$npm_package_version_short/assets/scss/docs.scss site/docs/$npm_package_version_short/assets/css/docs.min.css"
,
"css-compile-main"
:
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/ && npm run css-copy"
,
"css-copy"
:
"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/"
,
"css-docs"
:
"npm-run-all css-compile-docs css-prefix-docs css-minify-docs"
,
"css-lint"
:
"npm-run-all --continue-on-error --parallel css-lint-*"
,
"css-lint-docs"
:
"stylelint
\"
site/docs/**/assets/scss/*.scss
\"
\"
site/docs/**/*.css
\"
--cache --cache-location .cache/.stylelintcache"
,
"css-lint-main"
:
"stylelint
\"
scss/**/*.scss
\"
--cache --cache-location .cache/.stylelintcache --rd"
,
"css-lint-vars"
:
"fusv scss/ site/docs/"
,
"css-main"
:
"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy"
,
"css-minify"
:
"npm-run-all --parallel css-minify-*"
,
"css-minify-docs"
:
"cross-env-shell cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output site/docs/$npm_package_version_short/assets/css/docs.min.css site/docs/$npm_package_version_short/assets/css/docs.min.css"
,
"css-minify-main"
:
"cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --level 1 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css"
,
"css-prefix"
:
"npm-run-all --parallel css-prefix-*"
,
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/**/*.css
\"
"
,
"css-prefix-main"
:
"postcss --config build/postcss.config.js --replace
\"
dist/css/*.css
\"
\"
!dist/css/*.min.css
\"
"
,
"dist"
:
"npm-run-all --parallel css js"
,
"docs"
:
"npm-run-all css-docs js-docs docs-build docs-lint"
,
"docs-build"
:
"bundle exec jekyll build"
,
"docs-compile"
:
"npm run docs-build"
,
"docs-linkinator"
:
"linkinator _gh_pages --recurse --silent --skip
\"
^(?!http://localhost)
\"
"
,
"docs-lint"
:
"npm-run-all --parallel docs-vnu docs-linkinator"
,
"docs-netlify"
:
"cross-env JEKYLL_ENV=netlify npm run docs-build"
,
"docs-production"
:
"cross-env JEKYLL_ENV=production npm run docs-build"
,
"docs-serve"
:
"bundle exec jekyll serve"
,
"docs-serve-only"
:
"npm run docs-serve -- --skip-initial-build --no-watch"
,
"docs-vnu"
:
"node build/vnu-jar.js"
,
"js"
:
"npm-run-all js-compile js-minify js-copy"
,
"js-compile"
:
"npm-run-all --parallel js-compile-* --sequential js-copy"
,
"js-compile-bundle"
:
"rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap"
,
"js-compile-plugins"
:
"node build/build-plugins.js"
,
"js-compile-plugins-coverage"
:
"cross-env NODE_ENV=test node build/build-plugins.js"
,
"js-compile-standalone"
:
"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap"
,
"js-copy"
:
"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/"
,
"js-docs"
:
"npm-run-all js-lint-docs js-minify-docs"
,
"js-lint"
:
"npm-run-all --continue-on-error --parallel js-lint-*"
,
"js-lint-docs"
:
"eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache site/"
,
"js-lint-main"
:
"eslint --report-unused-disable-directives --cache --cache-location .cache/.eslintcache js/src js/tests build/"
,
"js-main"
:
"npm-run-all js-lint js-compile js-minify-main"
,
"js-minify"
:
"npm-run-all --parallel js-minify-main js-minify-docs"
,
"js-minify-bundle"
:
"terser --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map
\"
--output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js"
,
"js-minify-docs"
:
"cross-env-shell terser --mangle --comments
\\\"
/^!/
\\\"
--output site/docs/$npm_package_version_short/assets/js/docs.min.js site/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js
\"
site/docs/$npm_package_version_short/assets/js/src/*.js
\"
"
,
"js-minify-main"
:
"npm-run-all js-minify-standalone js-minify-bundle"
,
"js-minify-standalone"
:
"terser --compress typeofs=false --mangle --comments
\"
/^!/
\"
--source-map
\"
content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map
\"
--output dist/js/bootstrap.min.js dist/js/bootstrap.js"
,
"js-test"
:
"npm-run-all js-test-karma* js-test-integration"
,
"js-test-cloud"
:
"cross-env BROWSER=true npm run js-test-karma"
,
"js-test-integration"
:
"rollup --config js/tests/integration/rollup.bundle.js"
,
"js-test-karma"
:
"karma start js/tests/karma.conf.js"
,
"js-test-karma-bundle"
:
"cross-env BUNDLE=true npm run js-test-karma"
,
"js-test-karma-bundle-old"
:
"cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma"
,
"js-test-karma-old"
:
"cross-env USE_OLD_JQUERY=true npm run js-test-karma"
,
"lint"
:
"npm-run-all --parallel js-lint css-lint lockfile-lint"
,
"lockfile-lint"
:
"lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json"
,
"netlify"
:
"npm-run-all dist release-sri docs-netlify"
,
"release"
:
"npm-run-all dist release-sri docs-production release-zip*"
,
"release-sri"
:
"node build/generate-sri.js"
,
"release-version"
:
"node build/change-version.js"
,
"release-zip"
:
"cross-env-shell
\"
shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist
\"
"
,
"release-zip-examples"
:
"node build/zip-examples.js"
,
"start"
:
"npm-run-all --parallel watch docs-serve"
,
"test"
:
"npm-run-all lint dist js-test docs-build docs-lint"
,
"update-deps"
:
"ncu -u -x
\"
jquery,karma-browserstack-launcher,sinon
\"
&& npm update && bundle update && cross-env-shell echo Manually update
\\\"
site/docs/$npm_package_version_short/assets/js/vendor/
\\\"
"
,
"watch"
:
"npm-run-all --parallel watch-*"
,
"watch-css-docs"
:
"nodemon --watch
\"
site/docs/**/assets/scss/
\"
--ext scss --exec
\"
npm run css-docs
\"
"
,
"watch-css-main"
:
"nodemon --watch scss/ --ext scss --exec
\"
npm run css-main
\"
"
,
"watch-js-docs"
:
"nodemon --watch
\"
site/docs/**/assets/js/src/
\"
--ext js --exec
\"
npm run js-docs
\"
"
,
"watch-js-main"
:
"nodemon --watch js/src/ --ext js --exec
\"
npm run js-compile
\"
"
},
"style"
:
"dist/css/bootstrap.css"
,
"version"
:
"4.5.3"
,
"version_short"
:
"4.5"
}
}
node_modules/classnames/package.json
View file @
e3b0d6f3
{
{
"name"
:
"classnames"
,
"_args"
:
[
"version"
:
"2.2.6"
,
[
"description"
:
"A simple utility for conditionally joining classNames together"
,
"classnames@2.2.6"
,
"main"
:
"index.js"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"author"
:
"Jed Watson"
,
]
"license"
:
"MIT"
,
],
"repository"
:
{
"_from"
:
"classnames@2.2.6"
,
"type"
:
"git"
,
"_id"
:
"classnames@2.2.6"
,
"url"
:
"https://github.com/JedWatson/classnames.git"
"_inBundle"
:
false
,
"_integrity"
:
"sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
,
"_location"
:
"/classnames"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"classnames@2.2.6"
,
"name"
:
"classnames"
,
"escapedName"
:
"classnames"
,
"rawSpec"
:
"2.2.6"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"2.2.6"
},
},
"scripts"
:
{
"_requiredBy"
:
[
"benchmarks"
:
"node ./benchmarks/run"
,
"/react-bootstrap"
"benchmarks-browserify"
:
"./node_modules/.bin/browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js"
,
],
"benchmarks-in-browser"
:
"./node_modules/.bin/opn ./benchmarks/benchmarks.html"
,
"_resolved"
:
"https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz"
,
"test"
:
"mocha tests/*.js"
"_spec"
:
"2.2.6"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Jed Watson"
},
"bugs"
:
{
"url"
:
"https://github.com/JedWatson/classnames/issues"
},
"description"
:
"A simple utility for conditionally joining classNames together"
,
"devDependencies"
:
{
"benchmark"
:
"^1.0.0"
,
"browserify"
:
"^14.1.0"
,
"mocha"
:
"^2.1.0"
,
"opn-cli"
:
"^3.1.0"
},
},
"homepage"
:
"https://github.com/JedWatson/classnames#readme"
,
"keywords"
:
[
"keywords"
:
[
"react"
,
"react"
,
"css"
,
"css"
,
...
@@ -24,10 +50,18 @@
...
@@ -24,10 +50,18 @@
"util"
,
"util"
,
"utility"
"utility"
],
],
"devDependencies"
:
{
"license"
:
"MIT"
,
"benchmark"
:
"^1.0.0"
,
"main"
:
"index.js"
,
"browserify"
:
"^14.1.0"
,
"name"
:
"classnames"
,
"mocha"
:
"^2.1.0"
,
"repository"
:
{
"opn-cli"
:
"^3.1.0"
"type"
:
"git"
,
}
"url"
:
"git+https://github.com/JedWatson/classnames.git"
},
"scripts"
:
{
"benchmarks"
:
"node ./benchmarks/run"
,
"benchmarks-browserify"
:
"browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js"
,
"benchmarks-in-browser"
:
"opn ./benchmarks/benchmarks.html"
,
"test"
:
"mocha tests/*.js"
},
"version"
:
"2.2.6"
}
}
node_modules/csstype/package.json
View file @
e3b0d6f3
{
{
"name"
:
"csstype"
,
"_args"
:
[
"version"
:
"3.0.5"
,
[
"main"
:
""
,
"csstype@3.0.5"
,
"types"
:
"index.d.ts"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"csstype@3.0.5"
,
"_id"
:
"csstype@3.0.5"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ=="
,
"_location"
:
"/csstype"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"csstype@3.0.5"
,
"name"
:
"csstype"
,
"escapedName"
:
"csstype"
,
"rawSpec"
:
"3.0.5"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"3.0.5"
},
"_requiredBy"
:
[
"/@types/react"
,
"/dom-helpers"
],
"_resolved"
:
"https://registry.npmjs.org/csstype/-/csstype-3.0.5.tgz"
,
"_spec"
:
"3.0.5"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Fredrik Nicol"
,
"email"
:
"fredrik.nicol@gmail.com"
},
"bugs"
:
{
"url"
:
"https://github.com/frenic/csstype/issues"
},
"description"
:
"Strict TypeScript and Flow types for style based on MDN data"
,
"description"
:
"Strict TypeScript and Flow types for style based on MDN data"
,
"repository"
:
"https://github.com/frenic/csstype"
,
"author"
:
"Fredrik Nicol <fredrik.nicol@gmail.com>"
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"devDependencies"
:
{
"@types/chokidar"
:
"^2.1.3"
,
"@types/chokidar"
:
"^2.1.3"
,
"@types/jest"
:
"^26.0.15"
,
"@types/jest"
:
"^26.0.15"
,
...
@@ -33,23 +62,11 @@
...
@@ -33,23 +62,11 @@
"typescript"
:
"~4.0.5"
,
"typescript"
:
"~4.0.5"
,
"yarn"
:
"^1.22.10"
"yarn"
:
"^1.22.10"
},
},
"scripts"
:
{
"prepublish"
:
"yarn install --cwd __tests__ && yarn install --cwd __tests__/__fixtures__"
,
"prepublishOnly"
:
"tsc && npm run test:src && npm run build && ts-node --files prepublish.ts"
,
"update"
:
"ts-node --files update.ts"
,
"build"
:
"ts-node --files build.ts --start"
,
"watch"
:
"ts-node --files build.ts --watch"
,
"lint"
:
"tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts"
,
"pretty"
:
"prettier --write build.ts **/*.{ts,js,json,md}"
,
"lazy"
:
"tsc && npm run lint && npm run pretty"
,
"test"
:
"jest"
,
"test:src"
:
"jest src.*.ts"
,
"test:dist"
:
"jest dist.*.ts"
},
"files"
:
[
"files"
:
[
"index.d.ts"
,
"index.d.ts"
,
"index.js.flow"
"index.js.flow"
],
],
"homepage"
:
"https://github.com/frenic/csstype#readme"
,
"keywords"
:
[
"keywords"
:
[
"css"
,
"css"
,
"style"
,
"style"
,
...
@@ -58,5 +75,27 @@
...
@@ -58,5 +75,27 @@
"typings"
,
"typings"
,
"types"
,
"types"
,
"definitions"
"definitions"
]
],
"license"
:
"MIT"
,
"main"
:
""
,
"name"
:
"csstype"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/frenic/csstype.git"
},
"scripts"
:
{
"build"
:
"ts-node --files build.ts --start"
,
"lazy"
:
"tsc && npm run lint && npm run pretty"
,
"lint"
:
"tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts"
,
"prepublish"
:
"yarn install --cwd __tests__ && yarn install --cwd __tests__/__fixtures__"
,
"prepublishOnly"
:
"tsc && npm run test:src && npm run build && ts-node --files prepublish.ts"
,
"pretty"
:
"prettier --write build.ts **/*.{ts,js,json,md}"
,
"test"
:
"jest"
,
"test:dist"
:
"jest dist.*.ts"
,
"test:src"
:
"jest src.*.ts"
,
"update"
:
"ts-node --files update.ts"
,
"watch"
:
"ts-node --files build.ts --watch"
},
"types"
:
"index.d.ts"
,
"version"
:
"3.0.5"
}
}
node_modules/dom-helpers/package.json
View file @
e3b0d6f3
{
{
"name"
:
"dom-helpers"
,
"_args"
:
[
"version"
:
"5.2.0"
,
[
"description"
:
"tiny modular DOM lib for ie9+"
,
"dom-helpers@5.2.0"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"dom-helpers@5.2.0"
,
"_id"
:
"dom-helpers@5.2.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ=="
,
"_location"
:
"/dom-helpers"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"dom-helpers@5.2.0"
,
"name"
:
"dom-helpers"
,
"escapedName"
:
"dom-helpers"
,
"rawSpec"
:
"5.2.0"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"5.2.0"
},
"_requiredBy"
:
[
"/react-bootstrap"
,
"/react-overlays"
,
"/react-transition-group"
],
"_resolved"
:
"https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.0.tgz"
,
"_spec"
:
"5.2.0"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"author"
:
{
"name"
:
"Jason Quense"
,
"name"
:
"Jason Quense"
,
"email"
:
"monastic.panic@gmail.com"
"email"
:
"monastic.panic@gmail.com"
},
},
"repository"
:
{
"bugs"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/react-bootstrap/dom-helpers/issues"
"url"
:
"git+https://github.com/react-bootstrap/dom-helpers.git"
},
},
"license"
:
"MIT"
,
"dependencies"
:
{
"main"
:
"cjs/index.js"
,
"@babel/runtime"
:
"^7.8.7"
,
"types"
:
"cjs/index.d.ts"
,
"csstype"
:
"^3.0.2"
"module"
:
"esm/index.js"
,
},
"description"
:
"tiny modular DOM lib for ie9+"
,
"homepage"
:
"https://github.com/react-bootstrap/dom-helpers#readme"
,
"keywords"
:
[
"keywords"
:
[
"dom-helpers"
,
"dom-helpers"
,
"react-component"
,
"react-component"
,
...
@@ -29,14 +57,20 @@
...
@@ -29,14 +57,20 @@
"classlist"
,
"classlist"
,
"css"
"css"
],
],
"license"
:
"MIT"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"dom-helpers"
,
"publishConfig"
:
{
"publishConfig"
:
{
"directory"
:
"lib"
"directory"
:
"lib"
},
},
"release"
:
{
"release"
:
{
"conventionalCommits"
:
true
"conventionalCommits"
:
true
},
},
"dependencies"
:
{
"repository"
:
{
"@babel/runtime"
:
"^7.8.7"
,
"type"
:
"git"
,
"csstype"
:
"^3.0.2"
"url"
:
"git+https://github.com/react-bootstrap/dom-helpers.git"
}
},
"types"
:
"cjs/index.d.ts"
,
"version"
:
"5.2.0"
}
}
node_modules/invariant/package.json
View file @
e3b0d6f3
{
{
"name"
:
"invariant"
,
"_args"
:
[
"version"
:
"2.2.4"
,
[
"description"
:
"invariant"
,
"invariant@2.2.4"
,
"keywords"
:
[
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
"test"
,
]
"invariant"
],
],
"license"
:
"MIT"
,
"_from"
:
"invariant@2.2.4"
,
"author"
:
"Andres Suarez <zertosh@gmail.com>"
,
"_id"
:
"invariant@2.2.4"
,
"files"
:
[
"_inBundle"
:
false
,
"browser.js"
,
"_integrity"
:
"sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA=="
,
"invariant.js"
,
"_location"
:
"/invariant"
,
"invariant.js.flow"
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"invariant@2.2.4"
,
"name"
:
"invariant"
,
"escapedName"
:
"invariant"
,
"rawSpec"
:
"2.2.4"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"2.2.4"
},
"_requiredBy"
:
[
"/react-bootstrap"
,
"/uncontrollable"
],
],
"repository"
:
"https://github.com/zertosh/invariant"
,
"_resolved"
:
"https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz"
,
"scripts"
:
{
"_spec"
:
"2.2.4"
,
"test"
:
"NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Andres Suarez"
,
"email"
:
"zertosh@gmail.com"
},
"browser"
:
"browser.js"
,
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
},
"bugs"
:
{
"url"
:
"https://github.com/zertosh/invariant/issues"
},
},
"dependencies"
:
{
"dependencies"
:
{
"loose-envify"
:
"^1.0.0"
"loose-envify"
:
"^1.0.0"
},
},
"description"
:
"invariant"
,
"devDependencies"
:
{
"devDependencies"
:
{
"browserify"
:
"^11.0.1"
,
"browserify"
:
"^11.0.1"
,
"flow-bin"
:
"^0.67.1"
,
"flow-bin"
:
"^0.67.1"
,
"tap"
:
"^1.4.0"
"tap"
:
"^1.4.0"
},
},
"files"
:
[
"browser.js"
,
"invariant.js"
,
"invariant.js.flow"
],
"homepage"
:
"https://github.com/zertosh/invariant#readme"
,
"keywords"
:
[
"test"
,
"invariant"
],
"license"
:
"MIT"
,
"main"
:
"invariant.js"
,
"main"
:
"invariant.js"
,
"browser"
:
"browser.js"
,
"name"
:
"invariant"
,
"browserify"
:
{
"repository"
:
{
"transform"
:
[
"type"
:
"git"
,
"loose-envify"
"url"
:
"git+https://github.com/zertosh/invariant.git"
]
},
}
"scripts"
:
{
"test"
:
"NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
"version"
:
"2.2.4"
}
}
node_modules/js-tokens/package.json
View file @
e3b0d6f3
{
{
"name"
:
"js-tokens"
,
"_args"
:
[
"version"
:
"4.0.0"
,
[
"author"
:
"Simon Lydell"
,
"js-tokens@4.0.0"
,
"license"
:
"MIT"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"js-tokens@4.0.0"
,
"_id"
:
"js-tokens@4.0.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
,
"_location"
:
"/js-tokens"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"js-tokens@4.0.0"
,
"name"
:
"js-tokens"
,
"escapedName"
:
"js-tokens"
,
"rawSpec"
:
"4.0.0"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.0.0"
},
"_requiredBy"
:
[
"/loose-envify"
],
"_resolved"
:
"https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
,
"_spec"
:
"4.0.0"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Simon Lydell"
},
"bugs"
:
{
"url"
:
"https://github.com/lydell/js-tokens/issues"
},
"description"
:
"A regex that tokenizes JavaScript."
,
"description"
:
"A regex that tokenizes JavaScript."
,
"devDependencies"
:
{
"coffeescript"
:
"2.1.1"
,
"esprima"
:
"4.0.0"
,
"everything.js"
:
"1.0.3"
,
"mocha"
:
"5.0.0"
},
"files"
:
[
"index.js"
],
"homepage"
:
"https://github.com/lydell/js-tokens#readme"
,
"keywords"
:
[
"keywords"
:
[
"JavaScript"
,
"JavaScript"
,
"js"
,
"js"
,
...
@@ -11,20 +51,17 @@
...
@@ -11,20 +51,17 @@
"tokenize"
,
"tokenize"
,
"regex"
"regex"
],
],
"files"
:
[
"license"
:
"MIT"
,
"index.js"
"name"
:
"js-tokens"
,
],
"repository"
:
{
"repository"
:
"lydell/js-tokens"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/lydell/js-tokens.git"
},
"scripts"
:
{
"scripts"
:
{
"test"
:
"mocha --ui tdd"
,
"esprima-compare"
:
"node esprima-compare ./index.js everything.js/es5.js"
,
"build"
:
"node generate-index.js"
,
"build"
:
"node generate-index.js"
,
"dev"
:
"npm run build && npm test"
"dev"
:
"npm run build && npm test"
,
"esprima-compare"
:
"node esprima-compare ./index.js everything.js/es5.js"
,
"test"
:
"mocha --ui tdd"
},
},
"devDependencies"
:
{
"version"
:
"4.0.0"
"coffeescript"
:
"2.1.1"
,
"esprima"
:
"4.0.0"
,
"everything.js"
:
"1.0.3"
,
"mocha"
:
"5.0.0"
}
}
}
node_modules/lodash-es/package.json
View file @
e3b0d6f3
{
{
"name"
:
"lodash-es"
,
"_args"
:
[
"version"
:
"4.17.20"
,
[
"lodash-es@4.17.20"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"lodash-es@4.17.20"
,
"_id"
:
"lodash-es@4.17.20"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA=="
,
"_location"
:
"/lodash-es"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"lodash-es@4.17.20"
,
"name"
:
"lodash-es"
,
"escapedName"
:
"lodash-es"
,
"rawSpec"
:
"4.17.20"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.17.20"
},
"_requiredBy"
:
[
"/@restart/hooks"
],
"_resolved"
:
"https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.20.tgz"
,
"_spec"
:
"4.17.20"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"John-David Dalton"
,
"email"
:
"john.david.dalton@gmail.com"
},
"bugs"
:
{
"url"
:
"https://github.com/lodash/lodash-cli/issues"
},
"contributors"
:
[
{
"name"
:
"John-David Dalton"
,
"email"
:
"john.david.dalton@gmail.com"
},
{
"name"
:
"Mathias Bynens"
,
"email"
:
"mathias@qiwi.be"
}
],
"description"
:
"Lodash exported as ES modules."
,
"description"
:
"Lodash exported as ES modules."
,
"keywords"
:
"es6, modules, stdlib, util"
,
"homepage"
:
"https://lodash.com/custom-builds"
,
"homepage"
:
"https://lodash.com/custom-builds"
,
"bugs"
:
"https://github.com/lodash/lodash-cli/issues"
,
"repository"
:
"lodash/lodash"
,
"license"
:
"MIT"
,
"type"
:
"module"
,
"jsnext:main"
:
"lodash.js"
,
"jsnext:main"
:
"lodash.js"
,
"keywords"
:
[
"es6"
,
"modules"
,
"stdlib"
,
"util"
],
"license"
:
"MIT"
,
"main"
:
"lodash.js"
,
"main"
:
"lodash.js"
,
"module"
:
"lodash.js"
,
"module"
:
"lodash.js"
,
"name"
:
"lodash-es"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/lodash/lodash.git"
},
"scripts"
:
{
"test"
:
"echo
\"
See https://travis-ci.org/lodash-archive/lodash-cli for testing details.
\"
"
},
"sideEffects"
:
false
,
"sideEffects"
:
false
,
"author"
:
"John-David Dalton <john.david.dalton@gmail.com>"
,
"type"
:
"module"
,
"contributors"
:
[
"version"
:
"4.17.20"
"John-David Dalton <john.david.dalton@gmail.com>"
,
"Mathias Bynens <mathias@qiwi.be>"
],
"scripts"
:
{
"test"
:
"echo
\"
See https://travis-ci.org/lodash-archive/lodash-cli for testing details.
\"
"
}
}
}
node_modules/lodash/package.json
View file @
e3b0d6f3
{
{
"name"
:
"lodash"
,
"_args"
:
[
"version"
:
"4.17.20"
,
[
"lodash@4.17.20"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"lodash@4.17.20"
,
"_id"
:
"lodash@4.17.20"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
,
"_location"
:
"/lodash"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"lodash@4.17.20"
,
"name"
:
"lodash"
,
"escapedName"
:
"lodash"
,
"rawSpec"
:
"4.17.20"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.17.20"
},
"_requiredBy"
:
[
"/@restart/hooks"
],
"_resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz"
,
"_spec"
:
"4.17.20"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"John-David Dalton"
,
"email"
:
"john.david.dalton@gmail.com"
},
"bugs"
:
{
"url"
:
"https://github.com/lodash/lodash/issues"
},
"contributors"
:
[
{
"name"
:
"John-David Dalton"
,
"email"
:
"john.david.dalton@gmail.com"
},
{
"name"
:
"Mathias Bynens"
,
"email"
:
"mathias@qiwi.be"
}
],
"description"
:
"Lodash modular utilities."
,
"description"
:
"Lodash modular utilities."
,
"keywords"
:
"modules, stdlib, util"
,
"homepage"
:
"https://lodash.com/"
,
"homepage"
:
"https://lodash.com/"
,
"repository"
:
"lodash/lodash"
,
"icon"
:
"https://lodash.com/icon.svg"
,
"icon"
:
"https://lodash.com/icon.svg"
,
"keywords"
:
[
"modules"
,
"stdlib"
,
"util"
],
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"main"
:
"lodash.js"
,
"main"
:
"lodash.js"
,
"author"
:
"John-David Dalton <john.david.dalton@gmail.com>"
,
"name"
:
"lodash"
,
"contributors"
:
[
"repository"
:
{
"John-David Dalton <john.david.dalton@gmail.com>"
,
"type"
:
"git"
,
"Mathias Bynens <mathias@qiwi.be>"
"url"
:
"git+https://github.com/lodash/lodash.git"
],
},
"scripts"
:
{
"test"
:
"echo
\"
See https://travis-ci.org/lodash-archive/lodash-cli for testing details.
\"
"
}
"scripts"
:
{
"test"
:
"echo
\"
See https://travis-ci.org/lodash-archive/lodash-cli for testing details.
\"
"
},
"version"
:
"4.17.20"
}
}
Prev
1
2
Next
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