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/loose-envify/package.json
View file @
e3b0d6f3
{
"name"
:
"loose-envify"
,
"version"
:
"1.4.0"
,
"_args"
:
[
[
"loose-envify@1.4.0"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"loose-envify@1.4.0"
,
"_id"
:
"loose-envify@1.4.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q=="
,
"_location"
:
"/loose-envify"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"loose-envify@1.4.0"
,
"name"
:
"loose-envify"
,
"escapedName"
:
"loose-envify"
,
"rawSpec"
:
"1.4.0"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"1.4.0"
},
"_requiredBy"
:
[
"/invariant"
,
"/prop-types"
,
"/react-transition-group"
,
"/warning"
],
"_resolved"
:
"https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
,
"_spec"
:
"1.4.0"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Andres Suarez"
,
"email"
:
"zertosh@gmail.com"
},
"bin"
:
{
"loose-envify"
:
"cli.js"
},
"bugs"
:
{
"url"
:
"https://github.com/zertosh/loose-envify/issues"
},
"dependencies"
:
{
"js-tokens"
:
"^3.0.0 || ^4.0.0"
},
"description"
:
"Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST"
,
"devDependencies"
:
{
"browserify"
:
"^13.1.1"
,
"envify"
:
"^3.4.0"
,
"tap"
:
"^8.0.0"
},
"homepage"
:
"https://github.com/zertosh/loose-envify"
,
"keywords"
:
[
"environment"
,
"variables"
,
...
...
@@ -11,13 +59,9 @@
"source"
,
"configuration"
],
"homepage"
:
"https://github.com/zertosh/loose-envify"
,
"license"
:
"MIT"
,
"author"
:
"Andres Suarez <zertosh@gmail.com>"
,
"main"
:
"index.js"
,
"bin"
:
{
"loose-envify"
:
"cli.js"
},
"name"
:
"loose-envify"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git://github.com/zertosh/loose-envify.git"
...
...
@@ -25,12 +69,5 @@
"scripts"
:
{
"test"
:
"tap test/*.js"
},
"dependencies"
:
{
"js-tokens"
:
"^3.0.0 || ^4.0.0"
},
"devDependencies"
:
{
"browserify"
:
"^13.1.1"
,
"envify"
:
"^3.4.0"
,
"tap"
:
"^8.0.0"
}
"version"
:
"1.4.0"
}
node_modules/object-assign/package.json
View file @
e3b0d6f3
{
"name"
:
"object-assign"
,
"version"
:
"4.1.1"
,
"description"
:
"ES2015 `Object.assign()` ponyfill"
,
"license"
:
"MIT"
,
"repository"
:
"sindresorhus/object-assign"
,
"_args"
:
[
[
"object-assign@4.1.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"object-assign@4.1.1"
,
"_id"
:
"object-assign@4.1.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
,
"_location"
:
"/object-assign"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"object-assign@4.1.1"
,
"name"
:
"object-assign"
,
"escapedName"
:
"object-assign"
,
"rawSpec"
:
"4.1.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.1.1"
},
"_requiredBy"
:
[
"/prop-types"
],
"_resolved"
:
"https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
,
"_spec"
:
"4.1.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Sindre Sorhus"
,
"email"
:
"sindresorhus@gmail.com"
,
"url"
:
"sindresorhus.com"
},
"bugs"
:
{
"url"
:
"https://github.com/sindresorhus/object-assign/issues"
},
"description"
:
"ES2015 `Object.assign()` ponyfill"
,
"devDependencies"
:
{
"ava"
:
"^0.16.0"
,
"lodash"
:
"^4.16.4"
,
"matcha"
:
"^0.7.0"
,
"xo"
:
"^0.16.0"
},
"engines"
:
{
"node"
:
">=0.10.0"
},
"scripts"
:
{
"test"
:
"xo && ava"
,
"bench"
:
"matcha bench.js"
},
"files"
:
[
"index.js"
],
"homepage"
:
"https://github.com/sindresorhus/object-assign#readme"
,
"keywords"
:
[
"object"
,
"assign"
,
...
...
@@ -33,10 +63,15 @@
"shim"
,
"browser"
],
"devDependencies"
:
{
"ava"
:
"^0.16.0"
,
"lodash"
:
"^4.16.4"
,
"matcha"
:
"^0.7.0"
,
"xo"
:
"^0.16.0"
}
"license"
:
"MIT"
,
"name"
:
"object-assign"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/sindresorhus/object-assign.git"
},
"scripts"
:
{
"bench"
:
"matcha bench.js"
,
"test"
:
"xo && ava"
},
"version"
:
"4.1.1"
}
node_modules/prop-types-extra/package.json
View file @
e3b0d6f3
{
"name"
:
"prop-types-extra"
,
"version"
:
"1.1.1"
,
"description"
:
"React PropType Utilities"
,
"main"
:
"lib/index.js"
,
"files"
:
[
"LICENSE"
,
"README.md"
,
"lib"
"_args"
:
[
[
"prop-types-extra@1.1.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"scripts"
:
{
"build"
:
"rm -rf lib && babel src --out-dir lib"
,
"lint"
:
"eslint ."
,
"test"
:
"npm run lint && jest"
,
"tdd"
:
"jest --watch"
,
"release"
:
"release"
"_from"
:
"prop-types-extra@1.1.1"
,
"_id"
:
"prop-types-extra@1.1.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew=="
,
"_location"
:
"/prop-types-extra"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"prop-types-extra@1.1.1"
,
"name"
:
"prop-types-extra"
,
"escapedName"
:
"prop-types-extra"
,
"rawSpec"
:
"1.1.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"1.1.1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/prop-types-extra.git"
},
"keywords"
:
[
"react"
,
"proptypes"
"_requiredBy"
:
[
"/react-bootstrap"
],
"author"
:
"Matthew L Smith <mtscout6@gmail.com>"
,
"license"
:
"MIT"
,
"_resolved"
:
"https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz"
,
"_spec"
:
"1.1.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Matthew L Smith"
,
"email"
:
"mtscout6@gmail.com"
},
"bugs"
:
{
"url"
:
"https://github.com/react-bootstrap/prop-types-extra/issues"
},
"homepage"
:
"https://github.com/react-bootstrap/prop-types-extra#readme"
,
"jest"
:
{
"roots"
:
[
"<rootDir>/test"
],
"testRegex"
:
"test
\\
.js"
,
"setupTestFrameworkScriptFile"
:
"./test/test-setup.js"
},
"peerDependencies"
:
{
"react"
:
">=0.14.0"
"dependencies"
:
{
"react-is"
:
"^16.3.2"
,
"warning"
:
"^4.0.0"
},
"description"
:
"React PropType Utilities"
,
"devDependencies"
:
{
"babel-cli"
:
"^6.24.1"
,
"babel-eslint"
:
"^7.2.3"
,
...
...
@@ -62,8 +62,39 @@
"sinon"
:
"^2.2.0"
,
"sinon-chai"
:
"^2.10.0"
},
"dependencies"
:
{
"react-is"
:
"^16.3.2"
,
"warning"
:
"^4.0.0"
}
"files"
:
[
"LICENSE"
,
"README.md"
,
"lib"
],
"homepage"
:
"https://github.com/react-bootstrap/prop-types-extra#readme"
,
"jest"
:
{
"roots"
:
[
"<rootDir>/test"
],
"testRegex"
:
"test
\\
.js"
,
"setupTestFrameworkScriptFile"
:
"./test/test-setup.js"
},
"keywords"
:
[
"react"
,
"proptypes"
],
"license"
:
"MIT"
,
"main"
:
"lib/index.js"
,
"name"
:
"prop-types-extra"
,
"peerDependencies"
:
{
"react"
:
">=0.14.0"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/prop-types-extra.git"
},
"scripts"
:
{
"build"
:
"rm -rf lib && babel src --out-dir lib"
,
"lint"
:
"eslint ."
,
"release"
:
"release"
,
"tdd"
:
"jest --watch"
,
"test"
:
"npm run lint && jest"
},
"version"
:
"1.1.1"
}
node_modules/prop-types/package.json
View file @
e3b0d6f3
{
"name"
:
"prop-types"
,
"version"
:
"15.7.2"
,
"_args"
:
[
[
"prop-types@15.7.2"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"prop-types@15.7.2"
,
"_id"
:
"prop-types@15.7.2"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ=="
,
"_location"
:
"/prop-types"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"prop-types@15.7.2"
,
"name"
:
"prop-types"
,
"escapedName"
:
"prop-types"
,
"rawSpec"
:
"15.7.2"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"15.7.2"
},
"_requiredBy"
:
[
"/react-bootstrap"
,
"/react-overlays"
,
"/react-transition-group"
],
"_resolved"
:
"https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz"
,
"_spec"
:
"15.7.2"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
},
"bugs"
:
{
"url"
:
"https://github.com/facebook/prop-types/issues"
},
"dependencies"
:
{
"loose-envify"
:
"^1.4.0"
,
"object-assign"
:
"^4.1.1"
,
"react-is"
:
"^16.8.1"
},
"description"
:
"Runtime type checking for React props and similar objects."
,
"main"
:
"index.js"
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"babel-jest"
:
"^19.0.0"
,
"babel-preset-react"
:
"^6.24.1"
,
"browserify"
:
"^16.2.3"
,
"bundle-collapser"
:
"^1.2.1"
,
"eslint"
:
"^5.13.0"
,
"jest"
:
"^19.0.2"
,
"react"
:
"^15.5.1"
,
"uglifyify"
:
"^3.0.4"
,
"uglifyjs"
:
"^2.4.10"
},
"files"
:
[
"LICENSE"
,
"README.md"
,
...
...
@@ -16,43 +66,26 @@
"prop-types.min.js"
,
"lib"
],
"
repository"
:
"facebook/prop-types
"
,
"
homepage"
:
"https://facebook.github.io/react/
"
,
"keywords"
:
[
"react"
],
"bugs"
:
{
"url"
:
"https://github.com/facebook/prop-types/issues"
},
"homepage"
:
"https://facebook.github.io/react/"
,
"dependencies"
:
{
"loose-envify"
:
"^1.4.0"
,
"object-assign"
:
"^4.1.1"
,
"react-is"
:
"^16.8.1"
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"name"
:
"prop-types"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/facebook/prop-types.git"
},
"scripts"
:
{
"
pretest"
:
"npm run l
in
t
"
,
"
build"
:
"yarn umd && yarn umd-m
in"
,
"lint"
:
"eslint ."
,
"prepublish"
:
"yarn build"
,
"pretest"
:
"npm run lint"
,
"test"
:
"npm run tests-only"
,
"tests-only"
:
"jest"
,
"umd"
:
"NODE_ENV=development browserify index.js -t loose-envify --standalone PropTypes -o prop-types.js"
,
"umd-min"
:
"NODE_ENV=production browserify index.js -t loose-envify -t uglifyify --standalone PropTypes -p bundle-collapser/plugin -o | uglifyjs --compress unused,dead_code -o prop-types.min.js"
,
"build"
:
"yarn umd && yarn umd-min"
,
"prepublish"
:
"yarn build"
"umd-min"
:
"NODE_ENV=production browserify index.js -t loose-envify -t uglifyify --standalone PropTypes -p bundle-collapser/plugin -o | uglifyjs --compress unused,dead_code -o prop-types.min.js"
},
"devDependencies"
:
{
"babel-jest"
:
"^19.0.0"
,
"babel-preset-react"
:
"^6.24.1"
,
"browserify"
:
"^16.2.3"
,
"bundle-collapser"
:
"^1.2.1"
,
"eslint"
:
"^5.13.0"
,
"jest"
:
"^19.0.2"
,
"react"
:
"^15.5.1"
,
"uglifyify"
:
"^3.0.4"
,
"uglifyjs"
:
"^2.4.10"
},
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
}
"version"
:
"15.7.2"
}
node_modules/react-bootstrap/package.json
View file @
e3b0d6f3
{
"name"
:
"react-bootstrap"
,
"version"
:
"1.4.0"
,
"description"
:
"Bootstrap 4 components built with React"
,
"keywords"
:
[
"react"
,
"ecosystem-react"
,
"react-component"
,
"bootstrap"
"_args"
:
[
[
"react-bootstrap@1.4.0"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"homepage"
:
"https://react-bootstrap.github.io/"
,
"bugs"
:
{
"url"
:
"https://github.com/react-bootstrap/react-bootstrap/issues"
"_from"
:
"react-bootstrap@1.4.0"
,
"_id"
:
"react-bootstrap@1.4.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q=="
,
"_location"
:
"/react-bootstrap"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"react-bootstrap@1.4.0"
,
"name"
:
"react-bootstrap"
,
"escapedName"
:
"react-bootstrap"
,
"rawSpec"
:
"1.4.0"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"1.4.0"
},
"license"
:
"MIT"
,
"_requiredBy"
:
[
"/"
],
"_resolved"
:
"https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.4.0.tgz"
,
"_spec"
:
"1.4.0"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Stephen J. Collings"
,
"email"
:
"stevoland@gmail.com"
},
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"types"
:
"esm/index.d.ts"
,
"sideEffects"
:
false
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
}
},
"lint-staged"
:
{
"*.{js,ts,tsx}"
:
"eslint --fix"
},
"prettier"
:
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
"bugs"
:
{
"url"
:
"https://github.com/react-bootstrap/react-bootstrap/issues"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.4.2"
,
...
...
@@ -57,14 +54,45 @@
"uncontrollable"
:
"^7.0.0"
,
"warning"
:
"^4.0.3"
},
"description"
:
"Bootstrap 4 components built with React"
,
"homepage"
:
"https://react-bootstrap.github.io/"
,
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
}
},
"keywords"
:
[
"react"
,
"ecosystem-react"
,
"react-component"
,
"bootstrap"
],
"license"
:
"MIT"
,
"lint-staged"
:
{
"*.{js,ts,tsx}"
:
"eslint --fix"
},
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"react-bootstrap"
,
"peerDependencies"
:
{
"react"
:
">=16.8.0"
,
"react-dom"
:
">=16.8.0"
},
"prettier"
:
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
},
"publishConfig"
:
{
"directory"
:
"lib"
},
"release"
:
{
"conventionalCommits"
:
true
}
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"sideEffects"
:
false
,
"types"
:
"esm/index.d.ts"
,
"version"
:
"1.4.0"
}
node_modules/react-is/package.json
View file @
e3b0d6f3
{
"name"
:
"react-is"
,
"version"
:
"16.13.1"
,
"description"
:
"Brand checking of React Elements."
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/facebook/react.git"
,
"directory"
:
"packages/react-is"
"_args"
:
[
[
"react-is@16.13.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"react-is@16.13.1"
,
"_id"
:
"react-is@16.13.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
,
"_location"
:
"/react-is"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"react-is@16.13.1"
,
"name"
:
"react-is"
,
"escapedName"
:
"react-is"
,
"rawSpec"
:
"16.13.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"16.13.1"
},
"keywords"
:
[
"react"
"_requiredBy"
:
[
"/prop-types"
,
"/prop-types-extra"
],
"license"
:
"MIT"
,
"_resolved"
:
"https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
,
"_spec"
:
"16.13.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"bugs"
:
{
"url"
:
"https://github.com/facebook/react/issues"
},
"
homepage"
:
"https://reactjs.org/
"
,
"
description"
:
"Brand checking of React Elements.
"
,
"files"
:
[
"LICENSE"
,
"README.md"
,
...
...
@@ -23,5 +39,18 @@
"index.js"
,
"cjs/"
,
"umd/"
]
],
"homepage"
:
"https://reactjs.org/"
,
"keywords"
:
[
"react"
],
"license"
:
"MIT"
,
"main"
:
"index.js"
,
"name"
:
"react-is"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/facebook/react.git"
,
"directory"
:
"packages/react-is"
},
"version"
:
"16.13.1"
}
node_modules/react-lifecycles-compat/package.json
View file @
e3b0d6f3
{
"name"
:
"react-lifecycles-compat"
,
"version"
:
"3.0.4"
,
"description"
:
"Backwards compatibility polyfill for React class components"
,
"main"
:
"react-lifecycles-compat.cjs.js"
,
"module"
:
"react-lifecycles-compat.es.js"
,
"license"
:
"MIT"
,
"repository"
:
"reactjs/react-lifecycles-compat"
,
"scripts"
:
{
"build"
:
"rollup -c"
,
"install:dependencies"
:
"node install.js"
,
"lint"
:
"eslint index.js"
,
"prepublish"
:
"npm test"
,
"pretest"
:
"npm run install:dependencies && npm run build"
,
"prettier"
:
"prettier --write {index,test}.js"
,
"test"
:
"jest test.js"
"_args"
:
[
[
"react-lifecycles-compat@3.0.4"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"react-lifecycles-compat@3.0.4"
,
"_id"
:
"react-lifecycles-compat@3.0.4"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
,
"_location"
:
"/react-lifecycles-compat"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"react-lifecycles-compat@3.0.4"
,
"name"
:
"react-lifecycles-compat"
,
"escapedName"
:
"react-lifecycles-compat"
,
"rawSpec"
:
"3.0.4"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"3.0.4"
},
"files"
:
[
"react-lifecycles-compat.cjs.js"
,
"react-lifecycles-compat.es.js"
,
"react-lifecycles-compat.js"
,
"react-lifecycles-compat.min.js"
"_requiredBy"
:
[
"/uncontrollable"
],
"_resolved"
:
"https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz"
,
"_spec"
:
"3.0.4"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"bugs"
:
{
"url"
:
"https://github.com/reactjs/react-lifecycles-compat/issues"
},
"description"
:
"Backwards compatibility polyfill for React class components"
,
"devDependencies"
:
{
"camelcase"
:
"^5.0.0"
,
"chalk"
:
"^2.3.0"
,
...
...
@@ -35,5 +45,30 @@
},
"devEngines"
:
{
"node"
:
"8.5 || 9.x"
}
},
"files"
:
[
"react-lifecycles-compat.cjs.js"
,
"react-lifecycles-compat.es.js"
,
"react-lifecycles-compat.js"
,
"react-lifecycles-compat.min.js"
],
"homepage"
:
"https://github.com/reactjs/react-lifecycles-compat#readme"
,
"license"
:
"MIT"
,
"main"
:
"react-lifecycles-compat.cjs.js"
,
"module"
:
"react-lifecycles-compat.es.js"
,
"name"
:
"react-lifecycles-compat"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/reactjs/react-lifecycles-compat.git"
},
"scripts"
:
{
"build"
:
"rollup -c"
,
"install:dependencies"
:
"node install.js"
,
"lint"
:
"eslint index.js"
,
"prepublish"
:
"npm test"
,
"pretest"
:
"npm run install:dependencies && npm run build"
,
"prettier"
:
"prettier --write {index,test}.js"
,
"test"
:
"jest test.js"
},
"version"
:
"3.0.4"
}
node_modules/react-overlays/package.json
View file @
e3b0d6f3
{
"name"
:
"react-overlays"
,
"version"
:
"4.1.1"
,
"description"
:
"Utilities for creating robust overlay components"
,
"_args"
:
[
[
"react-overlays@4.1.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"react-overlays@4.1.1"
,
"_id"
:
"react-overlays@4.1.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-WtJifh081e6M24KnvTQoNjQEpz7HoLxqt8TwZM7LOYIkYJ8i/Ly1Xi7RVte87ZVnmqQ4PFaFiNHZhSINPSpdBQ=="
,
"_location"
:
"/react-overlays"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"react-overlays@4.1.1"
,
"name"
:
"react-overlays"
,
"escapedName"
:
"react-overlays"
,
"rawSpec"
:
"4.1.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.1.1"
},
"_requiredBy"
:
[
"/react-bootstrap"
],
"_resolved"
:
"https://registry.npmjs.org/react-overlays/-/react-overlays-4.1.1.tgz"
,
"_spec"
:
"4.1.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Jason Quense"
,
"email"
:
"monastic.panic@gmail.com"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/react-overlays.git"
"bugs"
:
{
"url"
:
"https://github.com/react-bootstrap/react-overlays/issues"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.12.1"
,
"@popperjs/core"
:
"^2.5.3"
,
"@restart/hooks"
:
"^0.3.25"
,
"@types/warning"
:
"^3.0.0"
,
"dom-helpers"
:
"^5.2.0"
,
"prop-types"
:
"^15.7.2"
,
"uncontrollable"
:
"^7.0.0"
,
"warning"
:
"^4.0.3"
},
"description"
:
"Utilities for creating robust overlay components"
,
"homepage"
:
"https://github.com/react-bootstrap/react-overlays#readme"
,
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
}
},
"license"
:
"MIT"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"sideEffects"
:
false
,
"keywords"
:
[
"react-overlays"
,
"react-component"
,
...
...
@@ -25,14 +62,17 @@
"popover"
,
"modal"
],
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"lint-staged"
}
},
"license"
:
"MIT"
,
"lint-staged"
:
{
"*.js,*.tsx"
:
"eslint --fix --ext .js,.ts,.tsx"
},
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"react-overlays"
,
"peerDependencies"
:
{
"react"
:
">=16.3.0"
,
"react-dom"
:
">=16.3.0"
},
"prettier"
:
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
...
...
@@ -43,24 +83,10 @@
"release"
:
{
"conventionalCommits"
:
true
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.12.1"
,
"@popperjs/core"
:
"^2.5.3"
,
"@restart/hooks"
:
"^0.3.25"
,
"@types/warning"
:
"^3.0.0"
,
"dom-helpers"
:
"^5.2.0"
,
"prop-types"
:
"^15.7.2"
,
"uncontrollable"
:
"^7.0.0"
,
"warning"
:
"^4.0.3"
},
"peerDependencies"
:
{
"react"
:
">=16.3.0"
,
"react-dom"
:
">=16.3.0"
},
"bugs"
:
{
"url"
:
"https://github.com/react-bootstrap/react-overlays/issues"
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/react-bootstrap/react-overlays.git"
},
"readme"
:
"ERROR: No README data found!"
,
"homepage"
:
"https://github.com/react-bootstrap/react-overlays#readme"
,
"_id"
:
"react-overlays@3.0.0"
"sideEffects"
:
false
,
"version"
:
"4.1.1"
}
node_modules/react-transition-group/package.json
View file @
e3b0d6f3
{
"name"
:
"react-transition-group"
,
"version"
:
"4.4.1"
,
"description"
:
"A react component toolset for managing animations"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/reactjs/react-transition-group.git"
"_args"
:
[
[
"react-transition-group@4.4.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"react-transition-group@4.4.1"
,
"_id"
:
"react-transition-group@4.4.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw=="
,
"_location"
:
"/react-transition-group"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"react-transition-group@4.4.1"
,
"name"
:
"react-transition-group"
,
"escapedName"
:
"react-transition-group"
,
"rawSpec"
:
"4.4.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.4.1"
},
"keywords"
:
[
"react"
,
"transition"
,
"addons"
,
"transition-group"
,
"animation"
,
"css"
,
"transitions"
"_requiredBy"
:
[
"/react-bootstrap"
],
"_resolved"
:
"https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz"
,
"_spec"
:
"4.4.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
""
,
"license"
:
"BSD-3-Clause"
,
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
},
"bugs"
:
{
"url"
:
"https://github.com/reactjs/react-transition-group/issues"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.5.5"
,
"dom-helpers"
:
"^5.0.1"
,
"loose-envify"
:
"^1.4.0"
,
"prop-types"
:
"^15.6.2"
},
"description"
:
"A react component toolset for managing animations"
,
"homepage"
:
"https://github.com/reactjs/react-transition-group#readme"
,
"jest"
:
{
"testRegex"
:
"-test
\\
.js"
,
...
...
@@ -32,16 +53,23 @@
"<rootDir>/test"
]
},
"keywords"
:
[
"react"
,
"transition"
,
"addons"
,
"transition-group"
,
"animation"
,
"css"
,
"transitions"
],
"license"
:
"BSD-3-Clause"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"react-transition-group"
,
"peerDependencies"
:
{
"react"
:
">=16.6.0"
,
"react-dom"
:
">=16.6.0"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.5.5"
,
"dom-helpers"
:
"^5.0.1"
,
"loose-envify"
:
"^1.4.0"
,
"prop-types"
:
"^15.6.2"
},
"release"
:
{
"pkgRoot"
:
"lib"
,
"verifyConditions"
:
[
...
...
@@ -57,10 +85,10 @@
"@semantic-release/git"
]
},
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/reactjs/react-transition-group.git"
},
"sideEffects"
:
false
"sideEffects"
:
false
,
"version"
:
"4.4.1"
}
node_modules/regenerator-runtime/package.json
View file @
e3b0d6f3
{
"name"
:
"regenerator-runtime"
,
"author"
:
"Ben Newman <bn@cs.stanford.edu>"
,
"_args"
:
[
[
"regenerator-runtime@0.13.7"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"regenerator-runtime@0.13.7"
,
"_id"
:
"regenerator-runtime@0.13.7"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew=="
,
"_location"
:
"/regenerator-runtime"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"regenerator-runtime@0.13.7"
,
"name"
:
"regenerator-runtime"
,
"escapedName"
:
"regenerator-runtime"
,
"rawSpec"
:
"0.13.7"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"0.13.7"
},
"_requiredBy"
:
[
"/@babel/runtime"
],
"_resolved"
:
"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"
,
"_spec"
:
"0.13.7"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Ben Newman"
,
"email"
:
"bn@cs.stanford.edu"
},
"description"
:
"Runtime for Regenerator-compiled generator and async functions."
,
"version"
:
"0.13.7"
,
"main"
:
"runtime.js"
,
"keywords"
:
[
"regenerator"
,
"runtime"
,
"generator"
,
"async"
],
"sideEffects"
:
true
,
"license"
:
"MIT"
,
"main"
:
"runtime.js"
,
"name"
:
"regenerator-runtime"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
},
"license"
:
"MIT"
"sideEffects"
:
true
,
"version"
:
"0.13.7"
}
node_modules/uncontrollable/package.json
View file @
e3b0d6f3
{
"name"
:
"uncontrollable"
,
"version"
:
"7.1.1"
,
"description"
:
"Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled"
,
"_args"
:
[
[
"uncontrollable@7.1.1"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"uncontrollable@7.1.1"
,
"_id"
:
"uncontrollable@7.1.1"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q=="
,
"_location"
:
"/uncontrollable"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"uncontrollable@7.1.1"
,
"name"
:
"uncontrollable"
,
"escapedName"
:
"uncontrollable"
,
"rawSpec"
:
"7.1.1"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"7.1.1"
},
"_requiredBy"
:
[
"/react-bootstrap"
,
"/react-overlays"
],
"_resolved"
:
"https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.1.1.tgz"
,
"_spec"
:
"7.1.1"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Jason Quense"
,
"email"
:
"monastic.panic@gmail.com"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jquense/uncontrollable.git"
"bugs"
:
{
"url"
:
"https://github.com/jquense/uncontrollable/issues"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.6.3"
,
"@types/react"
:
"^16.9.11"
,
"invariant"
:
"^2.2.4"
,
"react-lifecycles-compat"
:
"^3.0.4"
},
"description"
:
"Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled"
,
"homepage"
:
"https://github.com/jquense/uncontrollable#readme"
,
"jest"
:
{
"rootDir"
:
"./test"
},
"license"
:
"MIT"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"keywords"
:
[
"uncontrolled-component"
,
"react-component"
,
...
...
@@ -21,25 +54,19 @@
"uncontrolled"
,
"form"
],
"publishConfig"
:
{
"directory"
:
"lib"
},
"license"
:
"MIT"
,
"main"
:
"cjs/index.js"
,
"module"
:
"esm/index.js"
,
"name"
:
"uncontrollable"
,
"peerDependencies"
:
{
"react"
:
">=15.0.0"
},
"jest"
:
{
"rootDir"
:
"./test"
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.6.3"
,
"@types/react"
:
"^16.9.11"
,
"invariant"
:
"^2.2.4"
,
"react-lifecycles-compat"
:
"^3.0.4"
"publishConfig"
:
{
"directory"
:
"lib"
},
"bugs"
:
{
"url"
:
"https://github.com/jquense/uncontrollable/issues"
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/jquense/uncontrollable.git"
},
"readme"
:
"ERROR: No README data found!"
,
"homepage"
:
"https://github.com/jquense/uncontrollable#readme"
,
"_id"
:
"uncontrollable@7.1.0"
"version"
:
"7.1.1"
}
node_modules/warning/package.json
View file @
e3b0d6f3
{
"name"
:
"warning"
,
"version"
:
"4.0.3"
,
"description"
:
"A mirror of Facebook's Warning"
,
"main"
:
"warning.js"
,
"scripts"
:
{
"test"
:
"npm run test:dev && npm run test:prod"
,
"test:dev"
:
"NODE_ENV=development jest"
,
"test:prod"
:
"NODE_ENV=production jest"
,
"commit"
:
"git cz"
,
"commitmsg"
:
"commitlint -e $GIT_PARAMS"
"_args"
:
[
[
"warning@4.0.3"
,
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
]
],
"_from"
:
"warning@4.0.3"
,
"_id"
:
"warning@4.0.3"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w=="
,
"_location"
:
"/warning"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"version"
,
"registry"
:
true
,
"raw"
:
"warning@4.0.3"
,
"name"
:
"warning"
,
"escapedName"
:
"warning"
,
"rawSpec"
:
"4.0.3"
,
"saveSpec"
:
null
,
"fetchSpec"
:
"4.0.3"
},
"_requiredBy"
:
[
"/prop-types-extra"
,
"/react-bootstrap"
,
"/react-overlays"
],
"_resolved"
:
"https://registry.npmjs.org/warning/-/warning-4.0.3.tgz"
,
"_spec"
:
"4.0.3"
,
"_where"
:
"C:
\\
Users
\\
Korea
\\
Desktop
\\
2020winter
\\
search-page"
,
"author"
:
{
"name"
:
"Berkeley Martinez"
,
"email"
:
"berkeley@berkeleytrue.com"
,
"url"
:
"http://www.berkeleytrue.com"
},
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
},
"bugs"
:
{
"url"
:
"https://github.com/BerkeleyTrue/warning/issues"
},
"config"
:
{
"commitizen"
:
{
"path"
:
"cz-conventional-changelog"
}
},
"dependencies"
:
{
"loose-envify"
:
"^1.0.0"
},
"description"
:
"A mirror of Facebook's Warning"
,
"devDependencies"
:
{
"@commitlint/cli"
:
"^6.2.0"
,
"@commitlint/config-conventional"
:
"^6.1.3"
,
...
...
@@ -23,33 +61,29 @@
"jest"
:
"^23.1.0"
,
"uglify-js"
:
"^3.3.25"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/BerkeleyTrue/warning.git"
},
"config"
:
{
"commitizen"
:
{
"path"
:
"cz-conventional-changelog"
}
},
"browserify"
:
{
"transform"
:
[
"loose-envify"
]
},
"files"
:
[
"warning.js"
],
"homepage"
:
"https://github.com/BerkeleyTrue/warning"
,
"keywords"
:
[
"warning"
,
"facebook"
,
"react"
,
"invariant"
],
"author"
:
"Berkeley Martinez <berkeley@berkeleytrue.com> (http://www.berkeleytrue.com)"
,
"license"
:
"MIT"
,
"bugs"
:
{
"url"
:
"https://github.com/BerkeleyTrue/warning/issues"
"main"
:
"warning.js"
,
"name"
:
"warning"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/BerkeleyTrue/warning.git"
},
"scripts"
:
{
"commit"
:
"git cz"
,
"commitmsg"
:
"commitlint -e $GIT_PARAMS"
,
"test"
:
"npm run test:dev && npm run test:prod"
,
"test:dev"
:
"NODE_ENV=development jest"
,
"test:prod"
:
"NODE_ENV=production jest"
},
"
homepage"
:
"https://github.com/BerkeleyTrue/warning
"
"
version"
:
"4.0.3
"
}
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