{
  "_args": [
    [
      "fbjs@2.0.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_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": "/var/www/kotelnikovo",
  "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": [
      "<rootDir>/src"
    ],
    "timers": "fake",
    "transform": {
      ".*": "fbjs-scripts/jest/preprocessor.js"
    },
    "transformIgnorePatterns": [
      "/node_modules/"
    ],
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/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"
}
