Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lockfile/package.json')
-rw-r--r--node_modules/lockfile/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/lockfile/package.json b/node_modules/lockfile/package.json
index 29e89ff0b..adbd02b43 100644
--- a/node_modules/lockfile/package.json
+++ b/node_modules/lockfile/package.json
@@ -1,32 +1,27 @@
{
- "_args": [
- [
- "lockfile@1.0.4",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lockfile@1.0.4",
+ "_from": "lockfile@^1.0.4",
"_id": "lockfile@1.0.4",
"_inBundle": false,
"_integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==",
"_location": "/lockfile",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "lockfile@1.0.4",
+ "raw": "lockfile@^1.0.4",
"name": "lockfile",
"escapedName": "lockfile",
- "rawSpec": "1.0.4",
+ "rawSpec": "^1.0.4",
"saveSpec": null,
- "fetchSpec": "1.0.4"
+ "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",
+ "_shasum": "07f819d25ae48f87e538e6578b6964a4981a5609",
+ "_spec": "lockfile@^1.0.4",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -35,9 +30,11 @@
"bugs": {
"url": "https://github.com/npm/lockfile/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"signal-exit": "^3.0.2"
},
+ "deprecated": false,
"description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
"devDependencies": {
"tap": "^11.1.3",