sort-keys-recursive
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,2 @@ /** | ||
* @license MIT | ||
*/!function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var a="function"==typeof require&&require;if(!f&&a)return a(i,!0);if(u)return u(i,!0);var c=new Error("Cannot find module '"+i+"'");throw c.code="MODULE_NOT_FOUND",c}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n?n:r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}({},{},[]); | ||
*/require=function r(t,e,o){function n(c,u){if(!e[c]){if(!t[c]){var f="function"==typeof require&&require;if(!u&&f)return f(c,!0);if(i)return i(c,!0);var s=new Error("Cannot find module '"+c+"'");throw s.code="MODULE_NOT_FOUND",s}var a=e[c]={exports:{}};t[c][0].call(a.exports,function(r){var e=t[c][1][r];return n(e?e:r)},a,a.exports,r,t,e,o)}return e[c].exports}for(var i="function"==typeof require&&require,c=0;c<o.length;c++)n(o[c]);return n}({1:[function(r,t){"use strict";var e,o;o=r("sort-keys"),t.exports=e=function(){function r(){}return r.array=function(r){return r.sort()},r.objectKeys=function(r){return o(r)},r.object=function(r,t){var e,o;r=this.objectKeys(r,t);for(e in r)o=r[e],"object"==typeof o&&(r[e]=o instanceof Array?this.array(o):this.object(o));return r},r}()},{"sort-keys":3}],2:[function(){},{}],3:[function(r,t){"use strict";t.exports=function(r,t){if("object"!=typeof r)throw new TypeError("Expected an object");var e={};return Object.keys(r).sort(t).forEach(function(t){e[t]=r[t]}),e}},{}],"sort-keys-recursive":[function(r,t){"use strict";r("coffee-script/register");var e=r("./lib/SortRecursive");t.exports=function(r,t){return e.object(r,t)}},{"./lib/SortRecursive":1,"coffee-script/register":2}]},{},[]); |
'use strict'; | ||
require('coffee-script').register(); | ||
require('coffee-script/register'); | ||
var SortRecursive = require('./lib/SortRecursive'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "sort-keys-recursive", | ||
"description": "Sort the keys of an object recursively", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -10,2 +10,5 @@ "name": "Kiko Beats", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Kikobeats/sort-keys-recursive/issues" | ||
}, | ||
"dependencies": { | ||
@@ -24,2 +27,3 @@ "sort-keys": "*" | ||
"should": "*", | ||
"vinyl-buffer": "*", | ||
"vinyl-source-stream": "*" | ||
@@ -32,8 +36,8 @@ }, | ||
"keywords": [ | ||
"key", | ||
"keys", | ||
"obj", | ||
"object", | ||
"obj", | ||
"keys", | ||
"key", | ||
"sort", | ||
"recursive" | ||
"recursive", | ||
"sort" | ||
], | ||
@@ -40,0 +44,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
11792
17
43
0
11
2
5