diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@yarnpkg/lockfile/package.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@yarnpkg/lockfile/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@yarnpkg/lockfile/package.json b/sandbox/testAppNevena/Front/node_modules/@yarnpkg/lockfile/package.json new file mode 100644 index 00000000..0dcdde8d --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@yarnpkg/lockfile/package.json @@ -0,0 +1,15 @@ +{ + "name": "@yarnpkg/lockfile", + "version": "1.1.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" +} |