UNPKG

pnpm

Version:

A fast implementation of npm install

98 lines (97 loc) 2.24 kB
{ "_args": [ [ { "raw": "lockfile@1.0.1", "scope": null, "escapedName": "lockfile", "name": "lockfile", "rawSpec": "1.0.1", "spec": "1.0.1", "type": "version" }, "/home/zkochan/src/pnpm" ] ], "_from": "lockfile@1.0.1", "_id": "lockfile@1.0.1", "_inCache": true, "_location": "/lockfile", "_nodeVersion": "2.0.1", "_npmUser": { "name": "isaacs", "email": "isaacs@npmjs.com" }, "_npmVersion": "2.10.0", "_phantomChildren": {}, "_requested": { "raw": "lockfile@1.0.1", "scope": null, "escapedName": "lockfile", "name": "lockfile", "rawSpec": "1.0.1", "spec": "1.0.1", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz", "_shasum": "9d353ecfe3f54d150bb57f89d51746935a39c4f5", "_shrinkwrap": null, "_spec": "lockfile@1.0.1", "_where": "/home/zkochan/src/pnpm", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/isaacs/lockfile/issues" }, "dependencies": {}, "description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.", "devDependencies": { "tap": "~0.2.5", "touch": "0" }, "directories": { "test": "test" }, "dist": { "shasum": "9d353ecfe3f54d150bb57f89d51746935a39c4f5", "tarball": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.1.tgz" }, "gitHead": "9d338ed8e3e3a166955d051f6b5fb6bb1e563ca8", "homepage": "https://github.com/isaacs/lockfile#readme", "keywords": [ "lockfile", "lock", "file", "fs", "O_EXCL" ], "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!", "repository": { "type": "git", "url": "git://github.com/isaacs/lockfile.git" }, "scripts": { "test": "tap test/*.js" }, "version": "1.0.1" }