forgeplus-react/node_modules/flux/package.json

127 lines
2.8 KiB
JSON

{
"_args": [
[
"flux@4.0.4",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_development": true,
"_from": "flux@4.0.4",
"_id": "flux@4.0.4",
"_inBundle": false,
"_integrity": "sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==",
"_location": "/flux",
"_phantomChildren": {
"asap": "2.0.6",
"cross-fetch": "3.1.5",
"fbjs-css-vars": "1.0.2",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.35"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "flux@4.0.4",
"name": "flux",
"escapedName": "flux",
"rawSpec": "4.0.4",
"saveSpec": null,
"fetchSpec": "4.0.4"
},
"_requiredBy": [
"/react-json-view"
],
"_resolved": "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz",
"_spec": "4.0.4",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Facebook"
},
"bugs": {
"url": "https://github.com/facebookarchive/flux/issues"
},
"contributors": [
{
"name": "Jing Chen",
"email": "jingc@fb.com"
},
{
"name": "Bill Fisher",
"email": "fisherwebdev@gmail.com"
},
{
"name": "Paul O'Shannessy",
"email": "paul@oshannessy.com"
},
{
"name": "Kyle Davis",
"email": "kyldvs@gmail.com"
},
{
"name": "Yangshun Tay",
"email": "tay.yang.shun@gmail.com"
}
],
"dependencies": {
"fbemitter": "^3.0.0",
"fbjs": "^3.0.1"
},
"description": "An application architecture based on a unidirectional data flow",
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-loader": "^8.1.0",
"babel-preset-fbjs": "^3.3.0",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-flatten": "^0.2.0",
"gulp-header": "1.8.2",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"immutable": "^3.7.4",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"object-assign": "^4.0.1",
"react": "^17.0.1",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^17.0.1",
"vinyl-source-stream": "^1.0.0",
"webpack": "^1.11.0",
"webpack-stream": "^3.1.0"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"index.js",
"lib",
"utils.js",
"dist"
],
"homepage": "https://facebookarchive.github.io/flux/",
"keywords": [
"flux",
"react",
"facebook",
"dispatcher"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "flux",
"peerDependencies": {
"react": "^15.0.2 || ^16.0.0 || ^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flux.git"
},
"scripts": {
"build": "gulp build",
"prepublish": "gulp publish",
"test": "NODE_ENV=test jest"
},
"version": "4.0.4"
}