Sha256: c62be2eb2e964bb262ced4d9b53ecf396c8194e8b0c92d24b5d747d6b8a5df2d

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

{
  "name": "acorn",
  "description": "ECMAScript parser",
  "homepage": "https://github.com/ternjs/acorn",
  "main": "dist/acorn.js",
  "jsnext:main": "dist/acorn.es.js",
  "version": "4.0.4",
  "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"
  }
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
guard-sass-lint-0.1.2 node_modules/acorn/package.json
guard-sass-lint-0.1.1 node_modules/acorn/package.json
lanes-0.8.0 node_modules/espree/node_modules/acorn/package.json