1 | {
|
2 | "name": "@nodelib/fs.stat",
|
3 | "version": "2.0.5",
|
4 | "description": "Get the status of a file with some features",
|
5 | "license": "MIT",
|
6 | "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
|
7 | "keywords": [
|
8 | "NodeLib",
|
9 | "fs",
|
10 | "FileSystem",
|
11 | "file system",
|
12 | "stat"
|
13 | ],
|
14 | "engines": {
|
15 | "node": ">= 8"
|
16 | },
|
17 | "files": [
|
18 | "out/**",
|
19 | "!out/**/*.map",
|
20 | "!out/**/*.spec.*"
|
21 | ],
|
22 | "main": "out/index.js",
|
23 | "typings": "out/index.d.ts",
|
24 | "scripts": {
|
25 | "clean": "rimraf {tsconfig.tsbuildinfo,out}",
|
26 | "lint": "eslint \"src/**/*.ts\" --cache",
|
27 | "compile": "tsc -b .",
|
28 | "compile:watch": "tsc -p . --watch --sourceMap",
|
29 | "test": "mocha \"out/**/*.spec.js\" -s 0",
|
30 | "build": "npm run clean && npm run compile && npm run lint && npm test",
|
31 | "watch": "npm run clean && npm run compile:watch"
|
32 | },
|
33 | "devDependencies": {
|
34 | "@nodelib/fs.macchiato": "1.0.4"
|
35 | },
|
36 | "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
|
37 | }
|