wishthis/node_modules/lodash/package.json

18 lines
578 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "lodash",
"version": "4.17.21",
2022-01-21 08:28:41 +00:00
"description": "Lodash modular utilities.",
2022-04-08 10:55:35 +00:00
"keywords": "modules, stdlib, util",
2022-01-21 08:28:41 +00:00
"homepage": "https://lodash.com/",
2022-04-08 10:55:35 +00:00
"repository": "lodash/lodash",
2022-01-21 08:28:41 +00:00
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"main": "lodash.js",
2022-04-08 10:55:35 +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.\"" }
2022-01-21 08:28:41 +00:00
}