package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.stat@2.0.5",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@nodelib/fs.stat@2.0.5",
  10. "_id": "@nodelib/fs.stat@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  13. "_location": "/@nodelib/fs.stat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@nodelib/fs.stat@2.0.5",
  19. "name": "@nodelib/fs.stat",
  20. "escapedName": "@nodelib%2ffs.stat",
  21. "scope": "@nodelib",
  22. "rawSpec": "2.0.5",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.5"
  25. },
  26. "_requiredBy": [
  27. "/fast-glob"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  30. "_spec": "2.0.5",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "description": "Get the status of a file with some features",
  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. ],
  44. "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
  45. "keywords": [
  46. "NodeLib",
  47. "fs",
  48. "FileSystem",
  49. "file system",
  50. "stat"
  51. ],
  52. "license": "MIT",
  53. "main": "out/index.js",
  54. "name": "@nodelib/fs.stat",
  55. "repository": {
  56. "type": "git",
  57. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  58. },
  59. "scripts": {
  60. "build": "npm run clean && npm run compile && npm run lint && npm test",
  61. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  62. "compile": "tsc -b .",
  63. "compile:watch": "tsc -p . --watch --sourceMap",
  64. "lint": "eslint \"src/**/*.ts\" --cache",
  65. "test": "mocha \"out/**/*.spec.js\" -s 0",
  66. "watch": "npm run clean && npm run compile:watch"
  67. },
  68. "typings": "out/index.d.ts",
  69. "version": "2.0.5"
  70. }