芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/fbjs/package.json
{ "_args": [ [ "fbjs@2.0.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "fbjs@2.0.0", "_id": "fbjs@2.0.0", "_inBundle": false, "_integrity": "sha512-8XA8ny9ifxrAWlyhAbexXcs3rRMtxWcs3M0lctLfB49jRDHiaxj+Mo0XxbwE7nKZYzgCFoq64FS+WFd4IycPPQ==", "_location": "/fbjs", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fbjs@2.0.0", "name": "fbjs", "escapedName": "fbjs", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/draft-js" ], "_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/freeclou/app.optimyar.com/backend", "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/facebook/fbjs/issues" }, "dependencies": { "core-js": "^3.6.4", "cross-fetch": "^3.0.4", "fbjs-css-vars": "^1.0.0", "loose-envify": "^1.0.0", "object-assign": "^4.1.0", "promise": "^7.1.1", "setimmediate": "^1.0.5", "ua-parser-js": "^0.7.18" }, "description": "A collection of utility libraries used by other Facebook JS projects", "devDependencies": { "@babel/core": "^7.0.0", "babel-preset-fbjs": "file:../babel-preset-fbjs", "del": "^2.2.0", "fbjs-scripts": "file:../fbjs-scripts", "flow-bin": "^0.99.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-flatten": "^0.4.0", "gulp-rename": "^2.0.0", "immutable": "^3.7.6", "jest-cli": "^23.6.0", "merge-stream": "^1.0.0" }, "devEngines": { "node": ">=4.x", "npm": ">=2.x" }, "files": [ "LICENSE", "README.md", "flow/", "index.js", "lib/", "module-map.json" ], "homepage": "https://github.com/facebook/fbjs#readme", "jest": { "automock": true, "modulePathIgnorePatterns": [ "/lib/", "/node_modules/" ], "rootDir": "", "setupFiles": [ "fbjs-scripts/jest/environment.js" ], "roots": [ "
/src" ], "timers": "fake", "transform": { ".*": "fbjs-scripts/jest/preprocessor.js" }, "transformIgnorePatterns": [ "/node_modules/" ], "unmockedModulePathPatterns": [ "
/node_modules/", "
/src/(?!(__forks__/fetch.js$|fetch/))" ] }, "license": "MIT", "main": "index.js", "name": "fbjs", "repository": { "type": "git", "url": "git+https://github.com/facebook/fbjs.git" }, "scripts": { "build": "gulp build", "flow": "flow check src", "lint": "eslint .", "postbuild": "node node_modules/fbjs-scripts/node/check-lib-requires.js lib", "prepublish": "yarn run build", "pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json", "test": "NODE_ENV=test jest", "test-babel-presets": "cd babel-preset && yarn install && yarn test" }, "version": "2.0.0" }