Comparing version 0.0.2 to 1.0.0
{ | ||
"name" : "archy", | ||
"version" : "0.0.2", | ||
"version" : "1.0.0", | ||
"description" : "render nested hierarchies `npm ls` style with unicode pipes", | ||
"main" : "index.js", | ||
"directories" : { | ||
"lib" : ".", | ||
"example" : "example", | ||
"test" : "test" | ||
}, | ||
"devDependencies" : { | ||
"tap" : "~0.2.3" | ||
"tap" : "~0.3.3", | ||
"tape" : "~0.1.1" | ||
}, | ||
@@ -17,2 +13,12 @@ "scripts" : { | ||
}, | ||
"testling" : { | ||
"files" : "test/*.js", | ||
"browsers" : { | ||
"iexplore" : [ "6.0", "7.0", "8.0", "9.0" ], | ||
"chrome" : [ "20.0" ], | ||
"firefox" : [ "10.0", "15.0" ], | ||
"safari" : [ "5.1" ], | ||
"opera" : [ "12.0" ] | ||
} | ||
}, | ||
"repository" : { | ||
@@ -34,4 +40,3 @@ "type" : "git", | ||
}, | ||
"license" : "MIT/X11", | ||
"engine" : { "node" : ">=0.4" } | ||
"license" : "MIT" | ||
} |
@@ -1,2 +0,2 @@ | ||
var test = require('tap').test; | ||
var test = require('tape'); | ||
var archy = require('../'); | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
var test = require('tap').test; | ||
var test = require('tape'); | ||
var archy = require('../'); | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
var test = require('tap').test; | ||
var test = require('tape'); | ||
var archy = require('../'); | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8421
10
0
0
1
2
89