Blame view

node_modules/path/package.json 1.3 KB
cf76164e6   Ting Chan   20190709
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
  {
    "author": {
      "name": "Joyent",
      "url": "http://www.joyent.com"
    },
    "name": "path",
    "description": "Node.JS path module",
    "keywords": [
      "ender",
      "path"
    ],
    "license": "MIT",
    "version": "0.12.7",
    "homepage": "http://nodejs.org/docs/latest/api/path.html",
    "repository": {
      "type": "git",
      "url": "git://github.com/jinder/path.git"
    },
    "main": "./path.js",
    "dependencies": {
      "process": "^0.11.1",
      "util": "^0.10.3"
    },
    "gitHead": "7fbaede3ca9d224494cbdd47d7ca803ee96d2055",
    "bugs": {
      "url": "https://github.com/jinder/path/issues"
    },
    "_id": "path@0.12.7",
    "scripts": {},
    "_shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
    "_from": "path@*",
    "_npmVersion": "2.11.3",
    "_nodeVersion": "0.12.7",
    "_npmUser": {
      "name": "jinder",
      "email": "jindersidhu@gmail.com"
    },
    "dist": {
      "shasum": "d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f",
      "tarball": "https://registry.npmjs.org/path/-/path-0.12.7.tgz"
    },
    "maintainers": [
      {
        "name": "coolaj86",
        "email": "coolaj86@gmail.com"
      },
      {
        "name": "jinder",
        "email": "jindersidhu@gmail.com"
      },
      {
        "name": "defunctzombie",
        "email": "shtylman@gmail.com"
      }
    ],
    "directories": {},
    "_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz"
  }