aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash._reinterpolate/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash._reinterpolate/package.json')
-rw-r--r--node_modules/lodash._reinterpolate/package.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/node_modules/lodash._reinterpolate/package.json b/node_modules/lodash._reinterpolate/package.json
index 3d91a4902..4cc9f1a53 100644
--- a/node_modules/lodash._reinterpolate/package.json
+++ b/node_modules/lodash._reinterpolate/package.json
@@ -1,16 +1,18 @@
{
"name": "lodash._reinterpolate",
- "version": "2.4.1",
- "description": "The internal Lo-Dash variable `reInterpolate` as a Node.js module generated by lodash-cli.",
- "homepage": "http://lodash.com/custom-builds",
+ "version": "3.0.0",
+ "description": "The modern build of lodash’s internal `reInterpolate` as a module.",
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
"license": "MIT",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
+ "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
"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/)"
+ "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
- "bugs": "https://github.com/lodash/lodash-cli/issues",
- "repository": { "type": "git", "url": "https://github.com/lodash/lodash-cli.git" }
+ "repository": "lodash/lodash",
+ "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
}