Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

au

Package Overview
Dependencies
Maintainers
1
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

au - npm Package Compare versions

Comparing version 0.0.1 to 0.7.0-dev.201912190801

bin/au.js

70

package.json
{
"name": "au",
"version": "0.0.1",
"homepage": "http://activeuser.com",
"description": "ActiveUser command-line tool.",
"main": "lib/",
"bin": {
"au": "./bin/au"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.7.0-dev.201912190801",
"main": "dist/umd/index.js",
"module": "dist/esnext/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"license": "MIT",
"homepage": "https://aurelia.io",
"repository": {
"type": "git",
"url": "https://github.com/activeuser/au"
"url": "https://github.com/aurelia/aurelia"
},
"bugs": {
"url": "https://github.com/aurelia/aurelia/issues"
},
"keywords": [
"activeuser",
"chrome",
"extensions"
"aurelia",
"au",
"cli"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/activeuser/au/master/LICENSE"
}
"files": [
"bin",
"dist",
"src",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"bin": {
"au": "./bin/au.js"
},
"scripts": {
"lint": "eslint --cache --ext .js,.ts src/",
"build": "tsc -b",
"bundle": "ts-node -P ../../tsconfig.json ../../scripts/bundle.ts umd,esm,system aurelia",
"dev": "tsc -b -w"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"commander": "~1.0.0",
"wrench": "~1.3.9",
"mote": "~0.2.0"
"@aurelia/aot": "^0.7.0-dev.201912190801",
"@aurelia/debug": "^0.7.0-dev.201912190801",
"@aurelia/jit": "^0.7.0-dev.201912190801",
"@aurelia/kernel": "^0.7.0-dev.201912190801",
"@aurelia/runtime": "^0.7.0-dev.201912190801",
"@aurelia/testing": "^0.7.0-dev.201912190801"
},
"devDependencies": {
"coffee-script": "~1.3.3",
"brief": "~0.4.0",
"mocha": "~1.3.0"
}
"@types/node": "^12.12.7",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
},
"gitHead": "5f0fa16366d55a69a53ccb6b9bd614fb14c77999"
}

@@ -1,4 +0,9 @@

au
==
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
[![CircleCI](https://circleci.com/gh/aurelia/aurelia.svg?style=shield)](https://circleci.com/gh/aurelia/aurelia)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5ac0e13689735698073a/test_coverage)](https://codeclimate.com/github/aurelia/aurelia/test_coverage)
[![npm](https://img.shields.io/npm/v/aurelia.svg?maxAge=3600)](https://www.npmjs.com/package/aurelia)
# aurelia
ActiveUser command-line tool
This is the cli package for Aurelia 2.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc