d2-ui
Version:
169 lines (168 loc) • 4.19 kB
JSON
{
"_args": [
[
"fbjs@^0.8.1",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/draft-js"
]
],
"_from": "fbjs@>=0.8.1 <0.9.0",
"_id": "fbjs@0.8.4",
"_inCache": true,
"_installable": true,
"_location": "/fbjs",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/fbjs-0.8.4.tgz_1471627885892_0.02041814406402409"
},
"_npmUser": {
"email": "paul@oshannessy.com",
"name": "zpao"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"name": "fbjs",
"raw": "fbjs@^0.8.1",
"rawSpec": "^0.8.1",
"scope": null,
"spec": ">=0.8.1 <0.9.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/",
"/draft-js"
],
"_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.4.tgz",
"_shasum": "875ce3582af9525520bdb9dc5f61e951fa4046f1",
"_shrinkwrap": null,
"_spec": "fbjs@^0.8.1",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/draft-js",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/fbjs/issues"
},
"dependencies": {
"core-js": "^1.0.0",
"immutable": "^3.7.6",
"isomorphic-fetch": "^2.1.1",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"ua-parser-js": "^0.7.9"
},
"description": "A collection of utility libraries used by other Facebook JS projects",
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-preset-fbjs": "file:babel-preset",
"del": "^2.2.0",
"eslint": "^2.8.0",
"fbjs-scripts": "file:scripts",
"flow-bin": "^0.25.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"jest-cli": "^0.9.2",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"devEngines": {
"node": ">=4.x",
"npm": ">=2.x"
},
"directories": {},
"dist": {
"shasum": "875ce3582af9525520bdb9dc5f61e951fa4046f1",
"tarball": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.4.tgz"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"flow/",
"index.js",
"lib/",
"module-map.json"
],
"gitHead": "e13bb5721844bee2afa065321f260355d080bc3f",
"homepage": "https://github.com/facebook/fbjs#readme",
"jest": {
"modulePathIgnorePatterns": [
"/lib/",
"/node_modules/"
],
"persistModuleRegistryBetweenSpecs": true,
"preprocessorIgnorePatterns": [
"/node_modules/"
],
"rootDir": "",
"scriptPreprocessor": "node_modules/fbjs-scripts/jest/preprocessor.js",
"setupEnvScriptFile": "node_modules/fbjs-scripts/jest/environment.js",
"testPathDirs": [
"<rootDir>/src"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/",
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
]
},
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"email": "opensource+npm@fb.com",
"name": "fb"
},
{
"email": "joesavona@fb.com",
"name": "josephsavona"
},
{
"email": "ben@benalpert.com",
"name": "spicyj"
},
{
"email": "steveluscher@fb.com",
"name": "steveluscher"
},
{
"email": "greg@hurrell.net",
"name": "wincent"
},
{
"email": "yungsters@gmail.com",
"name": "yungsters"
},
{
"email": "yuzhi.z@gmail.com",
"name": "yuzhi"
},
{
"email": "paul@oshannessy.com",
"name": "zpao"
}
],
"name": "fbjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/fbjs.git"
},
"scripts": {
"build": "gulp build",
"lint": "eslint .",
"postbuild": "node scripts/node/check-lib-requires.js lib",
"prepublish": "npm 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 && npm install && npm test",
"typecheck": "flow check src"
},
"version": "0.8.4"
}