Repository URL to install this package:
|
Version:
1.0.0-1 ▾
|
vending-octopus-service-dep
/
usr
/
local
/
lib
/
vending
/
octopus
/
service
/
node_modules
/
fn-name
/
package.json
|
|---|
{
"name": "fn-name",
"version": "3.0.0",
"description": "Get the name of a named function",
"license": "MIT",
"repository": "sindresorhus/fn-name",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"function",
"func",
"fn",
"name"
],
"devDependencies": {
"ava": "^2.3.0",
"xo": "^0.24.0"
}
,"_resolved": "https://registry.npmjs.org/fn-name/-/fn-name-3.0.0.tgz"
,"_integrity": "sha512-eNMNr5exLoavuAMhIUVsOKF79SWd/zG104ef6sxBTSw+cZc6BXdQXDvYcGvp0VbxVVSp1XDUNoz7mg1xMtSznA=="
,"_from": "fn-name@3.0.0"
}