82f2b76e25
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
23 lines
981 B
JSON
23 lines
981 B
JSON
{
|
|
"name": "lodash.escape",
|
|
"version": "2.4.1",
|
|
"description": "The Lo-Dash function `_.escape` as a Node.js module generated by lodash-cli.",
|
|
"homepage": "http://lodash.com/custom-builds",
|
|
"license": "MIT",
|
|
"keywords": ["functional", "lodash", "lodash-modularized", "server", "util"],
|
|
"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@iceddev.com> (http://www.iceddev.com/)",
|
|
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
|
|
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
|
],
|
|
"bugs": "https://github.com/lodash/lodash-cli/issues",
|
|
"repository": { "type": "git", "url": "https://github.com/lodash/lodash-cli.git" },
|
|
"dependencies": {
|
|
"lodash._escapehtmlchar": "~2.4.1",
|
|
"lodash.keys": "~2.4.1",
|
|
"lodash._reunescapedhtml": "~2.4.1"
|
|
}
|
|
}
|