source: trip-planner-front/node_modules/@nodelib/fs.stat/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "@nodelib/fs.stat@2.0.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@nodelib/fs.stat@2.0.5",
10 "_id": "@nodelib/fs.stat@2.0.5",
11 "_inBundle": false,
12 "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
13 "_location": "/@nodelib/fs.stat",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@nodelib/fs.stat@2.0.5",
19 "name": "@nodelib/fs.stat",
20 "escapedName": "@nodelib%2ffs.stat",
21 "scope": "@nodelib",
22 "rawSpec": "2.0.5",
23 "saveSpec": null,
24 "fetchSpec": "2.0.5"
25 },
26 "_requiredBy": [
27 "/@nodelib/fs.scandir",
28 "/fast-glob"
29 ],
30 "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
31 "_spec": "2.0.5",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "description": "Get the status of a file with some features",
34 "devDependencies": {
35 "@nodelib/fs.macchiato": "1.0.4"
36 },
37 "engines": {
38 "node": ">= 8"
39 },
40 "files": [
41 "out/**",
42 "!out/**/*.map",
43 "!out/**/*.spec.*"
44 ],
45 "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
46 "keywords": [
47 "NodeLib",
48 "fs",
49 "FileSystem",
50 "file system",
51 "stat"
52 ],
53 "license": "MIT",
54 "main": "out/index.js",
55 "name": "@nodelib/fs.stat",
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
59 },
60 "scripts": {
61 "build": "npm run clean && npm run compile && npm run lint && npm test",
62 "clean": "rimraf {tsconfig.tsbuildinfo,out}",
63 "compile": "tsc -b .",
64 "compile:watch": "tsc -p . --watch --sourceMap",
65 "lint": "eslint \"src/**/*.ts\" --cache",
66 "test": "mocha \"out/**/*.spec.js\" -s 0",
67 "watch": "npm run clean && npm run compile:watch"
68 },
69 "typings": "out/index.d.ts",
70 "version": "2.0.5"
71}
Note: See TracBrowser for help on using the repository browser.