mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-06 18:25:57 +02:00
permet l'ajout des frameworks et des routes
This commit is contained in:
68
app/node_modules/walk/package.json
generated
vendored
Normal file
68
app/node_modules/walk/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "walk@2.3.15",
|
||||
"_id": "walk@2.3.15",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==",
|
||||
"_location": "/walk",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "walk@2.3.15",
|
||||
"name": "walk",
|
||||
"escapedName": "walk",
|
||||
"rawSpec": "2.3.15",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.15"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/hbs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz",
|
||||
"_shasum": "1b4611e959d656426bc521e2da5db3acecae2424",
|
||||
"_spec": "walk@2.3.15",
|
||||
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/hbs",
|
||||
"author": {
|
||||
"name": "AJ ONeal",
|
||||
"email": "coolaj86@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [],
|
||||
"dependencies": {
|
||||
"foreachasync": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A node port of python's os.walk",
|
||||
"devDependencies": {},
|
||||
"directories": {
|
||||
"example": "examples",
|
||||
"test": "test"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/fs-walk.js",
|
||||
"keywords": [
|
||||
"util",
|
||||
"os",
|
||||
"sys",
|
||||
"fs",
|
||||
"walk",
|
||||
"walkSync"
|
||||
],
|
||||
"lib": ".",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"main": "./lib/walk.js",
|
||||
"name": "walk",
|
||||
"repository": {
|
||||
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./test/walk-test.sh"
|
||||
},
|
||||
"url": "http://git.coolaj86.com/coolaj86/fs-walk.js",
|
||||
"version": "2.3.15"
|
||||
}
|
Reference in New Issue
Block a user