package.json 1.7 KB

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