{ "_from": "fbjs@^1.0.0", "_id": "fbjs@1.0.0", "_inBundle": false, "_integrity": "sha512-MUgcMEJaFhCaF1QtWGnmq9ZDRAzECTCRAF7O6UZIlAlkTs1SasiX9aP0Iw7wfD2mJ7wDTNfg2w7u5fSCwJk1OA==", "_location": "/fbjs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fbjs@^1.0.0", "name": "fbjs", "escapedName": "fbjs", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@gatsbyjs/relay-compiler", "/relay-runtime" ], "_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-1.0.0.tgz", "_shasum": "52c215e0883a3c86af2a7a776ed51525ae8e0a5a", "_spec": "fbjs@^1.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@gatsbyjs/relay-compiler", "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/facebook/fbjs/issues" }, "bundleDependencies": false, "dependencies": { "core-js": "^2.4.1", "fbjs-css-vars": "^1.0.0", "isomorphic-fetch": "^2.1.1", "loose-envify": "^1.0.0", "object-assign": "^4.1.0", "promise": "^7.1.1", "setimmediate": "^1.0.5", "ua-parser-js": "^0.7.18" }, "deprecated": false, "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.80.0", "gulp": "^3.9.1", "gulp-babel": "^8.0.0", "gulp-flatten": "^0.2.0", "gulp-rename": "^1.2.2", "immutable": "^3.7.6", "jest-cli": "^17.0.3", "merge-stream": "^1.0.0", "run-sequence": "^1.1.5" }, "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/" ], "persistModuleRegistryBetweenSpecs": true, "rootDir": "", "setupFiles": [ "node_modules/fbjs-scripts/jest/environment.js" ], "testPathDirs": [ "/src" ], "timers": "fake", "transform": { ".*": "node_modules/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": "1.0.0" }