You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.7 KiB
61 lines
1.7 KiB
{
|
|
"_from": "estree-is-function@^1.0.0",
|
|
"_id": "estree-is-function@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nSCWn1jkSq2QAtkaVLJZY2ezwcFO161HVc174zL1KPW3RJ+O6C3eJb8Nx7OXzvhoEv+nLgSR1g71oWUHUDTrJA==",
|
|
"_location": "/estree-is-function",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "estree-is-function@^1.0.0",
|
|
"name": "estree-is-function",
|
|
"escapedName": "estree-is-function",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/scope-analyzer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/estree-is-function/-/estree-is-function-1.0.0.tgz",
|
|
"_shasum": "c0adc29806d7f18a74db7df0f3b2666702e37ad2",
|
|
"_spec": "estree-is-function@^1.0.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/scope-analyzer",
|
|
"author": {
|
|
"name": "Renée Kooi",
|
|
"email": "renee@kooi.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/goto-bus-stop/estree-is-function/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "check if an AST node is a function of some sort",
|
|
"devDependencies": {
|
|
"acorn": "^5.2.1",
|
|
"standard": "^10.0.3",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"homepage": "https://github.com/goto-bus-stop/estree-is-function",
|
|
"keywords": [
|
|
"arrow-function",
|
|
"check",
|
|
"detect",
|
|
"estree",
|
|
"function",
|
|
"functiondeclaration",
|
|
"functionexpression"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "estree-is-function",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goto-bus-stop/estree-is-function.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|