<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_args": [
    [
      "lockfile@1.0.4",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "lockfile@1.0.4",
  "_id": "lockfile@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==",
  "_location": "/lockfile",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lockfile@1.0.4",
    "name": "lockfile",
    "escapedName": "lockfile",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/lockfile/issues"
  },
  "dependencies": {
    "signal-exit": "^3.0.2"
  },
  "description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
  "devDependencies": {
    "tap": "^11.1.3",
    "touch": "0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/npm/lockfile#readme",
  "keywords": [
    "lockfile",
    "lock",
    "file",
    "fs",
    "O_EXCL"
  ],
  "license": "ISC",
  "main": "lockfile.js",
  "name": "lockfile",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/lockfile.git"
  },
  "scripts": {
    "changelog": "bash gen-changelog.sh",
    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
    "test": "tap test/*.js --cov -J"
  },
  "version": "1.0.4"
}
