
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "symlink-or-copy@1.3.1",
  "_id": "symlink-or-copy@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-0K91MEXFpBUaywiwSSkmKjnGcasG/rVBXFLJz5DrgGabpYD6N+3yZrfD6uUIfpuTu65DZLHi7N8CizHc07BPZA==",
  "_location": "/ghost-cli/symlink-or-copy",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "symlink-or-copy@1.3.1",
    "name": "symlink-or-copy",
    "escapedName": "symlink-or-copy",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/ghost-cli"
  ],
  "_resolved": "https://registry.npmjs.org/symlink-or-copy/-/symlink-or-copy-1.3.1.tgz",
  "_shasum": "9506dd64d8e98fa21dcbf4018d1eab23e77f71fe",
  "_spec": "symlink-or-copy@1.3.1",
  "_where": "/usr/local/lib/node_modules/ghost-cli",
  "author": {
    "name": "Jo Liss",
    "email": "joliss42@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/broccolijs/node-symlink-or-copy/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Symlink files or directories, falling back to copying on Windows",
  "devDependencies": {
    "mocha": "^6.2.2",
    "rimraf": "^3.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/broccolijs/node-symlink-or-copy#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "symlink-or-copy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/broccolijs/node-symlink-or-copy.git"
  },
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha debug tests"
  },
  "version": "1.3.1"
}
