85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
|
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"@loadable/component@5.15.0",
|
||
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "@loadable/component@5.15.0",
|
||
|
|
"_id": "@loadable/component@5.15.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-g63rQzypPOZi0BeGsK4ST2MYhsFR+i7bhL8k/McUoWDNMDuTTdUlQ2GACKxqh5sI/dNC/6nVoPrycMnSylnAgQ==",
|
||
|
|
"_location": "/@loadable/component",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "@loadable/component@5.15.0",
|
||
|
|
"name": "@loadable/component",
|
||
|
|
"escapedName": "@loadable%2fcomponent",
|
||
|
|
"scope": "@loadable",
|
||
|
|
"rawSpec": "5.15.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "5.15.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/@loadable/component/-/component-5.15.0.tgz",
|
||
|
|
"_spec": "5.15.0",
|
||
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
||
|
|
"author": {
|
||
|
|
"name": "Greg Bergé",
|
||
|
|
"email": "berge.greg@gmail.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/gregberge/loadable-components/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/runtime": "^7.7.7",
|
||
|
|
"hoist-non-react-statics": "^3.3.1",
|
||
|
|
"react-is": "^16.12.0"
|
||
|
|
},
|
||
|
|
"description": "React code splitting made easy.",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"funding": {
|
||
|
|
"type": "github",
|
||
|
|
"url": "https://github.com/sponsors/gregberge"
|
||
|
|
},
|
||
|
|
"gitHead": "e74b3c9d9d1c2c54af12b5060dd381a10ac1e8ae",
|
||
|
|
"homepage": "https://github.com/gregberge/loadable-components#readme",
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"ssr",
|
||
|
|
"webpack",
|
||
|
|
"code-splitting",
|
||
|
|
"react-router",
|
||
|
|
"server-side-rendering",
|
||
|
|
"dynamic-import",
|
||
|
|
"react-loadable",
|
||
|
|
"react-async-components"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "dist/loadable.cjs.js",
|
||
|
|
"module": "dist/loadable.esm.js",
|
||
|
|
"name": "@loadable/component",
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": ">=16.3.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+ssh://git@github.com/gregberge/loadable-components.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "cross-env rollup -c",
|
||
|
|
"prebuild": "shx rm -rf dist",
|
||
|
|
"prepublishOnly": "yarn run build"
|
||
|
|
},
|
||
|
|
"version": "5.15.0"
|
||
|
|
}
|