| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "@npmcli/fs@1.1.1",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "@npmcli/fs@1.1.1",
- "_id": "@npmcli/fs@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
- "_location": "/@npmcli/fs",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@npmcli/fs@1.1.1",
- "name": "@npmcli/fs",
- "escapedName": "@npmcli%2ffs",
- "scope": "@npmcli",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/compression-webpack-plugin/cacache"
- ],
- "_resolved": "https://registry.npmmirror.com/@npmcli/fs/-/fs-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "GitHub Inc."
- },
- "dependencies": {
- "@gar/promisify": "^1.0.1",
- "semver": "^7.3.5"
- },
- "description": "filesystem utilities for the npm cli",
- "devDependencies": {
- "@npmcli/template-oss": "^2.3.1",
- "tap": "^15.0.9"
- },
- "files": [
- "bin",
- "lib"
- ],
- "keywords": [
- "npm",
- "oss"
- ],
- "license": "ISC",
- "main": "lib/index.js",
- "name": "@npmcli/fs",
- "scripts": {
- "lint": "eslint '**/*.js'",
- "lintfix": "npm run lint -- --fix",
- "npmclilint": "npmcli-lint",
- "postlint": "npm-template-check",
- "postsnap": "npm run lintfix --",
- "posttest": "npm run lint",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
- },
- "templateVersion": "2.3.1",
- "version": "1.1.1"
- }
|