summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/require-main-filename/package.json
blob: ed6ca5399fb5db8d1dbbedf21be5eca626a72f02 (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
{
  "_from": "require-main-filename@^1.0.1",
  "_id": "require-main-filename@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
  "_location": "/require-main-filename",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "require-main-filename@^1.0.1",
    "name": "require-main-filename",
    "escapedName": "require-main-filename",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/yargs"
  ],
  "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
  "_shasum": "97f717b69d48784f5f526a6c5aa8ffdda055a4d1",
  "_spec": "require-main-filename@^1.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/yargs",
  "author": {
    "name": "Ben Coe",
    "email": "ben@npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/yargs/require-main-filename/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "shim for require.main.filename() that works in as many environments as possible",
  "devDependencies": {
    "chai": "^3.5.0",
    "standard": "^6.0.5",
    "tap": "^5.2.0"
  },
  "homepage": "https://github.com/yargs/require-main-filename#readme",
  "keywords": [
    "require",
    "shim",
    "iisnode"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "require-main-filename",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "tap --coverage test.js"
  },
  "version": "1.0.1"
}