aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json109
1 files changed, 109 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json
new file mode 100644
index 00000000..abed64d4
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/base64-url/package.json
@@ -0,0 +1,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"
+}