free-context
Version:
Free context from a function.
35 lines (34 loc) • 629 B
JSON
{
"name": "free-context",
"description": "Free context from a function.",
"version": "0.0.0",
"homepage": "https://github.com/jamen/free-context",
"author": "Jamen Marz (https://git.io/jamen)",
"repository": "jamen/free-context",
"bugs": {
"url": "https://github.com/jamen/free-context/issues"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"scripts": {
"test": "node test"
},
"keywords": [
"free",
"context",
"method",
"function",
"this",
"apply",
"call",
"jamen"
],
"devDependencies": {
"tape": "^4.6.3"
}
}