• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "sorted-object@2.0.1",
5      "/Users/rebecca/code/npm"
6    ]
7  ],
8  "_from": "sorted-object@2.0.1",
9  "_id": "sorted-object@2.0.1",
10  "_inBundle": false,
11  "_integrity": "sha1-fWMfS9OnmKJK8d/8+/6DM3pd9fw=",
12  "_location": "/sorted-object",
13  "_phantomChildren": {},
14  "_requested": {
15    "type": "version",
16    "registry": true,
17    "raw": "sorted-object@2.0.1",
18    "name": "sorted-object",
19    "escapedName": "sorted-object",
20    "rawSpec": "2.0.1",
21    "saveSpec": null,
22    "fetchSpec": "2.0.1"
23  },
24  "_requiredBy": [
25    "/"
26  ],
27  "_resolved": "https://registry.npmjs.org/sorted-object/-/sorted-object-2.0.1.tgz",
28  "_spec": "2.0.1",
29  "_where": "/Users/rebecca/code/npm",
30  "author": {
31    "name": "Domenic Denicola",
32    "email": "d@domenic.me",
33    "url": "https://domenic.me/"
34  },
35  "bugs": {
36    "url": "https://github.com/domenic/sorted-object/issues"
37  },
38  "description": "Returns a copy of an object with its keys sorted",
39  "devDependencies": {
40    "eslint": "^2.4.0",
41    "tape": "^4.5.1"
42  },
43  "files": [
44    "lib/"
45  ],
46  "homepage": "https://github.com/domenic/sorted-object#readme",
47  "keywords": [
48    "sort",
49    "keys",
50    "object"
51  ],
52  "license": "(WTFPL OR MIT)",
53  "main": "lib/sorted-object.js",
54  "name": "sorted-object",
55  "repository": {
56    "type": "git",
57    "url": "git+https://github.com/domenic/sorted-object.git"
58  },
59  "scripts": {
60    "lint": "eslint .",
61    "test": "tape test/tests.js"
62  },
63  "version": "2.0.1"
64}
65