Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
parseuri / package.json
Size: Mime:
{
  "name": "parseuri",
  "version": "0.0.4",
  "description": "Method that parses a URI and returns an array of its components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/get/parseuri.git"
  },
  "homepage": "https://github.com/get/parseuri",
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "mocha": "1.17.1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "better-assert": "~1.0.0"
  },
  "bugs": {
    "url": "https://github.com/get/parseuri/issues"
  },
  "_id": "parseuri@0.0.4",
  "dist": {
    "shasum": "806582a39887e1ea18dd5e2fe0e01902268e9350",
    "tarball": "http://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz"
  },
  "_from": "parseuri@*",
  "_npmVersion": "1.3.15",
  "_npmUser": {
    "name": "gal",
    "email": "koren@mit.edu"
  },
  "maintainers": [
    {
      "name": "gal",
      "email": "koren@mit.edu"
    }
  ],
  "directories": {},
  "_shasum": "806582a39887e1ea18dd5e2fe0e01902268e9350",
  "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.4.tgz",
  "readme": "ERROR: No README data found!"
}