forgeplus-react/node_modules/react-loadable/package.json

83 lines
2.3 KiB
JSON
Raw Normal View History

2023-07-29 21:19:10 +08:00
{
"_args": [
[
"react-loadable@5.5.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-loadable@5.5.0",
"_id": "react-loadable@5.5.0",
"_inBundle": false,
"_integrity": "sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==",
"_location": "/react-loadable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-loadable@5.5.0",
"name": "react-loadable",
"escapedName": "react-loadable",
"rawSpec": "5.5.0",
"saveSpec": null,
"fetchSpec": "5.5.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-loadable/-/react-loadable-5.5.0.tgz",
"_spec": "5.5.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"bugs": {
"url": "https://github.com/thejameskyle/react-loadable/issues"
},
"dependencies": {
"prop-types": "^15.5.0"
},
"description": "A higher order component for loading components with promises",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.1.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"express": "^4.16.1",
"flow-bin": "^0.41.0",
"jest": "^21.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"webpack": "^3.6.0"
},
"files": [
"babel.js",
"webpack.js",
"lib/**"
],
"homepage": "https://github.com/thejameskyle/react-loadable#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "react-loadable",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/react-loadable.git"
},
"scripts": {
"build": "babel src -d lib",
"prepublish": "yarn build",
"start": "yarn build && webpack && babel-node example/server.js",
"test": "jest --coverage"
},
"version": "5.5.0"
}