| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "estree-walker@2.0.1",
- "J:\\Github\\CURD-TS"
- ]
- ],
- "_development": true,
- "_from": "estree-walker@2.0.1",
- "_id": "estree-walker@2.0.1",
- "_inBundle": false,
- "_integrity": "sha1-+OAw+yHO+hg7RLetUWt0dDTno+A=",
- "_location": "/estree-walker",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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": [
- "/@rollup/plugin-commonjs",
- "/@rollup/pluginutils",
- "/@vue/compiler-core",
- "/@vue/compiler-sfc",
- "/rollup-plugin-dynamic-import-variables"
- ],
- "_resolved": "http://192.168.250.101:4873/estree-walker/-/estree-walker-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "J:\\Github\\CURD-TS",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/Rich-Harris/estree-walker/issues"
- },
- "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"
- }
|