Files
yarn/packages/lockfile/package.json
2017-08-22 15:55:32 +01:00

10 lines
320 B
JSON

{
"name": "@yarnpkg/lockfile",
"version": "1.0.0",
"description": "The parser/stringifier for Yarn lockfiles.",
"main": "index.js",
"repository": "https://github.com/yarnpkg/yarn/blob/master/packages/lockfile",
"keywords": ["yarn", "yarnpkg", "lockfile", "dependency", "npm" ],
"license": "BSD-2-Clause"
}