mapbox-gl
Version:
A WebGL interactive maps library
87 lines (86 loc) • 1.95 kB
JSON
{
"_from": "sort-object@^0.3.2",
"_id": "sort-object@0.3.2",
"_inBundle": false,
"_integrity": "sha1-mODRme3kDgfGGoRAPGHWw7KQ+eI=",
"_location": "/@mapbox/mapbox-gl-style-spec/sort-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sort-object@^0.3.2",
"name": "sort-object",
"escapedName": "sort-object",
"rawSpec": "^0.3.2",
"saveSpec": null,
"fetchSpec": "^0.3.2"
},
"_requiredBy": [
"/@mapbox/mapbox-gl-style-spec"
],
"_resolved": "https://registry.npmjs.org/sort-object/-/sort-object-0.3.2.tgz",
"_shasum": "98e0d199ede40e07c61a84403c61d6c3b290f9e2",
"_spec": "sort-object@^0.3.2",
"_where": "/Users/arindambose/Development/mapbox-gl-js/src/style-spec",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/helpers/sort-object/issues"
},
"bundleDependencies": false,
"dependencies": {
"sort-asc": "^0.1.0",
"sort-desc": "^0.1.1"
},
"deprecated": false,
"description": "Sort the keys in an object.",
"devDependencies": {
"mocha": "*",
"should": "^4.0.4",
"verb": "^0.2.15"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/helpers/sort-object",
"keywords": [
"arr",
"array",
"function",
"js",
"key",
"keys",
"obj",
"object",
"order",
"re",
"re-order",
"sort",
"util",
"utils"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/sort-object/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"maintainers": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/helpers"
}
],
"name": "sort-object",
"repository": {
"type": "git",
"url": "git://github.com/helpers/sort-object.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.3.2"
}