package.json 1.4 KB

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