diff options
Diffstat (limited to 'school/node_modules/lodash.trim/package.json')
-rw-r--r-- | school/node_modules/lodash.trim/package.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/school/node_modules/lodash.trim/package.json b/school/node_modules/lodash.trim/package.json deleted file mode 100644 index 969c991..0000000 --- a/school/node_modules/lodash.trim/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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 <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", - "contributors": [ - "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", - "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)", - "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)" - ], - "repository": "lodash/lodash", - "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } -} |