7fife-backend/node_modules/lodash/package.json

18 lines
578 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "lodash",
"version": "4.17.21",
2024-03-07 13:01:44 +00:00
"description": "Lodash modular utilities.",
2024-03-11 12:29:54 +00:00
"keywords": "modules, stdlib, util",
2024-03-07 13:01:44 +00:00
"homepage": "https://lodash.com/",
2024-03-11 12:29:54 +00:00
"repository": "lodash/lodash",
2024-03-07 13:01:44 +00:00
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"main": "lodash.js",
2024-03-11 12:29:54 +00:00
"author": "John-David Dalton <john.david.dalton@gmail.com>",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com>",
"Mathias Bynens <mathias@qiwi.be>"
],
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
2024-03-07 13:01:44 +00:00
}