Comparing version 0.0.1 to 0.0.2-pre1
{ "name": "shelljs" | ||
, "version": "0.0.1" | ||
, "version": "0.0.2pre1" | ||
, "author": "Artur Adib <aadib@mozilla.com>" | ||
, "description": "Unix shell commands for Node.js" | ||
, "description": "Portable Unix shell commands for Node.js" | ||
, "keywords": ["unix", "shell", "makefile", "make", "jake", "synchronous"] | ||
, "repository": "git://github.com/arturadib/shell.js" | ||
, "homepage": "http://github.com/arturadib/shell.js" | ||
, "repository": "git://github.com/arturadib/shelljs" | ||
, "homepage": "http://github.com/arturadib/shelljs" | ||
, "main": "./shell.js" | ||
@@ -9,0 +9,0 @@ , "scripts": { |
@@ -1,6 +0,6 @@ | ||
# Shell.js - Unix shell commands for Node.js [![Build Status](https://secure.travis-ci.org/arturadib/shell.js.png)](http://travis-ci.org/arturadib/shell.js) | ||
# ShellJS - Unix shell commands for Node.js [![Build Status](https://secure.travis-ci.org/arturadib/shelljs.png)](http://travis-ci.org/arturadib/shelljs) | ||
Shell.js is a portable (Windows included) implementation of Unix shell commands for Node.js. It can be used to eliminate your project's dependencies on Unix while still keeping its familiar and powerful syntax. | ||
ShellJS is a **portable** (Windows included) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. | ||
The project is both [unit-tested](http://travis-ci.org/arturadib/shell.js) and battle-tested at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js). | ||
The project is both [unit-tested](http://travis-ci.org/arturadib/shelljs) and battle-tested at Mozilla's [pdf.js](http://github.com/mozilla/pdf.js). | ||
@@ -102,3 +102,3 @@ | ||
# Commands reference | ||
# Command reference | ||
@@ -105,0 +105,0 @@ |
@@ -13,4 +13,4 @@ #!/usr/bin/env node | ||
// Append docs to README | ||
sed('-i', /# Commands reference(.|\n)*/, '# Commands reference\n\n' + docs, 'README.md'); | ||
sed('-i', /# Command reference(.|\n)*/, '# Command reference\n\n' + docs, 'README.md'); | ||
echo('All done.'); |
// | ||
// shell.js | ||
// ShellJS | ||
// Unix shell commands on top of Node's API | ||
// | ||
// Copyright (c) 2012 Artur Adib | ||
// http://github.com/arturadib/shell.js | ||
// http://github.com/arturadib/shelljs | ||
// | ||
@@ -8,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
74143
1
2