{ "_args": [ [ "acorn-walk@8.3.0", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_development": true, "_from": "acorn-walk@8.3.0", "_id": "acorn-walk@8.3.0", "_inBundle": false, "_integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==", "_location": "/acorn-walk", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "acorn-walk@8.3.0", "name": "acorn-walk", "escapedName": "acorn-walk", "rawSpec": "8.3.0", "saveSpec": null, "fetchSpec": "8.3.0" }, "_requiredBy": [ "/ts-node" ], "_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz", "_spec": "8.3.0", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "bugs": { "url": "https://github.com/acornjs/acorn/issues" }, "description": "ECMAScript (ESTree) AST walker", "engines": { "node": ">=0.4.0" }, "exports": { ".": [ { "import": "./dist/walk.mjs", "require": "./dist/walk.js", "default": "./dist/walk.js" }, "./dist/walk.js" ], "./package.json": "./package.json" }, "homepage": "https://github.com/acornjs/acorn", "license": "MIT", "main": "dist/walk.js", "maintainers": [ { "name": "Marijn Haverbeke", "email": "marijnh@gmail.com", "url": "https://marijnhaverbeke.nl" }, { "name": "Ingvar Stepanyan", "email": "me@rreverser.com", "url": "https://rreverser.com/" }, { "name": "Adrian Heine", "url": "http://adrianheine.de" } ], "module": "dist/walk.mjs", "name": "acorn-walk", "repository": { "type": "git", "url": "git+https://github.com/acornjs/acorn.git" }, "scripts": { "prepare": "cd ..; npm run build:walk" }, "types": "dist/walk.d.ts", "version": "8.3.0" }