summaryrefslogtreecommitdiff
path: root/node_modules/lodash.escape/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash.escape/package.json')
-rw-r--r--node_modules/lodash.escape/package.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/node_modules/lodash.escape/package.json b/node_modules/lodash.escape/package.json
index fc19009cf..efda9c603 100644
--- a/node_modules/lodash.escape/package.json
+++ b/node_modules/lodash.escape/package.json
@@ -1,20 +1,22 @@
{
"name": "lodash.escape",
- "version": "3.2.0",
- "description": "The lodash method `_.escape` exported as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
+ "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": "lodash-modularized, escape",
+ "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> (https://github.com/phated)",
- "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
+ "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/)"
],
- "repository": "lodash/lodash",
- "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
+ "bugs": "https://github.com/lodash/lodash-cli/issues",
+ "repository": { "type": "git", "url": "https://github.com/lodash/lodash-cli.git" },
"dependencies": {
- "lodash._root": "^3.0.0"
+ "lodash._escapehtmlchar": "~2.4.1",
+ "lodash.keys": "~2.4.1",
+ "lodash._reunescapedhtml": "~2.4.1"
}
}