|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "ncp@~2.0.0",
- "_id": "ncp@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=",
- "_location": "/ncp",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ncp@~2.0.0",
- "name": "ncp",
- "escapedName": "ncp",
- "rawSpec": "~2.0.0",
- "saveSpec": null,
- "fetchSpec": "~2.0.0"
- },
- "_requiredBy": [
- "/mv"
- ],
- "_resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
- "_shasum": "195a21d6c46e361d2fb1281ba38b91e9df7bdbb3",
- "_spec": "ncp@~2.0.0",
- "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mv",
- "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.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"
- }
|