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

package.json « path-array « node_modules « node-gyp « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df328efaf55c3ad08999b81b0dba976f44d3bff9 (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
{
  "_args": [
    [
      {
        "raw": "path-array@^1.0.0",
        "scope": null,
        "escapedName": "path-array",
        "name": "path-array",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/node-gyp"
    ]
  ],
  "_from": "path-array@>=1.0.0 <2.0.0",
  "_id": "path-array@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-gyp/path-array",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "path-array@^1.0.0",
    "scope": null,
    "escapedName": "path-array",
    "name": "path-array",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz",
  "_shasum": "7e2f0f35f07a2015122b868b7eac0eb2c4fec271",
  "_shrinkwrap": null,
  "_spec": "path-array@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/node-gyp",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-path-array/issues"
  },
  "dependencies": {
    "array-index": "^1.0.0"
  },
  "description": "Treat your $PATH like a JavaScript Array",
  "devDependencies": {
    "mocha": "~1.16.1"
  },
  "directories": {},
  "dist": {
    "shasum": "7e2f0f35f07a2015122b868b7eac0eb2c4fec271",
    "tarball": "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz"
  },
  "gitHead": "d249bd897661ca60720218edabbfeaa73c67778a",
  "homepage": "https://github.com/TooTallNate/node-path-array",
  "keywords": [
    "PATH",
    "env",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "path-array",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-path-array.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "1.0.1"
}