|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@nodelib/fs.walk",
|
|---|
| 3 | "version": "1.2.8",
|
|---|
| 4 | "description": "A library for efficiently walking a directory recursively",
|
|---|
| 5 | "license": "MIT",
|
|---|
| 6 | "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
|
|---|
| 7 | "keywords": [
|
|---|
| 8 | "NodeLib",
|
|---|
| 9 | "fs",
|
|---|
| 10 | "FileSystem",
|
|---|
| 11 | "file system",
|
|---|
| 12 | "walk",
|
|---|
| 13 | "scanner",
|
|---|
| 14 | "crawler"
|
|---|
| 15 | ],
|
|---|
| 16 | "engines": {
|
|---|
| 17 | "node": ">= 8"
|
|---|
| 18 | },
|
|---|
| 19 | "files": [
|
|---|
| 20 | "out/**",
|
|---|
| 21 | "!out/**/*.map",
|
|---|
| 22 | "!out/**/*.spec.*",
|
|---|
| 23 | "!out/**/tests/**"
|
|---|
| 24 | ],
|
|---|
| 25 | "main": "out/index.js",
|
|---|
| 26 | "typings": "out/index.d.ts",
|
|---|
| 27 | "scripts": {
|
|---|
| 28 | "clean": "rimraf {tsconfig.tsbuildinfo,out}",
|
|---|
| 29 | "lint": "eslint \"src/**/*.ts\" --cache",
|
|---|
| 30 | "compile": "tsc -b .",
|
|---|
| 31 | "compile:watch": "tsc -p . --watch --sourceMap",
|
|---|
| 32 | "test": "mocha \"out/**/*.spec.js\" -s 0",
|
|---|
| 33 | "build": "npm run clean && npm run compile && npm run lint && npm test",
|
|---|
| 34 | "watch": "npm run clean && npm run compile:watch"
|
|---|
| 35 | },
|
|---|
| 36 | "dependencies": {
|
|---|
| 37 | "@nodelib/fs.scandir": "2.1.5",
|
|---|
| 38 | "fastq": "^1.6.0"
|
|---|
| 39 | },
|
|---|
| 40 | "devDependencies": {
|
|---|
| 41 | "@nodelib/fs.macchiato": "1.0.4"
|
|---|
| 42 | },
|
|---|
| 43 | "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8"
|
|---|
| 44 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.