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.8 KiB
61 lines
1.8 KiB
{
|
|
"_from": "get-assigned-identifiers@^1.1.0",
|
|
"_id": "get-assigned-identifiers@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==",
|
|
"_location": "/get-assigned-identifiers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "get-assigned-identifiers@^1.1.0",
|
|
"name": "get-assigned-identifiers",
|
|
"escapedName": "get-assigned-identifiers",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/scope-analyzer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz",
|
|
"_shasum": "6dbf411de648cbaf8d9169ebb0d2d576191e2ff1",
|
|
"_spec": "get-assigned-identifiers@^1.1.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/get-assigned-identifiers/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "get a list of identifiers that are initialised by a JavaScript AST node.",
|
|
"devDependencies": {
|
|
"acorn": "^5.4.1",
|
|
"standard": "^10.0.3",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"homepage": "https://github.com/goto-bus-stop/get-assigned-identifiers",
|
|
"keywords": [
|
|
"ast",
|
|
"bindings",
|
|
"destructuring",
|
|
"identifiers",
|
|
"javascript",
|
|
"names",
|
|
"node"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "get-assigned-identifiers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goto-bus-stop/get-assigned-identifiers.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|