Website/node_modules/ncp/package.json
2015-12-02 18:21:44 -05:00

88 lines
1.9 KiB
JSON

{
"_args": [
[
"ncp@^0.6.0",
"/Users/okennedy/Desktop/Website/node_modules/co-fs-extra/node_modules/fs-extra"
]
],
"_from": "ncp@>=0.6.0 <0.7.0",
"_id": "ncp@0.6.0",
"_inCache": true,
"_installable": true,
"_location": "/ncp",
"_npmUser": {
"email": "charlie@charlieistheman.com",
"name": "avianflu"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "ncp",
"raw": "ncp@^0.6.0",
"rawSpec": "^0.6.0",
"scope": null,
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/co-fs-extra/fs-extra"
],
"_resolved": "https://registry.npmjs.org/ncp/-/ncp-0.6.0.tgz",
"_shasum": "df8ce021e262be21b52feb3d3e5cfaab12491f0d",
"_shrinkwrap": null,
"_spec": "ncp@^0.6.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/co-fs-extra/node_modules/fs-extra",
"author": {
"email": "charlie@charlieistheman.com",
"name": "AvianFlu"
},
"bin": {
"ncp": "./bin/ncp"
},
"bugs": {
"url": "https://github.com/AvianFlu/ncp/issues"
},
"dependencies": {},
"description": "Asynchronous recursive file copy utility.",
"devDependencies": {
"mocha": "1.15.x",
"read-dir-files": "0.0.x",
"rimraf": "1.0.x"
},
"directories": {},
"dist": {
"shasum": "df8ce021e262be21b52feb3d3e5cfaab12491f0d",
"tarball": "http://registry.npmjs.org/ncp/-/ncp-0.6.0.tgz"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/AvianFlu/ncp",
"keywords": [
"cli",
"copy"
],
"license": "MIT",
"main": "./lib/ncp.js",
"maintainers": [
{
"name": "avianflu",
"email": "charlie@charlieistheman.com"
},
{
"name": "mmalecki",
"email": "me@mmalecki.com"
}
],
"name": "ncp",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/AvianFlu/ncp.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.6.0"
}