aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json
blob: abed64d40c2742d3ea519df665b21d677d7ad2bf (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
  "_args": [
    [
      {
        "raw": "base64-url@1.3.3",
        "scope": null,
        "escapedName": "base64-url",
        "name": "base64-url",
        "rawSpec": "1.3.3",
        "spec": "1.3.3",
        "type": "version"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf"
    ]
  ],
  "_from": "base64-url@1.3.3",
  "_id": "base64-url@1.3.3",
  "_inCache": true,
  "_location": "/base64-url",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/base64-url-1.3.3.tgz_1477648995978_0.048048977041617036"
  },
  "_npmUser": {
    "name": "quim",
    "email": "joaquim.serafim@gmail.com"
  },
  "_npmVersion": "4.0.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "base64-url@1.3.3",
    "scope": null,
    "escapedName": "base64-url",
    "name": "base64-url",
    "rawSpec": "1.3.3",
    "spec": "1.3.3",
    "type": "version"
  },
  "_requiredBy": [
    "/csrf",
    "/uid-safe"
  ],
  "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz",
  "_shasum": "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f",
  "_shrinkwrap": null,
  "_spec": "base64-url@1.3.3",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf",
  "author": {
    "name": "@joaquimserafim"
  },
  "bugs": {
    "url": "https://github.com/joaquimserafim/base64-url/issues"
  },
  "dependencies": {},
  "description": "Base64 encode, decode, escape and unescape for URL applications",
  "devDependencies": {
    "istanbul": "^0.3.5",
    "jscs": "^1.9.0",
    "jshint": "^2.5.11",
    "pre-commit": "^1.1.3",
    "tape": "^4.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f",
    "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "fb100b8397f24b1066016cf09369a7b2be4e1a32",
  "homepage": "https://github.com/joaquimserafim/base64-url",
  "keywords": [
    "base64",
    "base64url"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "quim",
      "email": "joaquim.serafim@gmail.com"
    }
  ],
  "name": "base64-url",
  "optionalDependencies": {},
  "pre-commit": [
    "lint",
    "style",
    "test",
    "coverage:check"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/joaquimserafim/base64-url.git"
  },
  "scripts": {
    "coverage": "open coverage/lcov-report/index.html",
    "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "lint": "jshint -c .jshintrc *.js",
    "style": "jscs -p google *.js",
    "test": "istanbul cover tape test.js"
  },
  "version": "1.3.3"
}