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

package.json « npm-cache-filename « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c9120cd9dfa238af71b303278356d2b0ca5fd66 (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
{
  "_args": [
    [
      "npm-cache-filename@~1.0.1",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npm-cache-filename@>=1.0.1 <1.1.0",
  "_id": "npm-cache-filename@1.0.1",
  "_inCache": true,
  "_location": "/npm-cache-filename",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "1.4.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "npm-cache-filename",
    "raw": "npm-cache-filename@~1.0.1",
    "rawSpec": "~1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.1.tgz",
  "_shasum": "9b640f0c1a5ba1145659685372a9ff71f70c4323",
  "_shrinkwrap": null,
  "_spec": "npm-cache-filename@~1.0.1",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-cache-filename/issues"
  },
  "dependencies": {},
  "description": "Given a cache folder and url, return the appropriate cache folder.",
  "devDependencies": {
    "tap": "^0.4.10"
  },
  "directories": {},
  "dist": {
    "shasum": "9b640f0c1a5ba1145659685372a9ff71f70c4323",
    "tarball": "http://registry.npmjs.org/npm-cache-filename/-/npm-cache-filename-1.0.1.tgz"
  },
  "homepage": "https://github.com/npm/npm-cache-filename",
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "npm-cache-filename",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/npm-cache-filename"
  },
  "scripts": {
    "test": "tap test.js"
  },
  "version": "1.0.1"
}