diff options
Diffstat (limited to 'node_modules/ncp/package.json')
-rw-r--r-- | node_modules/ncp/package.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/node_modules/ncp/package.json b/node_modules/ncp/package.json new file mode 100644 index 0000000..af48e69 --- /dev/null +++ b/node_modules/ncp/package.json @@ -0,0 +1,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" +} |