aboutsummaryrefslogtreecommitdiff
path: root/node_modules/regex-cache
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/regex-cache
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/regex-cache')
-rw-r--r--node_modules/regex-cache/package.json106
1 files changed, 18 insertions, 88 deletions
diff --git a/node_modules/regex-cache/package.json b/node_modules/regex-cache/package.json
index 392719a70..9507d581e 100644
--- a/node_modules/regex-cache/package.json
+++ b/node_modules/regex-cache/package.json
@@ -1,62 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "regex-cache@^0.4.2",
- "scope": null,
- "escapedName": "regex-cache",
- "name": "regex-cache",
- "rawSpec": "^0.4.2",
- "spec": ">=0.4.2 <0.5.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/micromatch"
- ]
- ],
- "_from": "regex-cache@>=0.4.2 <0.5.0",
- "_id": "regex-cache@0.4.3",
- "_inCache": true,
- "_location": "/regex-cache",
- "_nodeVersion": "5.5.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/regex-cache-0.4.3.tgz_1459536604904_0.22530420310795307"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "regex-cache@^0.4.2",
- "scope": null,
- "escapedName": "regex-cache",
- "name": "regex-cache",
- "rawSpec": "^0.4.2",
- "spec": ">=0.4.2 <0.5.0",
- "type": "range"
+ "name": "regex-cache",
+ "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.",
+ "version": "0.4.3",
+ "homepage": "https://github.com/jonschlinkert/regex-cache",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/regex-cache",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/regex-cache/issues"
},
- "_requiredBy": [
- "/micromatch"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz",
- "_shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
- "_shrinkwrap": null,
- "_spec": "regex-cache@^0.4.2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/micromatch",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/regex-cache/issues"
+ "scripts": {
+ "test": "mocha",
+ "benchmarks": "node benchmark"
},
"dependencies": {
"is-equal-shallow": "^0.1.3",
"is-primitive": "^2.0.0"
},
- "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.",
"devDependencies": {
"benchmarked": "^0.1.5",
"chalk": "^1.1.3",
@@ -64,19 +31,6 @@
"micromatch": "^2.3.7",
"should": "^8.3.0"
},
- "directories": {},
- "dist": {
- "shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
- "tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "06ce46bda29a19064a968bd5d2d5596440be05ca",
- "homepage": "https://github.com/jonschlinkert/regex-cache",
"keywords": [
"cache",
"expression",
@@ -87,29 +41,6 @@
"store",
"to-regex"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- }
- ],
- "name": "regex-cache",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/regex-cache.git"
- },
- "scripts": {
- "benchmarks": "node benchmark",
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -126,6 +57,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.4.3"
+ }
}