Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « sorted-object « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4bb99f2b324e8bc96d593df86d8e8734d3a2d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      {
        "raw": "sorted-object@2.0.1",
        "scope": null,
        "escapedName": "sorted-object",
        "name": "sorted-object",
        "rawSpec": "2.0.1",
        "spec": "2.0.1",
        "type": "version"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "sorted-object@2.0.1",
  "_id": "sorted-object@2.0.1",
  "_inCache": true,
  "_location": "/sorted-object",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/sorted-object-2.0.1.tgz_1473550768215_0.1242613298818469"
  },
  "_npmUser": {
    "name": "domenic",
    "email": "d@domenic.me"
  },
  "_npmVersion": "3.9.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sorted-object@2.0.1",
    "scope": null,
    "escapedName": "sorted-object",
    "name": "sorted-object",
    "rawSpec": "2.0.1",
    "spec": "2.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_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/rebecca/code/npm",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "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": "7d631f4bd3a798a24af1dffcfbfe83337a5df5fc",
    "tarball": "https://registry.npmjs.org/sorted-object/-/sorted-object-2.0.1.tgz"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "87105deb13d4f4151b2abd1a78d27a5216e3e79d",
  "homepage": "https://github.com/domenic/sorted-object#readme",
  "keywords": [
    "sort",
    "keys",
    "object"
  ],
  "license": "(WTFPL OR MIT)",
  "main": "lib/sorted-object.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    }
  ],
  "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.1"
}