summaryrefslogtreecommitdiff
path: root/node_modules/os-shim/package.json
blob: 372d5d5f4e950845306089a4eeb0303cfe77f5bd (plain) (blame)
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
{
  "_from": "os-shim@^0.1.2",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=",
  "_location": "/os-shim",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "os-shim@^0.1.2",
    "name": "os-shim",
    "escapedName": "os-shim",
    "rawSpec": "^0.1.2",
    "saveSpec": null,
    "fetchSpec": "^0.1.2"
  },
  "_requiredBy": [
    "/spawn-sync"
  ],
  "_resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
  "_shasum": "6b62c3791cf7909ea35ed46e17658bb417cb3917",
  "_spec": "os-shim@^0.1.2",
  "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\spawn-sync",
  "bugs": {
    "url": "https://github.com/h2non/node-os-shim/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Tomas Aparicio",
      "email": "[email protected]"
    }
  ],
  "deprecated": false,
  "description": "Native OS module API shim for older node.js versions",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "mocha": "~1.15.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "http://github.com/h2non/node-os-shim",
  "keywords": [
    "os",
    "tmpdir",
    "endianness",
    "shim"
  ],
  "licenses": "MIT",
  "main": "lib/os",
  "name": "os-shim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h2non/node-os-shim.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.1.3"
}