package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.scandir@2.1.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@nodelib/fs.scandir@2.1.3",
  10. "_id": "@nodelib/fs.scandir@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==",
  13. "_location": "/@nodelib/fs.scandir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@nodelib/fs.scandir@2.1.3",
  19. "name": "@nodelib/fs.scandir",
  20. "escapedName": "@nodelib%2ffs.scandir",
  21. "scope": "@nodelib",
  22. "rawSpec": "2.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "2.1.3"
  25. },
  26. "_requiredBy": [
  27. "/@nodelib/fs.walk"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
  30. "_spec": "2.1.3",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "dependencies": {
  33. "@nodelib/fs.stat": "2.0.3",
  34. "run-parallel": "^1.1.9"
  35. },
  36. "description": "List files and directories inside the specified directory",
  37. "engines": {
  38. "node": ">= 8"
  39. },
  40. "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
  41. "keywords": [
  42. "NodeLib",
  43. "fs",
  44. "FileSystem",
  45. "file system",
  46. "scandir",
  47. "readdir",
  48. "dirent"
  49. ],
  50. "license": "MIT",
  51. "main": "out/index.js",
  52. "name": "@nodelib/fs.scandir",
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
  56. },
  57. "scripts": {
  58. "build": "npm run clean && npm run compile && npm run lint && npm test",
  59. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  60. "compile": "tsc -b .",
  61. "compile:watch": "tsc -p . --watch --sourceMap",
  62. "lint": "eslint \"src/**/*.ts\" --cache",
  63. "test": "mocha \"out/**/*.spec.js\" -s 0",
  64. "watch": "npm run clean && npm run compile:watch"
  65. },
  66. "typings": "out/index.d.ts",
  67. "version": "2.1.3"
  68. }