UNPKG

@parcel/fs-search

Version:
38 lines (37 loc) 764 B
{ "name": "@parcel/fs-search", "version": "2.0.0-nightly.2203+0d3abd6f", "license": "MIT", "publishConfig": { "access": "public" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "repository": { "type": "git", "url": "https://github.com/parcel-bundler/parcel.git" }, "engines": { "node": ">= 12.0.0" }, "files": [ "index.js", "*.node" ], "napi": { "name": "fs-search" }, "devDependencies": { "@napi-rs/cli": "1.0.0-alpha.10" }, "scripts": { "build": "napi build --platform", "build-release": "napi build --platform --release" }, "dependencies": { "detect-libc": "^1.0.3" }, "gitHead": "0d3abd6ffa8fc21bbefe6f48bd6edb9713512edc" }