UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

115 lines (114 loc) 3.97 kB
{ "_args": [ [ { "raw": "remove-all-except-outer-links@1.0.3", "scope": null, "escapedName": "remove-all-except-outer-links", "name": "remove-all-except-outer-links", "rawSpec": "1.0.3", "spec": "1.0.3", "type": "version" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/supi" ] ], "_from": "remove-all-except-outer-links@1.0.3", "_id": "remove-all-except-outer-links@1.0.3", "_inCache": true, "_location": "/remove-all-except-outer-links", "_nodeVersion": "6.9.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/remove-all-except-outer-links-1.0.3.tgz_1501018934403_0.551053284201771" }, "_npmUser": { "name": "zkochan", "email": "zoltan.kochan@gmail.com" }, "_npmVersion": "5.3.0", "_phantomChildren": {}, "_requested": { "raw": "remove-all-except-outer-links@1.0.3", "scope": null, "escapedName": "remove-all-except-outer-links", "name": "remove-all-except-outer-links", "rawSpec": "1.0.3", "spec": "1.0.3", "type": "version" }, "_requiredBy": [ "/supi" ], "_resolved": "https://registry.npmjs.org/remove-all-except-outer-links/-/remove-all-except-outer-links-1.0.3.tgz", "_shasum": "2da874829d9ba82c6a0458927d26548565ebb385", "_shrinkwrap": null, "_spec": "remove-all-except-outer-links@1.0.3", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/supi", "author": { "name": "Zoltan Kochan", "url": "https://www.kochan.io" }, "bugs": { "url": "https://github.com/pnpm/remove-all-except-outer-links/issues" }, "dependencies": { "is-subdir": "^1.0.0", "mz": "^2.6.0", "p-filter": "^1.0.0", "resolve-link-target": "^1.0.0", "rimraf-then": "^1.0.1" }, "description": "Removes everything from a folder except external symlinks", "devDependencies": { "mos": "^2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "path-exists": "^3.0.0", "pnpm-logger": "^0.5.0", "supi": "^0.2.0", "tape": "^4.6.3" }, "directories": {}, "dist": { "integrity": "sha512-h9Pl2xE1ZxYOhlKh0nYeMfzfv0GYUfglE5Eb0ILFFUiDnvVcbKwxGGukETEeIteR0JTVfesOaKqiwrOoUz1ajw==", "shasum": "2da874829d9ba82c6a0458927d26548565ebb385", "tarball": "https://registry.npmjs.org/remove-all-except-outer-links/-/remove-all-except-outer-links-1.0.3.tgz" }, "files": [ "index.js" ], "gitHead": "f8007cb405e12fc8c3a7196acea729410fcb33f0", "homepage": "https://github.com/pnpm/remove-all-except-outer-links#readme", "keywords": [ "rimraf" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "zkochan", "email": "zoltan.kochan@gmail.com" } ], "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "name": "remove-all-except-outer-links", "optionalDependencies": {}, "readme": "# remove-all-except-outer-links\n\n> Removes everything from a folder except external symlinks\n\n<!--@shields('npm', 'travis')-->\n[![npm version](https://img.shields.io/npm/v/remove-all-except-outer-links.svg)](https://www.npmjs.com/package/remove-all-except-outer-links) [![Build Status](https://img.shields.io/travis/pnpm/remove-all-except-outer-links/master.svg)](https://travis-ci.org/pnpm/remove-all-except-outer-links)\n<!--/@-->\n\n## Installation\n\n```sh\nnpm i -S remove-all-except-outer-links\n```\n\n## Usage\n\n```js\nconst removeAllExceptOuterLinks = require('remove-all-except-outer-links')\n\nremoveAllExceptOuterLinks('node_modules').then(() => console.log('done'))\n```\n\n## License\n\n[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io)\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/pnpm/remove-all-except-outer-links.git" }, "scripts": { "md": "mos", "test": "tape test && mos test" }, "version": "1.0.3" }