summaryrefslogtreecommitdiff
path: root/node_modules/ncp/package.json
blob: af48e6908eeb5b3bd8474fe9db75c466fe2cedf9 (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
{
  "_from": "ncp@1.0.x",
  "_id": "ncp@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-0VNn5cuHQyuhF9K/gP30Wuz7QkY=",
  "_location": "/ncp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ncp@1.0.x",
    "name": "ncp",
    "escapedName": "ncp",
    "rawSpec": "1.0.x",
    "saveSpec": null,
    "fetchSpec": "1.0.x"
  },
  "_requiredBy": [
    "/utile"
  ],
  "_resolved": "https://registry.npmjs.org/ncp/-/ncp-1.0.1.tgz",
  "_shasum": "d15367e5cb87432ba117d2bf80fdf45aecfb4246",
  "_spec": "ncp@1.0.x",
  "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/utile",
  "author": {
    "name": "AvianFlu",
    "email": "charlie@charlieistheman.com"
  },
  "bin": {
    "ncp": "bin/ncp"
  },
  "bugs": {
    "url": "https://github.com/AvianFlu/ncp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Asynchronous recursive file copy utility.",
  "devDependencies": {
    "mocha": "1.15.x",
    "read-dir-files": "0.0.x",
    "rimraf": "1.0.x"
  },
  "engine": {
    "node": ">=0.8"
  },
  "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": "1.0.1"
}