No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 1.8 KiB

hace 3 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.stat@1.1.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@nodelib/fs.stat@1.1.3",
  9. "_id": "@nodelib/fs.stat@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
  12. "_location": "/@nodelib/fs.stat",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@nodelib/fs.stat@1.1.3",
  18. "name": "@nodelib/fs.stat",
  19. "escapedName": "@nodelib%2ffs.stat",
  20. "scope": "@nodelib",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/fast-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "description": "Get the status of a file with some features",
  32. "engines": {
  33. "node": ">= 6"
  34. },
  35. "keywords": [
  36. "NodeLib",
  37. "fs",
  38. "FileSystem",
  39. "file system",
  40. "stat"
  41. ],
  42. "license": "MIT",
  43. "main": "out/index.js",
  44. "name": "@nodelib/fs.stat",
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  48. },
  49. "scripts": {
  50. "build": "npm run clean && npm run lint && npm run compile && npm test",
  51. "clean": "rimraf out",
  52. "compile": "tsc -b .",
  53. "compile:watch": "tsc -p . --watch --sourceMap",
  54. "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
  55. "test": "mocha \"out/**/*.spec.js\" -s 0",
  56. "watch": "npm run clean && npm run compile:watch"
  57. },
  58. "typings": "out/index.d.ts",
  59. "version": "1.1.3"
  60. }