| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "strip-dirs@^2.0.0", |
| 3 | "_id": "strip-dirs@2.1.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==", |
| 6 | "_location": "/strip-dirs", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "strip-dirs@^2.0.0", |
| 12 | "name": "strip-dirs", |
| 13 | "escapedName": "strip-dirs", |
| 14 | "rawSpec": "^2.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^2.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/decompress" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz", |
| 22 | "_shasum": "4987736264fc344cf20f6c34aca9d13d1d4ed6c5", |
| 23 | "_spec": "strip-dirs@^2.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress", |
| 25 | "author": { |
| 26 | "name": "Shinnosuke Watanabe", |
| 27 | "url": "https://github.com/shinnn" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/shinnn/node-strip-dirs/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "dependencies": { |
| 34 | "is-natural-number": "^4.0.1" |
| 35 | }, |
| 36 | "deprecated": false, |
| 37 | "description": "Remove leading directory components from a path, like tar's --strip-components option", |
| 38 | "devDependencies": { |
| 39 | "@shinnn/eslint-config-node": "^3.0.0", |
| 40 | "eslint": "^3.10.0", |
| 41 | "istanbul": "^0.4.5", |
| 42 | "istanbul-coveralls": "^1.0.3", |
| 43 | "tap-spec": "^4.1.1", |
| 44 | "tape": "^4.6.2" |
| 45 | }, |
| 46 | "eslintConfig": { |
| 47 | "extends": "@shinnn/node" |
| 48 | }, |
| 49 | "files": [ |
| 50 | "index.js" |
| 51 | ], |
| 52 | "homepage": "https://github.com/shinnn/node-strip-dirs#readme", |
| 53 | "keywords": [ |
| 54 | "filepath", |
| 55 | "file-path", |
| 56 | "path", |
| 57 | "dir", |
| 58 | "directory", |
| 59 | "strip", |
| 60 | "strip-components" |
| 61 | ], |
| 62 | "license": "MIT", |
| 63 | "name": "strip-dirs", |
| 64 | "repository": { |
| 65 | "type": "git", |
| 66 | "url": "git+https://github.com/shinnn/node-strip-dirs.git" |
| 67 | }, |
| 68 | "scripts": { |
| 69 | "coverage": "istanbul cover test.js", |
| 70 | "pretest": "eslint --fix --format=codeframe index.js test.js", |
| 71 | "test": "node --throw-deprecation --track-heap-objects test.js | tap-spec" |
| 72 | }, |
| 73 | "version": "2.1.0" |
| 74 | } |