Website/node_modules/lazy-cache/package.json
2015-12-02 18:21:44 -05:00

103 lines
2.3 KiB
JSON

{
"_args": [
[
"lazy-cache@^0.2.4",
"/Users/okennedy/Desktop/Website/node_modules/center-align"
]
],
"_from": "lazy-cache@>=0.2.4 <0.3.0",
"_id": "lazy-cache@0.2.4",
"_inCache": true,
"_installable": true,
"_location": "/lazy-cache",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "lazy-cache",
"raw": "lazy-cache@^0.2.4",
"rawSpec": "^0.2.4",
"scope": null,
"spec": ">=0.2.4 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/center-align"
],
"_resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.4.tgz",
"_shasum": "036a699535217acda4fb2e3fda3fc0916f8db786",
"_shrinkwrap": null,
"_spec": "lazy-cache@^0.2.4",
"_where": "/Users/okennedy/Desktop/Website/node_modules/center-align",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/lazy-cache/issues"
},
"dependencies": {},
"description": "Cache requires to be lazy-loaded when needed.",
"devDependencies": {
"ansi-yellow": "^0.1.1",
"glob": "^5.0.14",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "036a699535217acda4fb2e3fda3fc0916f8db786",
"tarball": "http://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"gitHead": "c3e5f7b87143e67b1698eeb8d47529efe1a6a810",
"homepage": "https://github.com/jonschlinkert/lazy-cache",
"keywords": [
"cache",
"caching",
"dependencies",
"dependency",
"lazy",
"require",
"requires"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
}
],
"name": "lazy-cache",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/lazy-cache.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"lint-deps"
]
}
},
"version": "0.2.4"
}