package.json 3.52 KB
{
  "_args": [
    [
      {
        "raw": "urijs@^1.19.0",
        "scope": null,
        "escapedName": "urijs",
        "name": "urijs",
        "rawSpec": "^1.19.0",
        "spec": ">=1.19.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-router"
    ]
  ],
  "_from": "urijs@>=1.19.0 <2.0.0",
  "_id": "urijs@1.19.0",
  "_inCache": true,
  "_location": "/urijs",
  "_nodeVersion": "8.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/urijs-1.19.0.tgz_1506864193156_0.684913023840636"
  },
  "_npmUser": {
    "name": "rodneyrehm",
    "email": "rodney.rehm@medialize.de"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "urijs@^1.19.0",
    "scope": null,
    "escapedName": "urijs",
    "name": "urijs",
    "rawSpec": "^1.19.0",
    "spec": ">=1.19.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/koa-router"
  ],
  "_resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.0.tgz",
  "_shasum": "d8aa284d0e7469703a6988ad045c4cbfdf08ada0",
  "_shrinkwrap": null,
  "_spec": "urijs@^1.19.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa-router",
  "author": {
    "name": "Rodney Rehm",
    "url": "http://rodneyrehm.de"
  },
  "bugs": {
    "url": "https://github.com/medialize/URI.js/issues"
  },
  "categories": [
    "Parsers & Compilers",
    "Utilities"
  ],
  "contributors": [
    {
      "name": "Francois-Guillaume Ribreau",
      "email": "npm@fgribreau.com",
      "url": "http://fgribreau.com"
    },
    {
      "name": "Justin Chase",
      "email": "justin.m.chase@gmail.com",
      "url": "http://justinmchase.com"
    }
  ],
  "dependencies": {},
  "description": "URI.js is a Javascript library for working with URLs.",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.8.0",
    "jshint-stylish": "~0.1.5"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-Qs2odXn0hST5VSPVjpi73CMqtbAoanahaqWBujGU+IyMrMqpWcIhDewxQRhCkmqYxuyvICDcSuLdv2O7ncWBGw==",
    "shasum": "d8aa284d0e7469703a6988ad045c4cbfdf08ada0",
    "tarball": "https://registry.npmjs.org/urijs/-/urijs-1.19.0.tgz"
  },
  "files": [
    "src/URI.js",
    "src/IPv6.js",
    "src/SecondLevelDomains.js",
    "src/punycode.js",
    "src/URITemplate.js",
    "src/jquery.URI.js",
    "src/URI.min.js",
    "src/jquery.URI.min.js",
    "src/URI.fragmentQuery.js",
    "src/URI.fragmentURI.js",
    "LICENSE.txt"
  ],
  "gitHead": "fde82ec36c9ac99b053582f19fa051dad8ae37d5",
  "homepage": "http://medialize.github.io/URI.js/",
  "keywords": [
    "uri",
    "url",
    "urn",
    "uri mutation",
    "url mutation",
    "uri manipulation",
    "url manipulation",
    "uri template",
    "url template",
    "unified resource locator",
    "unified resource identifier",
    "query string",
    "RFC 3986",
    "RFC3986",
    "RFC 6570",
    "RFC6570",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "license": "MIT",
  "main": "./src/URI",
  "maintainers": [
    {
      "name": "rodneyrehm",
      "email": "rodney.rehm@medialize.de"
    }
  ],
  "name": "urijs",
  "npmFileMap": [
    {
      "basePath": "/src/",
      "files": [
        "*.js"
      ]
    },
    {
      "basePath": "/",
      "files": [
        "LICENSE.txt"
      ]
    }
  ],
  "npmName": "urijs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medialize/URI.js.git"
  },
  "title": "URI.js - Mutating URLs",
  "version": "1.19.0"
}