package.json 343 B

123456789101112131415
  1. {
  2. "name": "@yarnpkg/lockfile",
  3. "version": "1.1.0",
  4. "description": "The parser/stringifier for Yarn lockfiles.",
  5. "main": "index.js",
  6. "repository": "https://github.com/yarnpkg/yarn/blob/master/packages/lockfile",
  7. "keywords": [
  8. "yarn",
  9. "yarnpkg",
  10. "lockfile",
  11. "dependency",
  12. "npm"
  13. ],
  14. "license": "BSD-2-Clause"
  15. }