Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.4KB

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