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    
atom / usr / share / atom / resources / app / apm / node_modules / mkpath / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "mkpath@^0.1.0",
        "scope": null,
        "escapedName": "mkpath",
        "name": "mkpath",
        "rawSpec": "^0.1.0",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/decompress-zip"
    ]
  ],
  "_from": "mkpath@>=0.1.0 <0.2.0",
  "_id": "mkpath@0.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/mkpath",
  "_npmUser": {
    "name": "jrajav",
    "email": "jrajav@gmail.com"
  },
  "_npmVersion": "1.1.65",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mkpath@^0.1.0",
    "scope": null,
    "escapedName": "mkpath",
    "name": "mkpath",
    "rawSpec": "^0.1.0",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/decompress-zip"
  ],
  "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz",
  "_shasum": "7554a6f8d871834cc97b5462b122c4c124d6de91",
  "_shrinkwrap": null,
  "_spec": "mkpath@^0.1.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/decompress-zip",
  "author": {
    "name": "Jonathan Rajavuori",
    "email": "jrajav@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jrajav/mkpath/issues"
  },
  "dependencies": {},
  "description": "Make all directories in a path, like mkdir -p",
  "devDependencies": {
    "tap": "~0.3"
  },
  "directories": {},
  "dist": {
    "shasum": "7554a6f8d871834cc97b5462b122c4c124d6de91",
    "tarball": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz"
  },
  "homepage": "https://github.com/jrajav/mkpath#readme",
  "keywords": [
    "mkdir",
    "mkdirp",
    "directory",
    "path",
    "tree"
  ],
  "license": "MIT",
  "main": "./mkpath",
  "maintainers": [
    {
      "name": "jrajav",
      "email": "jrajav@gmail.com"
    }
  ],
  "name": "mkpath",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jrajav/mkpath.git"
  },
  "scripts": {
    "test": "node node_modules/tap/bin/tap.js ./test"
  },
  "version": "0.1.0"
}