• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "lockfile@1.0.4",
5      "/Users/rebecca/code/npm"
6    ]
7  ],
8  "_from": "lockfile@1.0.4",
9  "_id": "lockfile@1.0.4",
10  "_inBundle": false,
11  "_integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==",
12  "_location": "/lockfile",
13  "_phantomChildren": {},
14  "_requested": {
15    "type": "version",
16    "registry": true,
17    "raw": "lockfile@1.0.4",
18    "name": "lockfile",
19    "escapedName": "lockfile",
20    "rawSpec": "1.0.4",
21    "saveSpec": null,
22    "fetchSpec": "1.0.4"
23  },
24  "_requiredBy": [
25    "/"
26  ],
27  "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz",
28  "_spec": "1.0.4",
29  "_where": "/Users/rebecca/code/npm",
30  "author": {
31    "name": "Isaac Z. Schlueter",
32    "email": "i@izs.me",
33    "url": "http://blog.izs.me/"
34  },
35  "bugs": {
36    "url": "https://github.com/npm/lockfile/issues"
37  },
38  "dependencies": {
39    "signal-exit": "^3.0.2"
40  },
41  "description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
42  "devDependencies": {
43    "tap": "^11.1.3",
44    "touch": "0"
45  },
46  "directories": {
47    "test": "test"
48  },
49  "homepage": "https://github.com/npm/lockfile#readme",
50  "keywords": [
51    "lockfile",
52    "lock",
53    "file",
54    "fs",
55    "O_EXCL"
56  ],
57  "license": "ISC",
58  "main": "lockfile.js",
59  "name": "lockfile",
60  "repository": {
61    "type": "git",
62    "url": "git+https://github.com/npm/lockfile.git"
63  },
64  "scripts": {
65    "changelog": "bash gen-changelog.sh",
66    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
67    "test": "tap test/*.js --cov -J"
68  },
69  "version": "1.0.4"
70}
71