summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/osenv/node_modules/os-tmpdir/package.json
blob: f8b2682bf83cfe681cb78e40dab5375454df16df (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
{
  "name": "os-tmpdir",
  "version": "1.0.1",
  "description": "Node.js os.tmpdir() ponyfill",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/os-tmpdir"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "built-in",
    "core",
    "ponyfill",
    "polyfill",
    "shim",
    "os",
    "tmpdir",
    "tempdir",
    "tmp",
    "temp",
    "dir",
    "directory",
    "env",
    "environment"
  ],
  "devDependencies": {
    "ava": "0.0.4"
  },
  "gitHead": "5c5d355f81378980db629d60128ad03e02b1c1e5",
  "bugs": {
    "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  },
  "homepage": "https://github.com/sindresorhus/os-tmpdir",
  "_id": "os-tmpdir@1.0.1",
  "_shasum": "e9b423a1edaf479882562e92ed71d7743a071b6e",
  "_from": "os-tmpdir@>=1.0.0 <2.0.0",
  "_npmVersion": "2.9.1",
  "_nodeVersion": "0.12.3",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "dist": {
    "shasum": "e9b423a1edaf479882562e92ed71d7743a071b6e",
    "tarball": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
}