Sha256: d5212ad08774ac25d23224da3dbf520fc7db2a7dfb89f90da2a0e347f6da7e55

Contents?: true

Size: 896 Bytes

Versions: 3

Compression:

Stored size: 896 Bytes

Contents

{
  "name": "nodent-compiler",
  "version": "3.2.9",
  "description": "NoDent - Asynchronous Javascript language extensions",
  "main": "compiler.js",
  "scripts": {
    "test": "node tests tests/semantics/*"
  },
  "dependencies": {
    "acorn": ">=2.5.2",
    "acorn-es7-plugin": "^1.1.7",
    "nodent-transform": "^3.2.9",
    "source-map": "^0.5.7"
  },
  "devDependencies": {
    "nodent-runtime": "^3.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MatAtBread/nodent-compiler.git"
  },
  "engines": "node >= 0.10.0",
  "keywords": [
    "Javascript",
    "ES7",
    "async",
    "await",
    "language",
    "extensions",
    "Node",
    "callback",
    "generator",
    "Promise",
    "asynchronous"
  ],
  "author": "Mat At Bread <nodent@mailed.me.uk>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/MatAtBread/nodent/issues"
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jass-0.9.5 vendor/node_modules/nodent-compiler/package.json
jass-0.9.4 vendor/node_modules/nodent-compiler/package.json
jass-0.9.3 vendor/node_modules/nodent-compiler/package.json