Sha256: 23b600acc2f97e756b68e379d432b4eabf070e0796e18e1e3ea6ce11e91832d6

Contents?: true

Size: 936 Bytes

Versions: 3

Compression:

Stored size: 936 Bytes

Contents

{
  "name": "acorn",
  "description": "ECMAScript parser",
  "homepage": "https://github.com/marijnh/acorn",
  "main": "index.js",
  "version": "1.0.0",
  "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/marijnh/acorn.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/marijnh/acorn/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "node test/run.js",
    "prepublish": "node bin/prepublish.sh"
  },
  "bin": {
    "acorn": "./bin/acorn"
  },
  "devDependencies": {
    "babelify": "^5.0.4",
    "browserify": "^9.0.3",
    "unicode-7.0.0": "~0.1.5"
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gulp_assets-1.0.0.pre.5 template/node_modules/babel-core/lib/acorn/package.json
gulp_assets-1.0.0.pre.4 template/node_modules/babel-core/lib/acorn/package.json
gulp_assets-1.0.0.pre.3 template/node_modules/babel-core/lib/acorn/package.json