aboutsummaryrefslogtreecommitdiff
path: root/node_modules/map-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/map-cache
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/map-cache')
-rw-r--r--node_modules/map-cache/package.json101
1 files changed, 17 insertions, 84 deletions
diff --git a/node_modules/map-cache/package.json b/node_modules/map-cache/package.json
index 16944e95d..8bf0af2ce 100644
--- a/node_modules/map-cache/package.json
+++ b/node_modules/map-cache/package.json
@@ -1,76 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "map-cache@^0.2.0",
- "scope": null,
- "escapedName": "map-cache",
- "name": "map-cache",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath"
- ]
- ],
- "_from": "map-cache@>=0.2.0 <0.3.0",
- "_id": "map-cache@0.2.2",
- "_inCache": true,
- "_location": "/map-cache",
- "_nodeVersion": "5.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/map-cache-0.2.2.tgz_1462877475232_0.17523240111768246"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "map-cache@^0.2.0",
- "scope": null,
- "escapedName": "map-cache",
- "name": "map-cache",
- "rawSpec": "^0.2.0",
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
+ "name": "map-cache",
+ "description": "Basic cache object for storing key-value pairs.",
+ "version": "0.2.2",
+ "homepage": "https://github.com/jonschlinkert/map-cache",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/map-cache",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/map-cache/issues"
},
- "_requiredBy": [
- "/parse-filepath"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
- "_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
- "_shrinkwrap": null,
- "_spec": "map-cache@^0.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/parse-filepath",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/map-cache/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Basic cache object for storing key-value pairs.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"should": "^8.3.1"
},
- "directories": {},
- "dist": {
- "shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
- "tarball": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "f36c7567cb85b50824db25a2a588c5f7b858823b",
- "homepage": "https://github.com/jonschlinkert/map-cache",
"keywords": [
"cache",
"get",
@@ -80,24 +32,6 @@
"storage",
"store"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "map-cache",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/map-cache.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -121,6 +55,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.2.2"
+ }
}