UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

118 lines (117 loc) 2.68 kB
{ "_args": [ [ { "raw": "fs-extra@~0.10.0", "scope": null, "escapedName": "fs-extra", "name": "fs-extra", "rawSpec": "~0.10.0", "spec": ">=0.10.0 <0.11.0", "type": "range" }, "C:\\src\\pnpm\\node_modules\\metalsmith" ] ], "_from": "fs-extra@>=0.10.0 <0.11.0", "_id": "fs-extra@0.10.0", "_inCache": true, "_installable": true, "_location": "/fs-extra", "_npmUser": { "name": "jp", "email": "jprichardson@gmail.com" }, "_npmVersion": "1.4.3", "_phantomChildren": {}, "_requested": { "raw": "fs-extra@~0.10.0", "scope": null, "escapedName": "fs-extra", "name": "fs-extra", "rawSpec": "~0.10.0", "spec": ">=0.10.0 <0.11.0", "type": "range" }, "_requiredBy": [ "/metalsmith" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz", "_shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af", "_shrinkwrap": null, "_spec": "fs-extra@~0.10.0", "_where": "C:\\src\\pnpm\\node_modules\\metalsmith", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" }, "bugs": { "url": "https://github.com/jprichardson/node-fs-extra/issues" }, "dependencies": { "jsonfile": "^1.2.0", "mkdirp": "^0.5.0", "ncp": "^0.5.1", "rimraf": "^2.2.8" }, "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "devDependencies": { "mocha": "*", "path-extra": "0.0.x", "testutil": "~0.5.0", "userid": "~0.1.1" }, "directories": {}, "dist": { "shasum": "99c0ec2fd5eaaad9d646245e4b014b56729982af", "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz" }, "homepage": "https://github.com/jprichardson/node-fs-extra", "keywords": [ "fs", "file", "file system", "copy", "directory", "extra", "mkdirp", "mkdir", "mkdirs", "recursive", "json", "read", "write", "extra", "delete", "remove", "touch", "create", "text", "output", "move" ], "licenses": [ { "type": "MIT", "url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE" } ], "main": "./lib/index", "maintainers": [ { "name": "jp", "email": "jprichardson@gmail.com" } ], "name": "fs-extra", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jprichardson/node-fs-extra.git" }, "scripts": { "test": "mocha test" }, "version": "0.10.0" }