Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "template", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "index.js" |
15
index.js
/* | ||
* template | ||
* https://github.com/jonschlinkert/template | ||
* template <https://github.com/jonschlinkert/template> | ||
* | ||
@@ -9,13 +8,11 @@ * Copyright (c) 2014 Jon Schlinkert | ||
'use strict'; | ||
const _ = require('lodash'); | ||
const file = require('fs-utils'); | ||
const delim = require('delims'); | ||
// node_modules | ||
var _ = require('lodash'); | ||
var file = require('fs-utils'); | ||
var delim = require('delims'); | ||
// Mix in the methods from underscore string | ||
_.str = require('underscore.string'); | ||
_.mixin(_.str.exports()); | ||
_.str.include('Underscore.string', 'string'); | ||
// Defaults passed to 'delim' lib | ||
@@ -22,0 +19,0 @@ var defaults = {body: '', beginning: '', end: '', flags: 'g'}; |
{ | ||
"name": "template", | ||
"description": "An easy-to-use utility library for processing Lo-dash templates.", | ||
"version": "0.1.5", | ||
"description": "Process Lo-dash templates recursively.", | ||
"version": "0.1.6", | ||
"homepage": "https://github.com/jonschlinkert/template", | ||
@@ -28,4 +28,4 @@ "author": { | ||
"dependencies": { | ||
"delims": "~0.1.0", | ||
"fs-utils": "~0.1.11", | ||
"delims": "~0.1.2", | ||
"fs-utils": "~0.4.0", | ||
"lodash": "~2.4.1", | ||
@@ -32,0 +32,0 @@ "underscore.string": "~2.3.3" |
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
14895
247
+ Addedasync@0.6.2(transitive)
+ Addedfs-utils@0.4.3(transitive)
+ Addedgraceful-fs@2.0.3(transitive)
- Removedasync@0.2.10(transitive)
- Removedfs-utils@0.1.11(transitive)
- Removediconv-lite@0.2.11(transitive)
Updateddelims@~0.1.2
Updatedfs-utils@~0.4.0