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