java-properties
Advanced tools
Comparing version 1.0.0-0 to 1.0.0
{ | ||
"name": "java-properties", | ||
"description": "Reads and interpolates Java .properties files", | ||
"version": "1.0.0-0", | ||
"license": "MIT", | ||
"esnext": "dist-src/index.js", | ||
"main": "dist-node/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [ | ||
"java", | ||
"properties" | ||
], | ||
"files": [ | ||
"dist-*/", | ||
"assets/", | ||
"bin/" | ||
], | ||
"version": "1.0.0", | ||
"homepage": "http://github.com/mattdsteele/java-properties", | ||
"bugs": { | ||
"url": "https://github.com/mattdsteele/java-properties/issues" | ||
"author": { | ||
"email": "orphum@gmail.com", | ||
"name": "Matt Steele" | ||
}, | ||
@@ -28,3 +14,41 @@ "repository": { | ||
}, | ||
"dependencies": {}, | ||
"bugs": { | ||
"url": "https://github.com/mattdsteele/java-properties/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
} | ||
], | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-standard-pkg", | ||
{ | ||
"exclude": [ | ||
"test/*" | ||
] | ||
} | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-types", | ||
{ | ||
"exclude": [ | ||
"test/*" | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"engines": { | ||
"node": ">= 0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "TS_NODE_PROJECT=\"tsconfig.test.json\" mocha --require ts-node/register \"test/**/*.ts\"", | ||
"build": "pack build" | ||
}, | ||
"devDependencies": { | ||
@@ -40,9 +64,10 @@ "@pika/pack": "^0.3.4", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.0.2", | ||
"mocha": "^6.1.4", | ||
"ts-node": "^8.0.2", | ||
"typescript": "^3.3.3333" | ||
}, | ||
"engines": { | ||
"node": ">= 0.6.0" | ||
} | ||
"keywords": [ | ||
"java", | ||
"properties" | ||
] | ||
} |
@@ -16,2 +16,3 @@ # java-properties | ||
// Reference a properties file | ||
var values = properties.of('values.properties'); | ||
@@ -68,3 +69,3 @@ | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). | ||
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code. | ||
@@ -71,0 +72,0 @@ ## Release History |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
38225
23
682
1
0
93
1