aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ncp/package.json
blob: fe0dd972f7a7d81e7889a175f87ed650e1262242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "_args": [
    [
      "ncp@2.0.0",
      "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode"
    ]
  ],
  "_from": "ncp@2.0.0",
  "_id": "ncp@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
  "_location": "/ncp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ncp@2.0.0",
    "name": "ncp",
    "escapedName": "ncp",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode",
  "author": {
    "name": "AvianFlu",
    "email": "charlie@charlieistheman.com"
  },
  "bin": {
    "ncp": "bin/ncp"
  },
  "bugs": {
    "url": "https://github.com/AvianFlu/ncp/issues"
  },
  "description": "Asynchronous recursive file copy utility.",
  "devDependencies": {
    "mocha": "1.15.x",
    "read-dir-files": "0.0.x",
    "rimraf": "1.0.x"
  },
  "engine": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/AvianFlu/ncp#readme",
  "keywords": [
    "cli",
    "copy"
  ],
  "license": "MIT",
  "main": "./lib/ncp.js",
  "name": "ncp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AvianFlu/ncp.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "2.0.0"
}