package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "@nodelib/fs.walk@^1.2.3",
  3. "_id": "@nodelib/fs.walk@1.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  6. "_location": "/@nodelib/fs.walk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nodelib/fs.walk@^1.2.3",
  12. "name": "@nodelib/fs.walk",
  13. "escapedName": "@nodelib%2ffs.walk",
  14. "scope": "@nodelib",
  15. "rawSpec": "^1.2.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.3"
  18. },
  19. "_requiredBy": [
  20. "/node-plop/fast-glob",
  21. "/stylelint/fast-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  24. "_shasum": "e95737e8bb6746ddedf69c556953494f196fe69a",
  25. "_spec": "@nodelib/fs.walk@^1.2.3",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\node-plop\\node_modules\\fast-glob",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@nodelib/fs.scandir": "2.1.5",
  30. "fastq": "^1.6.0"
  31. },
  32. "deprecated": false,
  33. "description": "A library for efficiently walking a directory recursively",
  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. "!out/**/tests/**"
  45. ],
  46. "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
  47. "keywords": [
  48. "NodeLib",
  49. "fs",
  50. "FileSystem",
  51. "file system",
  52. "walk",
  53. "scanner",
  54. "crawler"
  55. ],
  56. "license": "MIT",
  57. "main": "out/index.js",
  58. "name": "@nodelib/fs.walk",
  59. "repository": {
  60. "type": "git",
  61. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  62. },
  63. "scripts": {
  64. "build": "npm run clean && npm run compile && npm run lint && npm test",
  65. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  66. "compile": "tsc -b .",
  67. "compile:watch": "tsc -p . --watch --sourceMap",
  68. "lint": "eslint \"src/**/*.ts\" --cache",
  69. "test": "mocha \"out/**/*.spec.js\" -s 0",
  70. "watch": "npm run clean && npm run compile:watch"
  71. },
  72. "typings": "out/index.d.ts",
  73. "version": "1.2.8"
  74. }