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:
authorKat Marchán <kzm@sykosomatic.org>2017-04-29 01:11:18 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 02:13:33 +0300
commitc8b66854adef8d91c4ad2b058db6f1ca48031b58 (patch)
tree5e34a1bc728c551d5fa1cbf6bd50d53a04c634f3 /node_modules/lockfile
parentcbaf1c914036bc8ac1f9ea965ccba4fd690c8c45 (diff)
pacote@2.7.4
Diffstat (limited to 'node_modules/lockfile')
-rw-r--r--node_modules/lockfile/package.json66
1 files changed, 15 insertions, 51 deletions
diff --git a/node_modules/lockfile/package.json b/node_modules/lockfile/package.json
index e559a8216..bd05f4c9d 100644
--- a/node_modules/lockfile/package.json
+++ b/node_modules/lockfile/package.json
@@ -1,60 +1,39 @@
{
- "_args": [
- [
- {
- "raw": "lockfile@^1.0.3",
- "scope": null,
- "escapedName": "lockfile",
- "name": "lockfile",
- "rawSpec": "^1.0.3",
- "spec": ">=1.0.3 <2.0.0",
- "type": "range"
- },
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lockfile@>=1.0.3 <2.0.0",
+ "_from": "lockfile@~1.0.3",
"_id": "lockfile@1.0.3",
- "_inCache": true,
+ "_integrity": "sha1-Jjj8OaAzHpysGgS3F5mTHJxQ33k=",
"_location": "/lockfile",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/lockfile-1.0.3.tgz_1481132515120_0.9350064944010228"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
- "raw": "lockfile@^1.0.3",
- "scope": null,
- "escapedName": "lockfile",
+ "type": "range",
+ "registry": true,
+ "raw": "lockfile@~1.0.3",
"name": "lockfile",
- "rawSpec": "^1.0.3",
- "spec": ">=1.0.3 <2.0.0",
- "type": "range"
+ "escapedName": "lockfile",
+ "rawSpec": "~1.0.3",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.3"
},
"_requiredBy": [
- "#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.3.tgz",
"_shasum": "2638fc39a0331e9cac1a04b71799931c9c50df79",
"_shrinkwrap": null,
- "_spec": "lockfile@^1.0.3",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "lockfile@~1.0.3",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/npm/lockfile/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
"devDependencies": {
"tap": "^7.1.2",
@@ -63,11 +42,6 @@
"directories": {
"test": "test"
},
- "dist": {
- "shasum": "2638fc39a0331e9cac1a04b71799931c9c50df79",
- "tarball": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.3.tgz"
- },
- "gitHead": "96549505fcca4b8b0ff0e833719720bd463306d7",
"homepage": "https://github.com/npm/lockfile#readme",
"keywords": [
"lockfile",
@@ -78,19 +52,9 @@
],
"license": "ISC",
"main": "lockfile.js",
- "maintainers": [
- {
- "name": "trevorburnham",
- "email": "trevorburnham@gmail.com"
- },
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
"name": "lockfile",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/lockfile.git"