| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "@nodelib/fs.stat@^1.1.2", |
| 3 | "_id": "@nodelib/fs.stat@1.1.3", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", |
| 6 | "_location": "/@nodelib/fs.stat", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "@nodelib/fs.stat@^1.1.2", |
| 12 | "name": "@nodelib/fs.stat", |
| 13 | "escapedName": "@nodelib%2ffs.stat", |
| 14 | "scope": "@nodelib", |
| 15 | "rawSpec": "^1.1.2", |
| 16 | "saveSpec": null, |
| 17 | "fetchSpec": "^1.1.2" |
| 18 | }, |
| 19 | "_requiredBy": [ |
| 20 | "/fast-glob" |
| 21 | ], |
| 22 | "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", |
| 23 | "_shasum": "2b5a3ab3f918cca48a8c754c08168e3f03eba61b", |
| 24 | "_spec": "@nodelib/fs.stat@^1.1.2", |
| 25 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\fast-glob", |
| 26 | "bundleDependencies": false, |
| 27 | "deprecated": false, |
| 28 | "description": "Get the status of a file with some features", |
| 29 | "engines": { |
| 30 | "node": ">= 6" |
| 31 | }, |
| 32 | "keywords": [ |
| 33 | "NodeLib", |
| 34 | "fs", |
| 35 | "FileSystem", |
| 36 | "file system", |
| 37 | "stat" |
| 38 | ], |
| 39 | "license": "MIT", |
| 40 | "main": "out/index.js", |
| 41 | "name": "@nodelib/fs.stat", |
| 42 | "repository": { |
| 43 | "type": "git", |
| 44 | "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat" |
| 45 | }, |
| 46 | "scripts": { |
| 47 | "build": "npm run clean && npm run lint && npm run compile && npm test", |
| 48 | "clean": "rimraf out", |
| 49 | "compile": "tsc -b .", |
| 50 | "compile:watch": "tsc -p . --watch --sourceMap", |
| 51 | "lint": "tslint \"src/**/*.ts\" -p . -t stylish", |
| 52 | "test": "mocha \"out/**/*.spec.js\" -s 0", |
| 53 | "watch": "npm run clean && npm run compile:watch" |
| 54 | }, |
| 55 | "typings": "out/index.d.ts", |
| 56 | "version": "1.1.3" |
| 57 | } |