No Description

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@nodelib/fs.stat@^2.0.2",
  3. "_id": "@nodelib/fs.stat@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  6. "_location": "/@nodelib/fs.stat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nodelib/fs.stat@^2.0.2",
  12. "name": "@nodelib/fs.stat",
  13. "escapedName": "@nodelib%2ffs.stat",
  14. "scope": "@nodelib",
  15. "rawSpec": "^2.0.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.0.2"
  18. },
  19. "_requiredBy": [
  20. "/@nodelib/fs.scandir",
  21. "/fast-glob"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  24. "_shasum": "5bd262af94e9d25bd1e71b05deed44876a222e8b",
  25. "_spec": "@nodelib/fs.stat@^2.0.2",
  26. "_where": "/Users/alexmanuel/MyApp/node_modules/fast-glob",
  27. "bundleDependencies": false,
  28. "deprecated": false,
  29. "description": "Get the status of a file with some features",
  30. "devDependencies": {
  31. "@nodelib/fs.macchiato": "1.0.4"
  32. },
  33. "engines": {
  34. "node": ">= 8"
  35. },
  36. "files": [
  37. "out/**",
  38. "!out/**/*.map",
  39. "!out/**/*.spec.*"
  40. ],
  41. "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
  42. "keywords": [
  43. "NodeLib",
  44. "fs",
  45. "FileSystem",
  46. "file system",
  47. "stat"
  48. ],
  49. "license": "MIT",
  50. "main": "out/index.js",
  51. "name": "@nodelib/fs.stat",
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  55. },
  56. "scripts": {
  57. "build": "npm run clean && npm run compile && npm run lint && npm test",
  58. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  59. "compile": "tsc -b .",
  60. "compile:watch": "tsc -p . --watch --sourceMap",
  61. "lint": "eslint \"src/**/*.ts\" --cache",
  62. "test": "mocha \"out/**/*.spec.js\" -s 0",
  63. "watch": "npm run clean && npm run compile:watch"
  64. },
  65. "typings": "out/index.d.ts",
  66. "version": "2.0.5"
  67. }