aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/fs.realpath/package.json
blob: b3fa2993acf5385b934a8a627b974e49935c65df (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
92
93
94
{
  "_args": [
    [
      {
        "raw": "fs.realpath@^1.0.0",
        "scope": null,
        "escapedName": "fs.realpath",
        "name": "fs.realpath",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\rimraf\\node_modules\\glob"
    ]
  ],
  "_from": "fs.realpath@>=1.0.0 <2.0.0",
  "_id": "fs.realpath@1.0.0",
  "_inCache": true,
  "_location": "/fs.realpath",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/fs.realpath-1.0.0.tgz_1466015941059_0.3332864767871797"
  },
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fs.realpath@^1.0.0",
    "scope": null,
    "escapedName": "fs.realpath",
    "name": "fs.realpath",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/rimraf/glob"
  ],
  "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
  "_shrinkwrap": null,
  "_spec": "fs.realpath@^1.0.0",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\rimraf\\node_modules\\glob",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/fs.realpath/issues"
  },
  "dependencies": {},
  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
    "tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
  },
  "files": [
    "old.js",
    "index.js"
  ],
  "gitHead": "03e7c884431fe185dfebbc9b771aeca339c1807a",
  "homepage": "https://github.com/isaacs/fs.realpath#readme",
  "keywords": [
    "realpath",
    "fs",
    "polyfill"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "fs.realpath",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/fs.realpath.git"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "version": "1.0.0"
}