mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
119
node_modules/map-cache/package.json
generated
vendored
Normal file
119
node_modules/map-cache/package.json
generated
vendored
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"map-cache@^0.2.2",
|
||||
"/home/beppe/Github/yahooApi/node_modules/snapdragon"
|
||||
]
|
||||
],
|
||||
"_from": "map-cache@>=0.2.2 <0.3.0",
|
||||
"_id": "map-cache@0.2.2",
|
||||
"_inCache": true,
|
||||
"_installable": 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": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "3.6.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "map-cache",
|
||||
"raw": "map-cache@^0.2.2",
|
||||
"rawSpec": "^0.2.2",
|
||||
"scope": null,
|
||||
"spec": ">=0.2.2 <0.3.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fragment-cache",
|
||||
"/snapdragon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
|
||||
"_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "map-cache@^0.2.2",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/snapdragon",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/map-cache/issues"
|
||||
},
|
||||
"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",
|
||||
"has",
|
||||
"object",
|
||||
"set",
|
||||
"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": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"cache-base",
|
||||
"config-cache",
|
||||
"option-cache"
|
||||
]
|
||||
},
|
||||
"run": true,
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
Reference in New Issue
Block a user