package.json 1.6 KB

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