diff options
Diffstat (limited to 'node_modules/lodash._reunescapedhtml')
8 files changed, 362 insertions, 0 deletions
diff --git a/node_modules/lodash._reunescapedhtml/LICENSE.txt b/node_modules/lodash._reunescapedhtml/LICENSE.txt new file mode 100644 index 000000000..49869bbab --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/LICENSE.txt @@ -0,0 +1,22 @@ +Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> +Based on Underscore.js 1.5.2, copyright 2009-2013 Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file diff --git a/node_modules/lodash._reunescapedhtml/README.md b/node_modules/lodash._reunescapedhtml/README.md new file mode 100644 index 000000000..c6ca90c46 --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/README.md @@ -0,0 +1,15 @@ +# lodash._reunescapedhtml v2.4.1 + +The internal [Lo-Dash](http://lodash.com/) variable `reUnescapedHtml` as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli). + +## Author + +| [](https://twitter.com/jdalton "Follow @jdalton on Twitter") | +|---| +| [John-David Dalton](http://allyoucanleet.com/) | + +## Contributors + +| [](https://twitter.com/blainebublitz "Follow @BlaineBublitz on Twitter") | [](https://twitter.com/kitcambridge "Follow @kitcambridge on Twitter") | [](https://twitter.com/mathias "Follow @mathias on Twitter") | +|---|---|---| +| [Blaine Bublitz](http://www.iceddev.com/) | [Kit Cambridge](http://kitcambridge.be/) | [Mathias Bynens](http://mathiasbynens.be/) | diff --git a/node_modules/lodash._reunescapedhtml/index.js b/node_modules/lodash._reunescapedhtml/index.js new file mode 100644 index 000000000..fa870474a --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/index.js @@ -0,0 +1,15 @@ +/** + * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> + * Build: `lodash modularize modern exports="npm" -o ./npm/` + * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> + * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> + * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license <http://lodash.com/license> + */ +var htmlEscapes = require('lodash._htmlescapes'), + keys = require('lodash.keys'); + +/** Used to match HTML entities and HTML characters */ +var reUnescapedHtml = RegExp('[' + keys(htmlEscapes).join('') + ']', 'g'); + +module.exports = reUnescapedHtml; diff --git a/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/LICENSE.txt b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/LICENSE.txt new file mode 100644 index 000000000..49869bbab --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/LICENSE.txt @@ -0,0 +1,22 @@ +Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> +Based on Underscore.js 1.5.2, copyright 2009-2013 Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file diff --git a/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/README.md b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/README.md new file mode 100644 index 000000000..bee29a8d6 --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/README.md @@ -0,0 +1,15 @@ +# lodash.keys v2.4.1 + +The [Lo-Dash](http://lodash.com/) function [`_.keys`](http://lodash.com/docs#keys) as a [Node.js](http://nodejs.org/) module generated by [lodash-cli](https://npmjs.org/package/lodash-cli). + +## Author + +| [](https://twitter.com/jdalton "Follow @jdalton on Twitter") | +|---| +| [John-David Dalton](http://allyoucanleet.com/) | + +## Contributors + +| [](https://twitter.com/blainebublitz "Follow @BlaineBublitz on Twitter") | [](https://twitter.com/kitcambridge "Follow @kitcambridge on Twitter") | [](https://twitter.com/mathias "Follow @mathias on Twitter") | +|---|---|---| +| [Blaine Bublitz](http://www.iceddev.com/) | [Kit Cambridge](http://kitcambridge.be/) | [Mathias Bynens](http://mathiasbynens.be/) | diff --git a/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/index.js b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/index.js new file mode 100644 index 000000000..139568a2f --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/index.js @@ -0,0 +1,36 @@ +/** + * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> + * Build: `lodash modularize modern exports="npm" -o ./npm/` + * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> + * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> + * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + * Available under MIT license <http://lodash.com/license> + */ +var isNative = require('lodash._isnative'), + isObject = require('lodash.isobject'), + shimKeys = require('lodash._shimkeys'); + +/* Native method shortcuts for methods with the same name as other `lodash` methods */ +var nativeKeys = isNative(nativeKeys = Object.keys) && nativeKeys; + +/** + * Creates an array composed of the own enumerable property names of an object. + * + * @static + * @memberOf _ + * @category Objects + * @param {Object} object The object to inspect. + * @returns {Array} Returns an array of property names. + * @example + * + * _.keys({ 'one': 1, 'two': 2, 'three': 3 }); + * // => ['one', 'two', 'three'] (property order is not guaranteed across environments) + */ +var keys = !nativeKeys ? shimKeys : function(object) { + if (!isObject(object)) { + return []; + } + return nativeKeys(object); +}; + +module.exports = keys; diff --git a/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/package.json b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/package.json new file mode 100644 index 000000000..8d006c9b8 --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/node_modules/lodash.keys/package.json @@ -0,0 +1,120 @@ +{ + "_args": [ + [ + { + "raw": "lodash.keys@~2.4.1", + "scope": null, + "escapedName": "lodash.keys", + "name": "lodash.keys", + "rawSpec": "~2.4.1", + "spec": ">=2.4.1 <2.5.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex/node_modules/lodash._reunescapedhtml" + ] + ], + "_from": "lodash.keys@>=2.4.1 <2.5.0", + "_id": "lodash.keys@2.4.1", + "_inCache": true, + "_location": "/lodash._reunescapedhtml/lodash.keys", + "_npmUser": { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + "_npmVersion": "1.3.14", + "_phantomChildren": {}, + "_requested": { + "raw": "lodash.keys@~2.4.1", + "scope": null, + "escapedName": "lodash.keys", + "name": "lodash.keys", + "rawSpec": "~2.4.1", + "spec": ">=2.4.1 <2.5.0", + "type": "range" + }, + "_requiredBy": [ + "/lodash._reunescapedhtml" + ], + "_resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz", + "_shasum": "48dea46df8ff7632b10d706b8acb26591e2b3727", + "_shrinkwrap": null, + "_spec": "lodash.keys@~2.4.1", + "_where": "/home/dold/repos/taler/wallet-webex/node_modules/lodash._reunescapedhtml", + "author": { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "url": "http://allyoucanleet.com/" + }, + "bugs": { + "url": "https://github.com/lodash/lodash-cli/issues" + }, + "contributors": [ + { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "url": "http://allyoucanleet.com/" + }, + { + "name": "Blaine Bublitz", + "email": "blaine@iceddev.com", + "url": "http://www.iceddev.com/" + }, + { + "name": "Kit Cambridge", + "email": "github@kitcambridge.be", + "url": "http://kitcambridge.be/" + }, + { + "name": "Mathias Bynens", + "email": "mathias@qiwi.be", + "url": "http://mathiasbynens.be/" + } + ], + "dependencies": { + "lodash._isnative": "~2.4.1", + "lodash._shimkeys": "~2.4.1", + "lodash.isobject": "~2.4.1" + }, + "description": "The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli.", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "48dea46df8ff7632b10d706b8acb26591e2b3727", + "tarball": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz" + }, + "homepage": "http://lodash.com/custom-builds", + "keywords": [ + "functional", + "lodash", + "lodash-modularized", + "server", + "util" + ], + "license": "MIT", + "maintainers": [ + { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + { + "name": "kitcambridge", + "email": "github@kitcambridge.be" + }, + { + "name": "mathias", + "email": "mathias@qiwi.be" + }, + { + "name": "phated", + "email": "blaine@iceddev.com" + } + ], + "name": "lodash.keys", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/lodash/lodash-cli.git" + }, + "version": "2.4.1" +} diff --git a/node_modules/lodash._reunescapedhtml/package.json b/node_modules/lodash._reunescapedhtml/package.json new file mode 100644 index 000000000..f78adba1b --- /dev/null +++ b/node_modules/lodash._reunescapedhtml/package.json @@ -0,0 +1,117 @@ +{ + "_args": [ + [ + { + "raw": "lodash._reunescapedhtml@~2.4.1", + "scope": null, + "escapedName": "lodash._reunescapedhtml", + "name": "lodash._reunescapedhtml", + "rawSpec": "~2.4.1", + "spec": ">=2.4.1 <2.5.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip/node_modules/lodash.escape" + ] + ], + "_from": "lodash._reunescapedhtml@>=2.4.1 <2.5.0", + "_id": "lodash._reunescapedhtml@2.4.1", + "_inCache": true, + "_location": "/lodash._reunescapedhtml", + "_npmUser": { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + "_npmVersion": "1.3.14", + "_phantomChildren": { + "lodash._isnative": "2.4.1", + "lodash._shimkeys": "2.4.1", + "lodash.isobject": "2.4.1" + }, + "_requested": { + "raw": "lodash._reunescapedhtml@~2.4.1", + "scope": null, + "escapedName": "lodash._reunescapedhtml", + "name": "lodash._reunescapedhtml", + "rawSpec": "~2.4.1", + "spec": ">=2.4.1 <2.5.0", + "type": "range" + }, + "_requiredBy": [ + "/gulp-gzip/lodash.escape", + "/gulp-sym/lodash.escape" + ], + "_resolved": "https://registry.npmjs.org/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz", + "_shasum": "747c4fc40103eb3bb8a0976e571f7a2659e93ba7", + "_shrinkwrap": null, + "_spec": "lodash._reunescapedhtml@~2.4.1", + "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip/node_modules/lodash.escape", + "author": { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "url": "http://allyoucanleet.com/" + }, + "bugs": { + "url": "https://github.com/lodash/lodash-cli/issues" + }, + "contributors": [ + { + "name": "John-David Dalton", + "email": "john.david.dalton@gmail.com", + "url": "http://allyoucanleet.com/" + }, + { + "name": "Blaine Bublitz", + "email": "blaine@iceddev.com", + "url": "http://www.iceddev.com/" + }, + { + "name": "Kit Cambridge", + "email": "github@kitcambridge.be", + "url": "http://kitcambridge.be/" + }, + { + "name": "Mathias Bynens", + "email": "mathias@qiwi.be", + "url": "http://mathiasbynens.be/" + } + ], + "dependencies": { + "lodash._htmlescapes": "~2.4.1", + "lodash.keys": "~2.4.1" + }, + "description": "The internal Lo-Dash variable `reUnescapedHtml` as a Node.js module generated by lodash-cli.", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "747c4fc40103eb3bb8a0976e571f7a2659e93ba7", + "tarball": "https://registry.npmjs.org/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz" + }, + "homepage": "http://lodash.com/custom-builds", + "license": "MIT", + "maintainers": [ + { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + { + "name": "kitcambridge", + "email": "github@kitcambridge.be" + }, + { + "name": "mathias", + "email": "mathias@qiwi.be" + }, + { + "name": "phated", + "email": "blaine@iceddev.com" + } + ], + "name": "lodash._reunescapedhtml", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/lodash/lodash-cli.git" + }, + "version": "2.4.1" +} |