Code Monkey home page Code Monkey logo

Comments (2)

jeromecovington avatar jeromecovington commented on April 27, 2024

Here is the package.json for fbjs that I am getting when running npm install. It does not seem consistent with what I am seeing here on github.

{
  "name": "fbjs",
  "version": "0.6.1",
  "description": "A collection of utility libraries used by other Facebook JS projects",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/fbjs.git"
  },
  "scripts": {
    "build": "gulp build",
    "lint": "eslint .",
    "prepublish": "npm run build",
    "pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
    "test": "NODE_ENV=test jest",
    "typecheck": "flow check src"
  },
  "author": "",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "babel": "^5.4.7",
    "babel-eslint": "4.1.5",
    "del": "^1.2.1",
    "eslint": "1.10.3",
    "fbjs-scripts": "file:scripts",
    "flow-bin": "^0.18.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-flatten": "^0.2.0",
    "gulp-rename": "^1.2.2",
    "jest-cli": "^0.7.1",
    "merge-stream": "^1.0.0",
    "object-assign": "^4.0.1",
    "run-sequence": "^1.1.0"
  },
  "files": [
    "LICENSE",
    "PATENTS",
    "README.md",
    "flow/",
    "index.js",
    "lib/",
    "module-map.json"
  ],
  "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/))"
    ]
  },
  "dependencies": {
    "core-js": "^1.0.0",
    "loose-envify": "^1.0.0",
    "promise": "^7.0.3",
    "ua-parser-js": "^0.7.9",
    "whatwg-fetch": "^0.9.0"
  },
  "devEngines": {
    "node": ">=3",
    "npm": "2.x"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "gitHead": "931049ef91e4b67fac7e7fb945c2c2c6d8680d74",
  "bugs": {
    "url": "https://github.com/facebook/fbjs/issues"
  },
  "homepage": "https://github.com/facebook/fbjs#readme",
  "_id": "[email protected]",
  "_shasum": "9636b7705f5ba9684d44b72f78321254afc860f7",
  "_from": "fbjs@>=0.6.0 <0.7.0",
  "_npmVersion": "2.14.15",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "name": "zpao",
    "email": "[email protected]"
  },
  "maintainers": [
    {
      "name": "fb",
      "email": "[email protected]"
    },
    {
      "name": "josephsavona",
      "email": "[email protected]"
    },
    {
      "name": "spicyj",
      "email": "[email protected]"
    },
    {
      "name": "steveluscher",
      "email": "[email protected]"
    },
    {
      "name": "wincent",
      "email": "[email protected]"
    },
    {
      "name": "yungsters",
      "email": "[email protected]"
    },
    {
      "name": "yuzhi",
      "email": "[email protected]"
    },
    {
      "name": "zpao",
      "email": "[email protected]"
    }
  ],
  "dist": {
    "shasum": "9636b7705f5ba9684d44b72f78321254afc860f7",
    "tarball": "http://registry.npmjs.org/fbjs/-/fbjs-0.6.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.6.1.tgz"
}

from fbjs.

jeromecovington avatar jeromecovington commented on April 27, 2024

NM. I see a release with these changes has not yet been cut.

from fbjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.