mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.6 KiB
65 lines
1.6 KiB
{
|
|
"_from": "sorted-object@~2.0.1",
|
|
"_id": "sorted-object@2.0.1",
|
|
"_integrity": "sha1-fWMfS9OnmKJK8d/8+/6DM3pd9fw=",
|
|
"_location": "/sorted-object",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "sorted-object@~2.0.1",
|
|
"name": "sorted-object",
|
|
"escapedName": "sorted-object",
|
|
"rawSpec": "~2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-2.0.1.tgz",
|
|
"_shasum": "7d631f4bd3a798a24af1dffcfbfe83337a5df5fc",
|
|
"_shrinkwrap": null,
|
|
"_spec": "sorted-object@~2.0.1",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Domenic Denicola",
|
|
"email": "d@domenic.me",
|
|
"url": "https://domenic.me/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/domenic/sorted-object/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Returns a copy of an object with its keys sorted",
|
|
"devDependencies": {
|
|
"eslint": "^2.4.0",
|
|
"tape": "^4.5.1"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/domenic/sorted-object#readme",
|
|
"keywords": [
|
|
"sort",
|
|
"keys",
|
|
"object"
|
|
],
|
|
"license": "(WTFPL OR MIT)",
|
|
"main": "lib/sorted-object.js",
|
|
"name": "sorted-object",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/domenic/sorted-object.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "tape test/tests.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|