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

package.json « umask « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0c6fdc114aafe2c0a13e7bc73fb39d81aa074ae (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
{
  "_args": [
    [
      "umask@~1.1.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "umask@>=1.1.0 <1.2.0",
  "_id": "umask@1.1.0",
  "_inCache": true,
  "_location": "/umask",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "email": "smikes@cubane.com",
    "name": "smikes"
  },
  "_npmVersion": "2.2.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "umask",
    "raw": "umask@~1.1.0",
    "rawSpec": "~1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz",
  "_shasum": "f29cebf01df517912bb58ff9c4e50fde8e33320d",
  "_shrinkwrap": null,
  "_spec": "umask@~1.1.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "smikes@cubane.com",
    "name": "Sam Mikes"
  },
  "bugs": {
    "url": "https://github.com/smikes/umask/issues"
  },
  "dependencies": {},
  "description": "convert umask from string <-> number",
  "devDependencies": {
    "code": "^1.2.1",
    "jslint": "^0.7.2",
    "lab": "^5.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f29cebf01df517912bb58ff9c4e50fde8e33320d",
    "tarball": "http://registry.npmjs.org/umask/-/umask-1.1.0.tgz"
  },
  "gitHead": "63d821e4d0b06ef9a4b727c5fbe5976e9534d76e",
  "homepage": "https://github.com/smikes/umask",
  "keywords": [
    "umask"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "smikes",
      "email": "smikes@cubane.com"
    }
  ],
  "name": "umask",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/smikes/umask.git"
  },
  "scripts": {
    "lint": "jslint --terse --latest *.js test/*.js",
    "test": "lab -ct 100"
  },
  "version": "1.1.0"
}