source: imaps-frontend/node_modules/@nodelib/fs.scandir/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "@nodelib/fs.scandir@2.1.5",
3 "_id": "@nodelib/fs.scandir@2.1.5",
4 "_inBundle": false,
5 "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
6 "_location": "/@nodelib/fs.scandir",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "@nodelib/fs.scandir@2.1.5",
12 "name": "@nodelib/fs.scandir",
13 "escapedName": "@nodelib%2ffs.scandir",
14 "scope": "@nodelib",
15 "rawSpec": "2.1.5",
16 "saveSpec": null,
17 "fetchSpec": "2.1.5"
18 },
19 "_requiredBy": [
20 "/@nodelib/fs.walk"
21 ],
22 "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
23 "_shasum": "7619c2eb21b25483f6d167548b4cfd5a7488c3d5",
24 "_spec": "@nodelib/fs.scandir@2.1.5",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.walk",
26 "bundleDependencies": false,
27 "dependencies": {
28 "@nodelib/fs.stat": "2.0.5",
29 "run-parallel": "^1.1.9"
30 },
31 "deprecated": false,
32 "description": "List files and directories inside the specified directory",
33 "devDependencies": {
34 "@nodelib/fs.macchiato": "1.0.4",
35 "@types/run-parallel": "^1.1.0"
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 "scandir",
52 "readdir",
53 "dirent"
54 ],
55 "license": "MIT",
56 "main": "out/index.js",
57 "name": "@nodelib/fs.scandir",
58 "repository": {
59 "type": "git",
60 "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
61 },
62 "scripts": {
63 "build": "npm run clean && npm run compile && npm run lint && npm test",
64 "clean": "rimraf {tsconfig.tsbuildinfo,out}",
65 "compile": "tsc -b .",
66 "compile:watch": "tsc -p . --watch --sourceMap",
67 "lint": "eslint \"src/**/*.ts\" --cache",
68 "test": "mocha \"out/**/*.spec.js\" -s 0",
69 "watch": "npm run clean && npm run compile:watch"
70 },
71 "typings": "out/index.d.ts",
72 "version": "2.1.5"
73}
Note: See TracBrowser for help on using the repository browser.