Repository URL to install this package:
Version:
0.6.0 ▾
|
{
"name": "fn.name",
"version": "1.1.0",
"description": "Extract names from functions",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/fn.name"
},
"keywords": [
"fn.name",
"function.name",
"name",
"function",
"extract",
"parse",
"names"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/fn.name/issues"
},
"devDependencies": {
"assume": "2.x.x",
"istanbul": "0.3.x",
"mocha": "5.x.x",
"pre-commit": "1.x.x"
},
"homepage": "https://github.com/3rd-Eden/fn.name"
,"_resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz"
,"_integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw=="
,"_from": "fn.name@1.1.0"
}