package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.walk@1.2.8",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "@nodelib/fs.walk@1.2.8",
  9. "_id": "@nodelib/fs.walk@1.2.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  12. "_location": "/@nodelib/fs.walk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@nodelib/fs.walk@1.2.8",
  18. "name": "@nodelib/fs.walk",
  19. "escapedName": "@nodelib%2ffs.walk",
  20. "scope": "@nodelib",
  21. "rawSpec": "1.2.8",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.8"
  24. },
  25. "_requiredBy": [
  26. "/stylus-loader/fast-glob"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  29. "_spec": "1.2.8",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "dependencies": {
  32. "@nodelib/fs.scandir": "2.1.5",
  33. "fastq": "^1.6.0"
  34. },
  35. "description": "A library for efficiently walking a directory recursively",
  36. "devDependencies": {
  37. "@nodelib/fs.macchiato": "1.0.4"
  38. },
  39. "engines": {
  40. "node": ">= 8"
  41. },
  42. "files": [
  43. "out/**",
  44. "!out/**/*.map",
  45. "!out/**/*.spec.*",
  46. "!out/**/tests/**"
  47. ],
  48. "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
  49. "keywords": [
  50. "NodeLib",
  51. "fs",
  52. "FileSystem",
  53. "file system",
  54. "walk",
  55. "scanner",
  56. "crawler"
  57. ],
  58. "license": "MIT",
  59. "main": "out/index.js",
  60. "name": "@nodelib/fs.walk",
  61. "repository": {
  62. "type": "git",
  63. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  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": "1.2.8"
  76. }