Files
ASHEBShop-h5/node_modules/fbjs/package.json
T
2017-05-10 16:33:00 +08:00

176 lines
4.3 KiB
JSON

{
"_args": [
[
"fbjs@^0.8.9",
"/Users/xmfish/Desktop/test/reacttest/node_modules/react"
]
],
"_cnpm_publish_time": 1490833839128,
"_from": "fbjs@>=0.8.9 <0.9.0",
"_hasShrinkwrap": false,
"_id": "fbjs@0.8.12",
"_inCache": true,
"_installable": true,
"_location": "/fbjs",
"_nodeVersion": "4.6.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fbjs-0.8.12.tgz_1490833836800_0.06224537012167275"
},
"_npmUser": {
"email": "paul@oshannessy.com",
"name": "zpao"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "fbjs",
"raw": "fbjs@^0.8.9",
"rawSpec": "^0.8.9",
"scope": null,
"spec": ">=0.8.9 <0.9.0",
"type": "range"
},
"_requiredBy": [
"/prop-types",
"/react",
"/react-dom"
],
"_resolved": "http://registry.npm.taobao.org/fbjs/download/fbjs-0.8.12.tgz",
"_shasum": "10b5d92f76d45575fd63a217d4ea02bea2f8ed04",
"_shrinkwrap": null,
"_spec": "fbjs@^0.8.9",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/react",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/fbjs/issues"
},
"dependencies": {
"core-js": "^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.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.38.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"immutable": "^3.7.6",
"jest-cli": "^0.9.2",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"devEngines": {
"node": ">=4.x",
"npm": ">=2.x"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "10b5d92f76d45575fd63a217d4ea02bea2f8ed04",
"size": 128185,
"tarball": "http://registry.npm.taobao.org/fbjs/download/fbjs-0.8.12.tgz"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"flow/",
"index.js",
"lib/",
"module-map.json"
],
"gitHead": "a487920ee52e81b0feda06cc58fa29d04ab057f7",
"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": [
{
"name": "fb",
"email": "opensource+npm@fb.com"
},
{
"name": "josephsavona",
"email": "joesavona@fb.com"
},
{
"name": "spicyj",
"email": "ben@benalpert.com"
},
{
"name": "steveluscher",
"email": "steveluscher@fb.com"
},
{
"name": "wincent",
"email": "greg@hurrell.net"
},
{
"name": "yungsters",
"email": "yungsters@gmail.com"
},
{
"name": "yuzhi",
"email": "yuzhi.z@gmail.com"
},
{
"name": "zpao",
"email": "paul@oshannessy.com"
}
],
"name": "fbjs",
"optionalDependencies": {},
"publish_time": 1490833839128,
"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.12"
}