has-proto

Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?

cache-base

Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.