UNPKG

recrawl-sync

Version:

[![npm](https://img.shields.io/npm/v/recrawl-sync.svg)](https://www.npmjs.com/package/recrawl-sync) [![ci](https://github.com/aleclarson/recrawl/actions/workflows/release.yml/badge.svg)](https://github.com/aleclarson/recrawl/actions/workflows/release.yml)

51 lines (50 loc) 1.03 kB
{ "name": "recrawl-sync", "version": "2.2.3", "main": "lib/recrawl.js", "license": "MIT", "homepage": "https://github.com/aleclarson/recrawl/tree/sync", "repository": "https://github.com/aleclarson/recrawl.git", "prettier": "@alloc/prettier-config", "scripts": { "build": "tsc -p .", "prepare": "yarn build", "test": "jest" }, "dependencies": { "@cush/relative": "^1.0.0", "glob-regex": "^0.3.0", "slash": "^3.0.0", "sucrase": "^3.20.3", "tslib": "^1.9.3" }, "devDependencies": { "@alloc/prettier-config": "^1.0.0", "@sucrase/jest-plugin": "^2.0.0", "@types/jest": "^24.0.15", "@types/node": "^10.12.9", "jest": "^24.8.0", "prettier": "^2.6.0", "typescript": "^4.8.4" }, "files": [ "lib", "src" ], "keywords": [ "fs", "crawl", "crawler", "directory", "readdir", "glob", "globby", "recrawl", "tiny" ], "jest": { "transform": { ".(js|jsx|ts|tsx)": "@sucrase/jest-plugin" } } }