No Description

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "/fast-glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  23. "_shasum": "e95737e8bb6746ddedf69c556953494f196fe69a",
  24. "_spec": "@nodelib/fs.walk@^1.2.3",
  25. "_where": "/Users/alexmanuel/MyApp/node_modules/fast-glob",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@nodelib/fs.scandir": "2.1.5",
  29. "fastq": "^1.6.0"
  30. },
  31. "deprecated": false,
  32. "description": "A library for efficiently walking a directory recursively",
  33. "devDependencies": {
  34. "@nodelib/fs.macchiato": "1.0.4"
  35. },
  36. "engines": {
  37. "node": ">= 8"
  38. },
  39. "files": [
  40. "out/**",
  41. "!out/**/*.map",
  42. "!out/**/*.spec.*",
  43. "!out/**/tests/**"
  44. ],
  45. "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
  46. "keywords": [
  47. "NodeLib",
  48. "fs",
  49. "FileSystem",
  50. "file system",
  51. "walk",
  52. "scanner",
  53. "crawler"
  54. ],
  55. "license": "MIT",
  56. "main": "out/index.js",
  57. "name": "@nodelib/fs.walk",
  58. "repository": {
  59. "type": "git",
  60. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  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": "1.2.8"
  73. }