HEX
Server: LiteSpeed
System: Linux s1296.sgp1.mysecurecloudhost.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: bishwesh (1878)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bishwesh/internstolearn.com/node_modules/scope-analyzer/package.json
{
  "_from": "scope-analyzer@^2.0.1",
  "_id": "scope-analyzer@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-+U5H0417mnTEstCD5VwOYO7V4vYuSqwqjFap40ythe67bhMFL5C3UgPwyBv7KDJsqUBIKafOD57xMlh1rN7eaw==",
  "_location": "/scope-analyzer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "scope-analyzer@^2.0.1",
    "name": "scope-analyzer",
    "escapedName": "scope-analyzer",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/static-module"
  ],
  "_resolved": "https://registry.npmjs.org/scope-analyzer/-/scope-analyzer-2.0.5.tgz",
  "_shasum": "72c9c6770c3e66984f84c7d3c7045998a1a7db8a",
  "_spec": "scope-analyzer@^2.0.1",
  "_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\static-module",
  "author": {
    "name": "Renée Kooi",
    "email": "renee@kooi.me"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/scope-analyzer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-from": "^2.1.1",
    "es6-map": "^0.1.5",
    "es6-set": "^0.1.5",
    "es6-symbol": "^3.1.1",
    "estree-is-function": "^1.0.0",
    "get-assigned-identifiers": "^1.1.0"
  },
  "deprecated": false,
  "description": "simple scope analysis for javascript ASTs",
  "devDependencies": {
    "acorn": "^5.5.3",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "d3": "^4.13.0",
    "has-template-literals": "^1.0.0",
    "nanobench": "^2.1.0",
    "standard": "^10.0.3",
    "tape": "^4.8.0",
    "three": "^0.89.0"
  },
  "homepage": "https://github.com/goto-bus-stop/scope-analyzer",
  "keywords": [
    "analysis",
    "ast",
    "javascript",
    "nodes",
    "refactor",
    "rename",
    "scope"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "scope-analyzer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/scope-analyzer.git"
  },
  "scripts": {
    "bench": "nanobench bench/*.js",
    "test": "standard && tape -r ./test/_init.js test/index.js"
  },
  "version": "2.0.5"
}