package.json 1.53 KB
{
  "_from": "graceful-ncp@^3.0.0",
  "_id": "graceful-ncp@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-WAXqJVhe+YTMyqgIajxTDuQSioo=",
  "_location": "/graceful-ncp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graceful-ncp@^3.0.0",
    "name": "graceful-ncp",
    "escapedName": "graceful-ncp",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/graceful-fs-extra"
  ],
  "_resolved": "https://registry.npmjs.org/graceful-ncp/-/graceful-ncp-3.0.0.tgz",
  "_shasum": "5805ea25585ef984cccaa8086a3c530ee4128a8a",
  "_spec": "graceful-ncp@^3.0.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/graceful-fs-extra",
  "author": {
    "name": "Adam Lynch",
    "email": "contact@adamlynch.com"
  },
  "bugs": {
    "url": "https://github.com/adam-lynch/graceful-ncp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "graceful-fs": "^4.1.4",
    "ncp": "^2.0.0",
    "proxyquire": "^1.4.0"
  },
  "deprecated": false,
  "description": "Asynchronous recursive file copying (with graceful-fs)",
  "homepage": "https://github.com/adam-lynch/graceful-ncp",
  "keywords": [
    "ncp",
    "graceful",
    "fs",
    "copy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "graceful-ncp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adam-lynch/graceful-ncp.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "3.0.0"
}