Newer
Older
alert / js / node_modules / acorn-walk / package.json
@Réz István Réz István on 18 Nov 2021 1018 bytes first commit
{
  "name": "acorn-walk",
  "description": "ECMAScript (ESTree) AST walker",
  "homepage": "https://github.com/acornjs/acorn",
  "main": "dist/walk.js",
  "types": "dist/walk.d.ts",
  "module": "dist/walk.mjs",
  "exports": {
    ".": [
      {
        "import": "./dist/walk.mjs",
        "require": "./dist/walk.js",
        "default": "./dist/walk.js"
      },
      "./dist/walk.js"
    ],
    "./package.json": "./package.json"
  },
  "version": "8.1.1",
  "engines": {"node": ">=0.4.0"},
  "maintainers": [
    {
      "name": "Marijn Haverbeke",
      "email": "marijnh@gmail.com",
      "web": "https://marijnhaverbeke.nl"
    },
    {
      "name": "Ingvar Stepanyan",
      "email": "me@rreverser.com",
      "web": "https://rreverser.com/"
    },
    {
      "name": "Adrian Heine",
      "web": "http://adrianheine.de"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/acornjs/acorn.git"
  },
  "scripts": {
    "prepare": "cd ..; npm run build:walk"
  },
  "license": "MIT"
}