package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@npmcli/fs@^1.0.0",
  3. "_id": "@npmcli/fs@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
  6. "_location": "/@npmcli/fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@npmcli/fs@^1.0.0",
  12. "name": "@npmcli/fs",
  13. "escapedName": "@npmcli%2ffs",
  14. "scope": "@npmcli",
  15. "rawSpec": "^1.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.0"
  18. },
  19. "_requiredBy": [
  20. "/cacache"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@npmcli/fs/-/fs-1.1.1.tgz",
  23. "_shasum": "72f719fe935e687c56a4faecf3c03d06ba593257",
  24. "_spec": "@npmcli/fs@^1.0.0",
  25. "_where": "E:\\psy_web_share\\node_modules\\cacache",
  26. "author": {
  27. "name": "GitHub Inc."
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@gar/promisify": "^1.0.1",
  32. "semver": "^7.3.5"
  33. },
  34. "deprecated": false,
  35. "description": "filesystem utilities for the npm cli",
  36. "devDependencies": {
  37. "@npmcli/template-oss": "^2.3.1",
  38. "tap": "^15.0.9"
  39. },
  40. "files": [
  41. "bin",
  42. "lib"
  43. ],
  44. "keywords": [
  45. "npm",
  46. "oss"
  47. ],
  48. "license": "ISC",
  49. "main": "lib/index.js",
  50. "name": "@npmcli/fs",
  51. "scripts": {
  52. "lint": "eslint '**/*.js'",
  53. "lintfix": "npm run lint -- --fix",
  54. "npmclilint": "npmcli-lint",
  55. "postlint": "npm-template-check",
  56. "postsnap": "npm run lintfix --",
  57. "posttest": "npm run lint",
  58. "postversion": "npm publish",
  59. "prepublishOnly": "git push origin --follow-tags",
  60. "preversion": "npm test",
  61. "snap": "tap",
  62. "test": "tap"
  63. },
  64. "templateVersion": "2.3.1",
  65. "version": "1.1.1"
  66. }