File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/estree-walker/package.json
{
"_from": "estree-walker@^2.0.1",
"_id": "estree-walker@2.0.1",
"_inBundle": false,
"_integrity": "sha512-tF0hv+Yi2Ot1cwj9eYHtxC0jB9bmjacjQs6ZBTj82H8JwUywFuc+7E83NWfNMwHXZc11mjfFcVXPe9gEP4B8dg==",
"_location": "/estree-walker",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "estree-walker@^2.0.1",
"name": "estree-walker",
"escapedName": "estree-walker",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/@vue/compiler-core",
"/@vue/compiler-sfc"
],
"_resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.1.tgz",
"_shasum": "f8e030fb21cefa183b44b7ad516b747434e7a3e0",
"_spec": "estree-walker@^2.0.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@vue/compiler-sfc",
"author": {
"name": "Rich Harris"
},
"bugs": {
"url": "https://github.com/Rich-Harris/estree-walker/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Traverse an ESTree-compliant AST",
"devDependencies": {
"@types/estree": "0.0.42",
"mocha": "^5.2.0",
"rollup": "^0.67.3",
"rollup-plugin-sucrase": "^2.1.0",
"typescript": "^3.7.5"
},
"files": [
"src",
"dist",
"types",
"README.md"
],
"homepage": "https://github.com/Rich-Harris/estree-walker#readme",
"license": "MIT",
"main": "dist/estree-walker.umd.js",
"module": "src/estree-walker.js",
"name": "estree-walker",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/estree-walker.git"
},
"scripts": {
"build": "tsc && rollup -c",
"prepublishOnly": "npm run build && npm test",
"test": "mocha --opts mocha.opts"
},
"types": "types/index.d.ts",
"version": "2.0.1"
}