package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.scandir@2.1.5",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "@nodelib/fs.scandir@2.1.5",
  9. "_id": "@nodelib/fs.scandir@2.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  12. "_location": "/@nodelib/fs.scandir",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@nodelib/fs.scandir@2.1.5",
  18. "name": "@nodelib/fs.scandir",
  19. "escapedName": "@nodelib%2ffs.scandir",
  20. "scope": "@nodelib",
  21. "rawSpec": "2.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.5"
  24. },
  25. "_requiredBy": [
  26. "/@nodelib/fs.walk"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  29. "_spec": "2.1.5",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "dependencies": {
  32. "@nodelib/fs.stat": "2.0.5",
  33. "run-parallel": "^1.1.9"
  34. },
  35. "description": "List files and directories inside the specified directory",
  36. "devDependencies": {
  37. "@nodelib/fs.macchiato": "1.0.4",
  38. "@types/run-parallel": "^1.1.0"
  39. },
  40. "engines": {
  41. "node": ">= 8"
  42. },
  43. "files": [
  44. "out/**",
  45. "!out/**/*.map",
  46. "!out/**/*.spec.*"
  47. ],
  48. "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
  49. "keywords": [
  50. "NodeLib",
  51. "fs",
  52. "FileSystem",
  53. "file system",
  54. "scandir",
  55. "readdir",
  56. "dirent"
  57. ],
  58. "license": "MIT",
  59. "main": "out/index.js",
  60. "name": "@nodelib/fs.scandir",
  61. "repository": {
  62. "type": "git",
  63. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
  64. },
  65. "scripts": {
  66. "build": "npm run clean && npm run compile && npm run lint && npm test",
  67. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  68. "compile": "tsc -b .",
  69. "compile:watch": "tsc -p . --watch --sourceMap",
  70. "lint": "eslint \"src/**/*.ts\" --cache",
  71. "test": "mocha \"out/**/*.spec.js\" -s 0",
  72. "watch": "npm run clean && npm run compile:watch"
  73. },
  74. "typings": "out/index.d.ts",
  75. "version": "2.1.5"
  76. }