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.
89 lines
2.2 KiB
89 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"sorted-object@latest",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "sorted-object@latest",
|
|
"_id": "sorted-object@2.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/sorted-object",
|
|
"_nodeVersion": "5.7.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/sorted-object-2.0.0.tgz_1457910693572_0.6718082851730287"
|
|
},
|
|
"_npmUser": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "3.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "sorted-object",
|
|
"raw": "sorted-object@latest",
|
|
"rawSpec": "latest",
|
|
"scope": null,
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-2.0.0.tgz",
|
|
"_shasum": "1cfea981609047d8043807a490a9d99b317faf7f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "sorted-object@latest",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"email": "d@domenic.me",
|
|
"name": "Domenic Denicola",
|
|
"url": "https://domenic.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/domenic/sorted-object/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Returns a copy of an object with its keys sorted",
|
|
"devDependencies": {
|
|
"eslint": "^2.4.0",
|
|
"tape": "^4.5.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1cfea981609047d8043807a490a9d99b317faf7f",
|
|
"tarball": "http://registry.npmjs.org/sorted-object/-/sorted-object-2.0.0.tgz"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"gitHead": "3cbdde212c8ceef219fbb8fa7805bfc38b94aa90",
|
|
"homepage": "https://github.com/domenic/sorted-object#readme",
|
|
"keywords": [
|
|
"sort",
|
|
"keys",
|
|
"object"
|
|
],
|
|
"license": "WTFPL",
|
|
"main": "lib/sorted-object.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "domenic@domenicdenicola.com",
|
|
"name": "domenic"
|
|
}
|
|
],
|
|
"name": "sorted-object",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/domenic/sorted-object.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "tape test/tests.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|
|
|