From 2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 18 Oct 2022 08:59:09 +0200 Subject: Update --- alarm/node_modules/lodash.trim/package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 alarm/node_modules/lodash.trim/package.json (limited to 'alarm/node_modules/lodash.trim/package.json') diff --git a/alarm/node_modules/lodash.trim/package.json b/alarm/node_modules/lodash.trim/package.json new file mode 100644 index 0000000..969c991 --- /dev/null +++ b/alarm/node_modules/lodash.trim/package.json @@ -0,0 +1,17 @@ +{ + "name": "lodash.trim", + "version": "4.5.1", + "description": "The lodash method `_.trim` exported as a module.", + "homepage": "https://lodash.com/", + "icon": "https://lodash.com/icon.svg", + "license": "MIT", + "keywords": "lodash-modularized, trim", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "contributors": [ + "John-David Dalton (http://allyoucanleet.com/)", + "Blaine Bublitz (https://github.com/phated)", + "Mathias Bynens (https://mathiasbynens.be/)" + ], + "repository": "lodash/lodash", + "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } +} -- cgit