Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-07-24 11:03:30 +0300
committerRebecca Turner <me@re-becca.org>2015-07-24 12:39:47 +0300
commit4add0426d9f3fdf6acdadebb43f2d36adc95fb50 (patch)
treeb23635444f01c2b199f80628413250cfbace5ea4 /node_modules/lodash.repeat
parente04993c2e4bddfa581b18c54e4b28e90fdf116cb (diff)
lodash.repeat@3.0.1
Diffstat (limited to 'node_modules/lodash.repeat')
-rw-r--r--node_modules/lodash.repeat/LICENSE (renamed from node_modules/lodash.repeat/LICENSE.txt)2
-rw-r--r--node_modules/lodash.repeat/README.md4
-rw-r--r--node_modules/lodash.repeat/index.js12
-rw-r--r--node_modules/lodash.repeat/package.json34
4 files changed, 33 insertions, 19 deletions
diff --git a/node_modules/lodash.repeat/LICENSE.txt b/node_modules/lodash.repeat/LICENSE
index 17764328c..9cd87e5dc 100644
--- a/node_modules/lodash.repeat/LICENSE.txt
+++ b/node_modules/lodash.repeat/LICENSE
@@ -1,5 +1,5 @@
Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
-Based on Underscore.js 1.7.0, copyright 2009-2015 Jeremy Ashkenas,
+Based on Underscore.js, copyright 2009-2015 Jeremy Ashkenas,
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/node_modules/lodash.repeat/README.md b/node_modules/lodash.repeat/README.md
index d2796e3f7..dec571a33 100644
--- a/node_modules/lodash.repeat/README.md
+++ b/node_modules/lodash.repeat/README.md
@@ -1,4 +1,4 @@
-# lodash.repeat v3.0.0
+# lodash.repeat v3.0.1
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.repeat` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var repeat = require('lodash.repeat');
```
-See the [documentation](https://lodash.com/docs#repeat) or [package source](https://github.com/lodash/lodash/blob/3.0.0-npm-packages/lodash.repeat) for more details.
+See the [documentation](https://lodash.com/docs#repeat) or [package source](https://github.com/lodash/lodash/blob/3.0.1-npm-packages/lodash.repeat) for more details.
diff --git a/node_modules/lodash.repeat/index.js b/node_modules/lodash.repeat/index.js
index 68e100813..367913f56 100644
--- a/node_modules/lodash.repeat/index.js
+++ b/node_modules/lodash.repeat/index.js
@@ -1,18 +1,16 @@
/**
- * lodash 3.0.0 (Custom Build) <https://lodash.com/>
+ * lodash 3.0.1 (Custom Build) <https://lodash.com/>
* Build: `lodash modern modularize exports="npm" -o ./`
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
- * Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Available under MIT license <https://lodash.com/license>
*/
var baseToString = require('lodash._basetostring');
-/** Native method references. */
-var floor = Math.floor;
-
/* Native method references for those with the same name as other `lodash` methods. */
-var nativeIsFinite = global.isFinite;
+var nativeFloor = Math.floor,
+ nativeIsFinite = global.isFinite;
/**
* Repeats the given string `n` times.
@@ -47,7 +45,7 @@ function repeat(string, n) {
if (n % 2) {
result += string;
}
- n = floor(n / 2);
+ n = nativeFloor(n / 2);
string += string;
} while (n);
diff --git a/node_modules/lodash.repeat/package.json b/node_modules/lodash.repeat/package.json
index 54ef0fee8..a7294ef35 100644
--- a/node_modules/lodash.repeat/package.json
+++ b/node_modules/lodash.repeat/package.json
@@ -6,15 +6,15 @@
]
],
"_from": "lodash.repeat@>=3.0.0 <4.0.0",
- "_id": "lodash.repeat@3.0.0",
+ "_id": "lodash.repeat@3.0.1",
"_inCache": true,
"_location": "/lodash.repeat",
- "_nodeVersion": "0.10.35",
+ "_nodeVersion": "0.12.5",
"_npmUser": {
"email": "john.david.dalton@gmail.com",
"name": "jdalton"
},
- "_npmVersion": "2.3.0",
+ "_npmVersion": "2.12.0",
"_phantomChildren": {},
"_requested": {
"name": "lodash.repeat",
@@ -27,8 +27,8 @@
"_requiredBy": [
"/lodash._createpadding"
],
- "_resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.0.tgz",
- "_shasum": "c340f4136c99dc5b2e397b3fd50cffbd172a94b0",
+ "_resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz",
+ "_shasum": "f4b98dc7ef67256ce61e7874e1865edb208e0edf",
"_shrinkwrap": null,
"_spec": "lodash.repeat@^3.0.0",
"_where": "/Users/rebecca/code/npm/node_modules/lodash._createpadding",
@@ -74,8 +74,8 @@
"devDependencies": {},
"directories": {},
"dist": {
- "shasum": "c340f4136c99dc5b2e397b3fd50cffbd172a94b0",
- "tarball": "http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.0.tgz"
+ "shasum": "f4b98dc7ef67256ce61e7874e1865edb208e0edf",
+ "tarball": "http://registry.npmjs.org/lodash.repeat/-/lodash.repeat-3.0.1.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -90,16 +90,32 @@
{
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
+ },
+ {
+ "name": "d10",
+ "email": "demoneaux@gmail.com"
+ },
+ {
+ "name": "kitcambridge",
+ "email": "github@kitcambridge.be"
+ },
+ {
+ "name": "mathias",
+ "email": "mathias@qiwi.be"
+ },
+ {
+ "name": "phated",
+ "email": "blaine@iceddev.com"
}
],
"name": "lodash.repeat",
"optionalDependencies": {},
"repository": {
"type": "git",
- "url": "https://github.com/lodash/lodash"
+ "url": "git+https://github.com/lodash/lodash.git"
},
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "version": "3.0.0"
+ "version": "3.0.1"
}