From 0f79e708bf07721b73ea41e5d341be08e8ea4dce Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 7 Mar 2021 18:29:17 +0100 Subject: Initial commit --- node_modules/mkdirp-classic/package.json | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 node_modules/mkdirp-classic/package.json (limited to 'node_modules/mkdirp-classic/package.json') diff --git a/node_modules/mkdirp-classic/package.json b/node_modules/mkdirp-classic/package.json new file mode 100644 index 0000000..a3f8ba7 --- /dev/null +++ b/node_modules/mkdirp-classic/package.json @@ -0,0 +1,49 @@ +{ + "_args": [ + [ + "mkdirp-classic@0.5.3", + "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode" + ] + ], + "_from": "mkdirp-classic@0.5.3", + "_id": "mkdirp-classic@0.5.3", + "_inBundle": false, + "_integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "_location": "/mkdirp-classic", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "mkdirp-classic@0.5.3", + "name": "mkdirp-classic", + "escapedName": "mkdirp-classic", + "rawSpec": "0.5.3", + "saveSpec": null, + "fetchSpec": "0.5.3" + }, + "_requiredBy": [ + "/tar-fs" + ], + "_resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "_spec": "0.5.3", + "_where": "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode", + "author": { + "name": "Mathias Buus", + "url": "@mafintosh" + }, + "bugs": { + "url": "https://github.com/mafintosh/mkdirp-classic/issues" + }, + "dependencies": {}, + "description": "Mirror of mkdirp 0.5.2", + "devDependencies": {}, + "homepage": "https://github.com/mafintosh/mkdirp-classic", + "license": "MIT", + "main": "index.js", + "name": "mkdirp-classic", + "repository": { + "type": "git", + "url": "git+https://github.com/mafintosh/mkdirp-classic.git" + }, + "version": "0.5.3" +} -- cgit