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 / ncp / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "ncp@~0.5.1",
        "scope": null,
        "escapedName": "ncp",
        "name": "ncp",
        "rawSpec": "~0.5.1",
        "spec": ">=0.5.1 <0.6.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager"
    ]
  ],
  "_from": "ncp@>=0.5.1 <0.6.0",
  "_id": "ncp@0.5.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/ncp",
  "_npmUser": {
    "name": "avianflu",
    "email": "charlie@charlieistheman.com"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ncp@~0.5.1",
    "scope": null,
    "escapedName": "ncp",
    "name": "ncp",
    "rawSpec": "~0.5.1",
    "spec": ">=0.5.1 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager"
  ],
  "_resolved": "https://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz",
  "_shasum": "743985316e3db459281b587169e845735a05439f",
  "_shrinkwrap": null,
  "_spec": "ncp@~0.5.1",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager",
  "author": {
    "name": "AvianFlu",
    "email": "charlie@charlieistheman.com"
  },
  "bin": {
    "ncp": "./bin/ncp"
  },
  "bugs": {
    "url": "https://github.com/AvianFlu/ncp/issues"
  },
  "dependencies": {},
  "description": "Asynchronous recursive file copy utility.",
  "devDependencies": {
    "mocha": "1.15.x",
    "read-dir-files": "0.0.x",
    "rimraf": "1.0.x"
  },
  "directories": {},
  "dist": {
    "shasum": "743985316e3db459281b587169e845735a05439f",
    "tarball": "https://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz"
  },
  "engine": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/AvianFlu/ncp",
  "keywords": [
    "cli",
    "copy"
  ],
  "license": "MIT",
  "main": "./lib/ncp.js",
  "maintainers": [
    {
      "name": "avianflu",
      "email": "charlie@charlieistheman.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    }
  ],
  "name": "ncp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AvianFlu/ncp.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.5.1"
}