main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
719 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "lodash-es",
|
---|
3 | "version": "4.17.21",
|
---|
4 | "description": "Lodash exported as ES modules.",
|
---|
5 | "keywords": "es6, modules, stdlib, util",
|
---|
6 | "homepage": "https://lodash.com/custom-builds",
|
---|
7 | "bugs": "https://github.com/lodash/lodash-cli/issues",
|
---|
8 | "repository": "lodash/lodash",
|
---|
9 | "license": "MIT",
|
---|
10 | "type": "module",
|
---|
11 | "jsnext:main": "lodash.js",
|
---|
12 | "main": "lodash.js",
|
---|
13 | "module": "lodash.js",
|
---|
14 | "sideEffects": false,
|
---|
15 | "author": "John-David Dalton <john.david.dalton@gmail.com>",
|
---|
16 | "contributors": [
|
---|
17 | "John-David Dalton <john.david.dalton@gmail.com>",
|
---|
18 | "Mathias Bynens <mathias@qiwi.be>"
|
---|
19 | ],
|
---|
20 | "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.