aboutsummaryrefslogtreecommitdiff
path: root/node_modules/acorn-dynamic-import/node_modules/acorn/package.json
blob: 29a32a7875b71c73773aee1a5602b46e0711e7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "acorn",
  "description": "ECMAScript parser",
  "homepage": "https://github.com/ternjs/acorn",
  "main": "dist/acorn.js",
  "jsnext:main": "dist/acorn.es.js",
  "version": "4.0.11",
  "engines": {
    "node": ">=0.4.0"
  },
  "maintainers": [
    {
      "name": "Marijn Haverbeke",
      "email": "marijnh@gmail.com",
      "web": "http://marijnhaverbeke.nl"
    },
    {
      "name": "Ingvar Stepanyan",
      "email": "me@rreverser.com",
      "web": "http://rreverser.com/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ternjs/acorn.git"
  },
  "license": "MIT",
  "scripts": {
    "prepublish": "npm test",
    "test": "node test/run.js",
    "pretest": "npm run build",
    "build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
    "build:main": "rollup -c rollup/config.main.js",
    "build:walk": "rollup -c rollup/config.walk.js",
    "build:loose": "rollup -c rollup/config.loose.js",
    "build:bin": "rollup -c rollup/config.bin.js"
  },
  "bin": {
    "acorn": "./bin/acorn"
  },
  "devDependencies": {
    "rollup": "^0.34.1",
    "rollup-plugin-buble": "^0.11.0",
    "unicode-9.0.0": "^0.7.0"
  }
}