[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "@nodelib/fs.walk@1.2.8",
|
---|
| 3 | "_id": "@nodelib/fs.walk@1.2.8",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
---|
| 6 | "_location": "/@nodelib/fs.walk",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "version",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "@nodelib/fs.walk@1.2.8",
|
---|
| 12 | "name": "@nodelib/fs.walk",
|
---|
| 13 | "escapedName": "@nodelib%2ffs.walk",
|
---|
| 14 | "scope": "@nodelib",
|
---|
| 15 | "rawSpec": "1.2.8",
|
---|
| 16 | "saveSpec": null,
|
---|
| 17 | "fetchSpec": "1.2.8"
|
---|
| 18 | },
|
---|
| 19 | "_requiredBy": [
|
---|
| 20 | "/eslint"
|
---|
[d565449] | 21 | ],
|
---|
[79a0317] | 22 | "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
---|
| 23 | "_shasum": "e95737e8bb6746ddedf69c556953494f196fe69a",
|
---|
| 24 | "_spec": "@nodelib/fs.walk@1.2.8",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
|
---|
| 26 | "bundleDependencies": false,
|
---|
| 27 | "dependencies": {
|
---|
| 28 | "@nodelib/fs.scandir": "2.1.5",
|
---|
| 29 | "fastq": "^1.6.0"
|
---|
| 30 | },
|
---|
| 31 | "deprecated": false,
|
---|
| 32 | "description": "A library for efficiently walking a directory recursively",
|
---|
| 33 | "devDependencies": {
|
---|
| 34 | "@nodelib/fs.macchiato": "1.0.4"
|
---|
| 35 | },
|
---|
[d565449] | 36 | "engines": {
|
---|
| 37 | "node": ">= 8"
|
---|
| 38 | },
|
---|
| 39 | "files": [
|
---|
| 40 | "out/**",
|
---|
| 41 | "!out/**/*.map",
|
---|
| 42 | "!out/**/*.spec.*",
|
---|
| 43 | "!out/**/tests/**"
|
---|
| 44 | ],
|
---|
[79a0317] | 45 | "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
|
---|
| 46 | "keywords": [
|
---|
| 47 | "NodeLib",
|
---|
| 48 | "fs",
|
---|
| 49 | "FileSystem",
|
---|
| 50 | "file system",
|
---|
| 51 | "walk",
|
---|
| 52 | "scanner",
|
---|
| 53 | "crawler"
|
---|
| 54 | ],
|
---|
| 55 | "license": "MIT",
|
---|
[d565449] | 56 | "main": "out/index.js",
|
---|
[79a0317] | 57 | "name": "@nodelib/fs.walk",
|
---|
| 58 | "repository": {
|
---|
| 59 | "type": "git",
|
---|
| 60 | "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
|
---|
| 61 | },
|
---|
[d565449] | 62 | "scripts": {
|
---|
[79a0317] | 63 | "build": "npm run clean && npm run compile && npm run lint && npm test",
|
---|
[d565449] | 64 | "clean": "rimraf {tsconfig.tsbuildinfo,out}",
|
---|
| 65 | "compile": "tsc -b .",
|
---|
| 66 | "compile:watch": "tsc -p . --watch --sourceMap",
|
---|
[79a0317] | 67 | "lint": "eslint \"src/**/*.ts\" --cache",
|
---|
[d565449] | 68 | "test": "mocha \"out/**/*.spec.js\" -s 0",
|
---|
| 69 | "watch": "npm run clean && npm run compile:watch"
|
---|
| 70 | },
|
---|
[79a0317] | 71 | "typings": "out/index.d.ts",
|
---|
| 72 | "version": "1.2.8"
|
---|
[d565449] | 73 | }
|
---|