Sha256: b8f6a848557b4f9373ba17d007c13adc19c07c1a14463b9d44ec43883a7e1c32
Contents?: true
Size: 802 Bytes
Versions: 9
Compression:
Stored size: 802 Bytes
Contents
{ "name": "acorn", "description": "ECMAScript parser", "homepage": "https://github.com/acornjs/acorn", "main": "dist/acorn.js", "module": "dist/acorn.mjs", "version": "6.3.0", "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" }, "license": "MIT", "scripts": { "prepare": "cd ..; npm run build:main && npm run build:bin" }, "bin": {"acorn": "./bin/acorn"} }
Version data entries
9 entries across 9 versions & 3 rubygems