Last change
on this file was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
848 bytes
|
Rev | Line | |
---|
[57e58a3] | 1 | {
|
---|
| 2 | "name": "estree-walker",
|
---|
| 3 | "description": "Traverse an ESTree-compliant AST",
|
---|
| 4 | "version": "2.0.2",
|
---|
| 5 | "private": false,
|
---|
| 6 | "author": "Rich Harris",
|
---|
| 7 | "license": "MIT",
|
---|
| 8 | "repository": {
|
---|
| 9 | "type": "git",
|
---|
| 10 | "url": "https://github.com/Rich-Harris/estree-walker"
|
---|
| 11 | },
|
---|
| 12 | "type": "commonjs",
|
---|
| 13 | "main": "./dist/umd/estree-walker.js",
|
---|
| 14 | "module": "./dist/esm/estree-walker.js",
|
---|
| 15 | "exports": {
|
---|
| 16 | "require": "./dist/umd/estree-walker.js",
|
---|
| 17 | "import": "./dist/esm/estree-walker.js"
|
---|
| 18 | },
|
---|
| 19 | "types": "types/index.d.ts",
|
---|
| 20 | "scripts": {
|
---|
| 21 | "prepublishOnly": "npm run build && npm test",
|
---|
| 22 | "build": "tsc && rollup -c",
|
---|
| 23 | "test": "uvu test"
|
---|
| 24 | },
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "@types/estree": "0.0.42",
|
---|
| 27 | "rollup": "^2.10.9",
|
---|
| 28 | "typescript": "^3.7.5",
|
---|
| 29 | "uvu": "^0.5.1"
|
---|
| 30 | },
|
---|
| 31 | "files": [
|
---|
| 32 | "src",
|
---|
| 33 | "dist",
|
---|
| 34 | "types",
|
---|
| 35 | "README.md"
|
---|
| 36 | ]
|
---|
| 37 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.